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 #15

Open extinctsion opened 1 month ago

extinctsion commented 1 month ago

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

akshatgithubgre commented 3 weeks ago

hey can you assign this issue to me please

extinctsion commented 3 weeks ago

Sure I have assigned this issue to you, make sure to pull the latest code from the main branch. Pls follow the folder structure as done in the python folder. Happy coding!