深度学习
SunSuJJ
不积跬步无以至千里
展开
-
Wu deeplearning.ai C1W2 assignment2_1
1-Building basic function with numpyNumpy is the main package for scientific computing in Python. It is maintained by a large community (www.numpy.org). In this exercise you will learn several key n...原创 2019-07-09 23:37:38 · 258 阅读 · 0 评论 -
Wu deeplearning.ai C1W3 assignment3
Planar data classification with one hidden layerWelcome to your week 3 programming assignment. It's time to build your first neural network, which will have a hidden layer. You will see a big differ...原创 2019-07-16 16:18:35 · 295 阅读 · 0 评论 -
Wu deeplearning.ai C1W2 assignment2_2
Logistic Regression with a Neural Network mindsetWelcome to your first (required) programming assignment! You will build a logistic regression classifier to recognize cats. This assignment will step...原创 2019-07-12 15:40:53 · 225 阅读 · 0 评论 -
Wu deeplearning.ai C1W4 assignment4_1
Building your Deep Neural Network: Step by StepWelcome to your week 4 assignment (part 1 of 2)! You have previously trained a 2-layer Neural Network (with a single hidden layer). This week, you will...原创 2019-07-19 23:09:22 · 215 阅读 · 0 评论 -
Wu deeplearning.ai C1W4 assignment4_2
Deep Neural Network for Image Classification: ApplicationWhen you finish this, you will have finished the last programming assignment of Week 4, and also the last programming assignment of this cour...原创 2019-07-20 13:23:46 · 193 阅读 · 0 评论 -
Wu deeplearning.ai C2W1 assignment_Gradient+Checking
Gradient CheckingWelcome to the final assignment for this week! In this assignment you will learn to implement and use gradient checking.You are part of a team working to make mobile payments ava...原创 2019-07-30 22:12:58 · 384 阅读 · 0 评论 -
Wu deeplearning.ai C2W1 assignment_initialization
InitializationWelcome to the first assignment of "Improving Deep Neural Networks".Training your neural network requires specifying an initial value of the weights. A well chosen initialization me...原创 2019-07-27 15:45:59 · 274 阅读 · 0 评论 -
Wu deeplearning.ai C2W1 assignment_Regularization
RegularizationWelcome to the second assignment of this week. Deep Learning models have so much flexibility and capacity thatoverfitting can be a serious problem, if the training dataset is not big ...原创 2019-07-28 18:23:41 · 275 阅读 · 0 评论 -
Wu deeplearning.ai C2W2 assignment_Optimization+methods
Optimization MethodsUntil now, you've always used Gradient Descent to update the parameters and minimize the cost. In this notebook, you will learn more advanced optimization methods that can speed ...原创 2019-08-17 17:27:36 · 447 阅读 · 0 评论