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 basic deep neural network implementation in C# for my High School Thesis Project in 2020. The DNN uses stochastic gradient descent to learn from examples of handwritten digits from the MNIST dataset.