Neural Network from Scratch in C#
Building a neural network without a framework is a useful way to understand forward propagation, backpropagation, activation functions, and weight updates as one working system. This article implement
steponeit.hashnode.dev10 min read