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