You are viewing a single comment's thread from:

RE: Introduction to Machine Learning: Training Neural Networks!

in #mathematics7 years ago

I tried to go through a neural network example, but got confused trying to understand parts of it...but you should check out my post with good resources for learning:
https://steemit.com/programming/@jackeown/introduction-to-machine-learning-sample-code-and-other-resources

The first link is an 11-line neural network in python with numpy (basically what I planned on writing anyway ;))