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++ #14

Closed extinctsion closed 3 weeks 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 cpp

tejasrok007 commented 1 month ago

can assign this to me i will create a pull request for this? image

extinctsion commented 1 month ago

Ok. sure.

extinctsion commented 1 month ago

Also can you add a step in workflow to test ur code using some tool and then you will be able to merge the code? If would be great. Same for Java.