Category: Deep Learning rss

Posts

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.