Tag: NumPy rss

Posts

15 August 2018 / / Algorithms / Deep Learning
Implementing your own neural network can be hard, especially if you’re like me, coming from a computer science background, math equations/syntax makes you dizzy and you would understand things better using actual code. Today I’ll show you how easy it is to implement a flexible neural network and train it using the backpropagation algorithm.