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 feedforward neural network implemented in C, with SDL2 for visualization. This project aims to build a neural network from scratch, focusing on core concepts like backpropagation and gradie…