extinctsion / neuralNetworkScratch

Making a neural network from scratch without using ML based libraries in all programming language. Hit the star if you like this repository!
MIT License
5 stars 8 forks source link

Add Neural networks code from scratch in C# #19

Open extinctsion opened 1 month ago

extinctsion commented 1 month ago

Add neural network code from scratch using C#. [Hint]: You can take help from the python code. Your code should do the same thing as neuralNetwork0.py in C#.