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 RUBY programming language #13

Closed extinctsion closed 1 week ago

extinctsion commented 1 month ago

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

extinctsion commented 1 week ago

Only 1 file is implemented in rb, hence this issue remains open