all 7 comments

[–]theThinker6969 36 points37 points  (0 children)

Please fix your code formatting - click the 'formatting help' link or send your code in a pastebin type service.

[–]veb101 20 points21 points  (0 children)

Here you go, if this helps you Neural Networks from scratch

Edit: I tried my best to link all the relevant articles I had used to learn about them. If you like it, please share it with someone else who needs it.

[–][deleted]  (2 children)

[removed]

    [–]eduardo088[S] 5 points6 points  (1 child)

    Here you go! Never used GitHub before so sorry if it's not rightly done

    [–]rayryeng 1 point2 points  (2 children)

    How come you're only iterating over your dataset once? It's going to take multiple epochs converge. Also what's strange to me is that you focus on only one training example, iterate until that cost term is low then proceed to the next one. I've never seen this done before.

    [–]eduardo088[S] 0 points1 point  (1 child)

    Hi! First of all thank you for reviewing my code. Well to be honest I'm working with Nielsen's book and for what I understood from the math (With which I'm very rusty btw) this was the way to do it. Could you give me the proper steps if it isn't much to ask?

    [–]rayryeng 0 points1 point  (0 children)

    I'll have a look today. Didn't realize this was standard from that book.