Introduction to Neural Networks in Python - Tensorflow-Keras

Introduction to Neural Networks in Python - Tensorflow-Keras

Keith Galli via YouTube Direct link

Video overview

1 of 20

1 of 20

Video overview

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Introduction to Neural Networks in Python - Tensorflow-Keras

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Video overview
  2. 2 Why use neural networks
  3. 3 How neural nets work architecture basics
  4. 4 Hyperparameter overview batch size, optimizer, dropout, learning rate, epochs
  5. 5 How do we choose layers, neurons, & other parameters?
  6. 6 Why do we need an activation function?
  7. 7 What activation function should I use?
  8. 8 Keras vs Tensorflow vs PyTorch
  9. 9 Coding starts github & setup
  10. 10 Writing our first neural network linear example
  11. 11 Selecting optimizer & loss function model.compile
  12. 12 Fitting training data to our model model.fit
  13. 13 Shuffle order of training data
  14. 14 Evaluate model on test data model.evaluate
  15. 15 Example #2: Classifying quadratic data
  16. 16 Example #3: Classifying 6 clusters of data try on your own
  17. 17 Using network to predict a single data point model.predict
  18. 18 Example #4: Classifying multiple labels at a time BinaryCrossentropy loss
  19. 19 Example #5: Classifying our complex data from start of video
  20. 20 Conclusion & Next steps of learning neural nets

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.