-
Урок 1. 00:04:30Introduction and Outline
-
Урок 2. 00:08:49Who should take this course in 2020 and beyond?
-
Урок 3. 00:05:02Where to get the code
-
Урок 4. 00:11:56Anyone Can Succeed in this Course
-
Урок 5. 00:01:59Review Section Introduction
-
Урок 6. 00:05:29What does machine learning do?
-
Урок 7. 00:05:01Neuron Predictions
-
Урок 8. 00:08:48Neuron Training
-
Урок 9. 00:05:34Deep Learning Readiness Test
-
Урок 10. 00:03:53Review Section Summary
-
Урок 11. 00:04:21Neural Networks with No Math
-
Урок 12. 00:08:54Introduction to the E-Commerce Course Project
-
Урок 13. 00:05:40Prediction: Section Introduction and Outline
-
Урок 14. 00:05:13From Logistic Regression to Neural Networks
-
Урок 15. 00:08:07Interpreting the Weights of a Neural Network
-
Урок 16. 00:02:55Softmax
-
Урок 17. 00:01:31Sigmoid vs. Softmax
-
Урок 18. 00:19:43Feedforward in Slow-Mo (part 1)
-
Урок 19. 00:10:56Feedforward in Slow-Mo (part 2)
-
Урок 20. 00:01:31Where to get the code for this course
-
Урок 21. 00:03:40Softmax in Code
-
Урок 22. 00:06:24Building an entire feedforward neural network in Python
-
Урок 23. 00:05:25E-Commerce Course Project: Pre-Processing the Data
-
Урок 24. 00:03:56E-Commerce Course Project: Making Predictions
-
Урок 25. 00:03:26Prediction Quizzes
-
Урок 26. 00:01:46Prediction: Section Summary
-
Урок 27. 00:03:04Suggestion Box
-
Урок 28. 00:02:51Training: Section Introduction and Outline
-
Урок 29. 00:09:46What do all these symbols and letters mean?
-
Урок 30. 00:06:46What does it mean to "train" a neural network?
-
Урок 31. 00:07:39How to Brace Yourself to Learn Backpropagation
-
Урок 32. 00:11:02Categorical Cross-Entropy Loss Function
-
Урок 33. 00:14:42Training Logistic Regression with Softmax (part 1)
-
Урок 34. 00:05:42Training Logistic Regression with Softmax (part 2)
-
Урок 35. 00:05:14Backpropagation (part 1)
-
Урок 36. 00:10:51Backpropagation (part 2)
-
Урок 37. 00:17:08Backpropagation in code
-
Урок 38. 00:16:13Backpropagation (part 3)
-
Урок 39. 00:03:54The WRONG Way to Learn Backpropagation
-
Урок 40. 00:08:12E-Commerce Course Project: Training Logistic Regression with Softmax
-
Урок 41. 00:06:20E-Commerce Course Project: Training a Neural Network
-
Урок 42. 00:05:32Training Quiz
-
Урок 43. 00:02:42Training: Section Summary
-
Урок 44. 00:01:44Practical Issues: Section Introduction and Outline
-
Урок 45. 00:01:07Donut and XOR Review
-
Урок 46. 00:04:22Donut and XOR Revisited
-
Урок 47. 00:11:39Neural Networks for Regression
-
Урок 48. 00:01:27Common nonlinearities and their derivatives
-
Урок 49. 00:07:47Practical Considerations for Choosing Activation Functions
-
Урок 50. 00:04:12Hyperparameters and Cross-Validation
-
Урок 51. 00:04:09Manually Choosing Learning Rate and Regularization Penalty
-
Урок 52. 00:06:33Why Divide by Square Root of D?
-
Урок 53. 00:06:11Practical Issues: Section Summary
-
Урок 54. 00:19:19TensorFlow plug-and-play example
-
Урок 55. 00:11:36Visualizing what a neural network has learned using TensorFlow Playground
-
Урок 56. 00:03:43Where to go from here
-
Урок 57. 00:04:53You know more than you think you know
-
Урок 58. 00:05:08How to get good at deep learning + exercises
-
Урок 59. 00:08:50Deep neural networks in just 3 lines of code with Sci-Kit Learn
-
Урок 60. 00:04:52Facial Expression Recognition Project Introduction
-
Урок 61. 00:12:22Facial Expression Recognition Problem Description
-
Урок 62. 00:06:02The class imbalance problem
-
Урок 63. 00:05:46Utilities walkthrough
-
Урок 64. 00:12:15Facial Expression Recognition in Code (Binary / Sigmoid)
-
Урок 65. 00:08:58Facial Expression Recognition in Code (Logistic Regression Softmax)
-
Урок 66. 00:10:46Facial Expression Recognition in Code (ANN Softmax)
-
Урок 67. 00:01:21Facial Expression Recognition Project Summary
-
Урок 68. 00:01:04Backpropagation Supplementary Lectures Introduction
-
Урок 69. 00:08:55Why Learn the Ins and Outs of Backpropagation?
-
Урок 70. 00:04:31Gradient Descent Tutorial
-
Урок 71. 00:04:11Help with Softmax Derivative
-
Урок 72. 00:11:56Backpropagation with Softmax Troubleshooting
-
Урок 73. 00:07:59What's the difference between "neural networks" and "deep learning"?
-
Урок 74. 00:11:19Who should learn backpropagation in 2020 and beyond?
-
Урок 75. 00:10:44Where does this course fit into your deep learning studies?
-
Урок 76. 00:20:21Windows-Focused Environment Setup 2018
-
Урок 77. 00:17:33How to install Numpy, Scipy, Matplotlib, Pandas, IPython, Theano, and TensorFlow
-
Урок 78. 00:03:19How to Uncompress a .tar.gz file
-
Урок 79. 00:15:55How to Code by Yourself (part 1)
-
Урок 80. 00:09:24How to Code by Yourself (part 2)
-
Урок 81. 00:12:30Proof that using Jupyter Notebook is the same as not using it
-
Урок 82. 00:04:39Python 2 vs Python 3
-
Урок 83. 00:10:25How to Succeed in this Course (Long Version)
-
Урок 84. 00:22:05Is this for Beginners or Experts? Academic or Practical? Fast or slow-paced?
-
Урок 85. 00:04:58Where does this course fit into your deep learning studies? (Old Version)
-
Урок 86. 00:11:20Machine Learning and AI Prerequisite Roadmap (pt 1)
-
Урок 87. 00:16:08Machine Learning and AI Prerequisite Roadmap (pt 2)
-
Урок 88. 00:02:49What is the Appendix?
-
Урок 89. 00:05:32BONUS: Where to get Udemy coupons and FREE deep learning material
- Категории
- Источники
- Все курсы
- Разделы
- Книги