Daniel Rotkopf
Full-stack engineer
I build web applications and the systems that run behind them. I prefer working across the whole of something rather than one slice of it.
I also work in RF, and on machine learning.
Projects
Reddit Stock Sentiment
Scraper, LLM labelling, LSTM classifier, Flask app
A sentiment classifier for Reddit stock discussion, including the dataset it trains on.
- Python
- TensorFlow/Keras
- LSTM
- GPT-2 tokenizer
- OpenAI API
- +3
Neural Network Library in NumPy
Forward and backward passes by hand, then an MRI classifier on top
A small deep learning library written in NumPy, and the brain scan classifier I built with it.
- Python
- NumPy
- h5py
- scikit-learn
- Pillow
- +1
RF
I work in RF and signal processing. Taking a signal apart, working out what is actually inside it, and building the tooling around that.
Machine learning
What interests me is the part close to the data and the model itself. How a network is actually trained, why one architecture fits a problem better than another, and what to do when the data is messy or missing. I have worked with neural network fundamentals and backpropagation, sequence models for text, image classification, and using language models to label data.