You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A neural network library built from scratch, without dedicated deep learning packages. Training and testing deep neural networks and utilizing deep learning best practices for multi-class classific…
Single Layer Perceptrons (SLPs) and Multi-Layer Perceptrons (MLPs) from scratch, only with numpy, for classification and regression. MLPs with Keras for time-series prediction.