Machine learning engineer
Daniel Rotkopf
I build models from the ground up — and the pipelines that feed them.
I work on applied machine learning: data acquisition, training, and getting the result in front of a user.
Most recently: LLM-assisted labeling for sentiment models, and a neural network framework written from scratch in NumPy.
# selected work
A complete pipeline that turns unstructured Reddit discussion into a trained sentiment classifier — and then serves it.
- Python
- TensorFlow/Keras
- LSTM
- GPT-2 tokenizer
- OpenAI API
- Selenium
- Flask
- scikit-learn
Before using a deep learning library, I wrote one. DL3.py implements the full training loop in NumPy with no TensorFlow anywhere.
- Python
- NumPy
- h5py
- scikit-learn
- Pillow
- Matplotlib
all projects →