Udemy: Data Science: Deep Learning in Python II


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
12. Course projects
  • check out github.com/lazyprogrammer/machinelearningexamples
  •  
13. From logistic regression to NN
  •