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
Approximate generated functions using a simple Neural Network
Logistic Regression
Observe Binary and multi-class Logistic Regression
CNN with MNIST
Classify you own handwritten digits with a Convolutional Neural Network trained on the famous MNIST dataset
About
just some boilerplate code for implementing neural nets in pytorch , with some added GUI vis for fun. Play with the parameters and make observations as to how they affect the training process.