
deep learning
土肥宅娘口三三
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Course4-week3-object detection
1 - object localization In order to build up the object detection, we first learn about object localization. image classification: the algorithm look at the picture and responsible for saying ...原创 2018-06-11 22:04:20 · 806 阅读 · 0 评论 -
Course4-week1-convolutional neural network
1 - Computer vision Computer vision problem: images recognition object detection style transfer One of the challenges of the computer vision problem is that input can get really big. Th...原创 2018-06-09 10:52:44 · 900 阅读 · 0 评论 -
deep learning博客索引
Course1 Week2-foundation of neural network Week3-one hidden layer neural network Week4-deep neural network Course2 Week1-setting up your ML application ...原创 2018-06-15 22:49:04 · 606 阅读 · 0 评论 -
Course3 - machine learning strategy 2
1 - carrying out error analysis If the learning algorithm is not yet at the performance of a human, then manually examiming mistakes that the algorithm is making can give us a insight into what to do...原创 2018-06-08 17:56:03 · 927 阅读 · 0 评论 -
Course3 - machine learning strategy 1
introduction to ML strategy 1 - why ML strategy? How to structure machine learning project, that is on the machine learning strategy. What is machine learning strategy, let’s say we are working ...原创 2018-06-08 17:44:16 · 651 阅读 · 0 评论 -
Course2-week3-hyperparameterTuning - BatchNormalization - Framework
hyperparameter tuning 1 - tuning process How to systematically organize hyperparameters tuning process? hyperparameters learning rate αα\alpha ββ\beta in momentum, or set the default 0.9 mini-b...原创 2018-06-08 16:45:36 · 606 阅读 · 0 评论 -
Course2-week2-optimization algorithm
optimization algorithms 1 - mini-batch gradient descent vectorization allows you to efficiently compute on m examples.But if m is large then it can be very slow. With the implement of graident des...原创 2018-06-08 16:37:43 · 666 阅读 · 0 评论 -
Course2-week1-setting up your ML application
setting up your ML application 1 - train/dev/test set This week we’ll learn the partical aspects of how to make your neural network work well, ranging from things like hyperparameters tuning to ho...原创 2018-06-08 16:20:37 · 659 阅读 · 0 评论 -
Course1-week4-deep neural network
4.1 - deep L-layer neural network We have seen forward propagation and backward propagation in the context of a neural network with a single hidden layer as well we the logistic regression, and we le...原创 2018-06-08 15:58:23 · 437 阅读 · 0 评论 -
Course1-week3-one hidden layer neural network
3.1 - neural networks overview Some new notation have been introduce, we’ll use superscript square bracket 1 to refer to the layer of neural network, for instance, w[1]w[1]w^{[1]} representing the pa...原创 2018-06-08 15:48:48 · 572 阅读 · 0 评论 -
Course1-week2-foundation of neural network
Week 2 Basics of Neural Network Programming 2.1 binary classification mmm training example: (x(1),y(1)),⋯,(x(m),y(m))(x(1),y(1)),⋯,(x(m),y(m))(x^{(1)}, y^{(1)}), \cdots, (x^{(m)}, y^{(m)}) X=⎡...原创 2018-06-08 15:37:03 · 438 阅读 · 0 评论 -
Course4-week4-face recognition and neural style transfer
1 - what is face recognition? This week will show you a couple important special applications of CONVnet, we will start with face recognition and then go on to neural style transfer. Verification:...原创 2018-06-11 22:19:17 · 660 阅读 · 0 评论 -
Course4-week2-case studies
case studies 1 - why look at cases studies? how the together the basic building block, such as CONV layer, POOL layer, FC layer, to form effective convolutinal neural network? outline: classic ...原创 2018-06-09 11:05:39 · 539 阅读 · 0 评论