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
4 stars 7 forks source link

Add Neural networks code from scratch in bash #16

Open extinctsion opened 2 months ago

extinctsion commented 2 months ago

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

Kaos599 commented 4 weeks ago

hey can i work on this? @extinctsion (is using bc as a command-line calculator to perform calculations allowed?)

extinctsion commented 4 weeks ago

@Kaos599 , sure you can work on this issue. Pls make sure to follow the same folder structure as done in the Python directory.