extinctsion / neuralNetworkScratch

Making a neural network with back propagation from scratch step- by - step.
MIT License
3 stars 4 forks source link

Add Neural networks code from scratch in bash #16

Open extinctsion opened 3 days ago

extinctsion commented 3 days 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.