11. Neural Networks with no Math
- High level view of ANY supervised learning
- NN is just another way of doing supervised learning
- All models have same two functions
- train ()
- predict()
- Architecture
- graph
- one of more hidden layers
- weigh is like synatic of brain
- training is to know the weight
- training part is backpropagation
- check out github.com/lazyprogrammer/machinelearningexamples