machine-learning-from-scratch
A Python module containing various machine learning algorithms.
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
deep learning from scratch. uses numpy/cupy, trains in GPU, follows pytorch API