Try to implement machine learning models (especially deep learning models) using numpy as the only dependency.
- Linear regression
- Logistic regression
- Multiclass logistic regression
- Multilayer perceptron
- Convolutional neural network
# install jupyterthemes
pip install jupyterthemes
# dark theme
jt -t onedork -fs 10 -altp -tfs 11 -nfs 115 -cellw 88% -T
python -m unittest discover . "*_test.py" -v