python
lemonneko
这个作者很懒,什么都没留下…
展开
-
神经网络与深度学习第四周-Building your Deep Neural Network - Step by Step
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 bu原创 2017-11-23 13:45:03 · 2159 阅读 · 0 评论 -
神经网络与深度学习第二周-2-Logistic Regression with a Neural Network mindset
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 y原创 2017-11-17 21:00:00 · 888 阅读 · 0 评论 -
神经网络与深度学习第二周-1- Python Basics With Numpy
Python Basics with Numpy (optional assignment)Welcome to your first assignment. This exercise gives you a brief introduction to Python. Even if you’ve used Python before, this will help familiarize you原创 2017-11-10 17:03:33 · 1368 阅读 · 0 评论 -
神经网络与深度学习第四周-Deep Neural Network - Application
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 course!原创 2017-11-24 17:32:57 · 1268 阅读 · 0 评论 -
改善深层神经网络第二周-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 up原创 2017-12-05 15:48:55 · 2408 阅读 · 2 评论 -
改善深层神经网络第一周-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 method原创 2017-11-27 19:21:12 · 3390 阅读 · 0 评论 -
改善深层神经网络第一周-Regularization
RegularizationWelcome to the second assignment of this week. Deep Learning models have so much flexibility and capacity that overfitting can be a serious problem, if the training dataset is not big eno原创 2017-11-27 20:14:19 · 5443 阅读 · 2 评论 -
改善深层神经网络第一周-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 availabl原创 2017-11-27 20:23:58 · 2401 阅读 · 0 评论 -
神经网络与深度学习第三周-Planar data classification with one hidden layer
Planar data classification with one hidden layer(用一个隐藏层平面数据分类)Welcome to your week 3 programming assignment. It’s time to build your first neural network, which will have a hidden layer. You will se...原创 2017-11-18 21:51:48 · 2425 阅读 · 5 评论