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 flexible neural network implementation in python from scratch. It supports classification and regression tasks, with grid search for model selection, with weight decay, regularization, momentum and learning rate.