课程一,第四周(Deep Neural Networks) —— 2.Programming Assignments: Deep Neural Network - Application
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了课程一,第四周(Deep Neural Networks) —— 2.Programming Assignments: Deep Neural Network - Application相关的知识,希望对你有一定的参考价值。
Deep Neural Network - Application
Congratulations! Welcome to the fourth programming exercise of the deep learning specialization. You will now use everything you have learned to build a deep neural network that classifies cat vs. non-cat images.
In the second exercise, you used logistic regression to build cat vs. non-cat images and got a 68% accuracy. Your algorithm will now give you an 80% accuracy! By completing this assignment, you will:
- Learn how to use all the helper functions you built in the previous assignment to build a model of any structure you want.
- Experiment with different model architectures and see how each one behaves.
- Recognize that it is always easier to build your helper functions before attempting to build a neural network from scratch.
This assignment prepares you well for the next course which dives deep into the techniques and strategies for parameters tuning and initializations. Take your time to complete this assignment and make sure you get the expected outputs when working through the different exercises. In some code blocks, you will find a "#GRADED FUNCTION: functionName" comment. Please do not modify it. After you are done, submit your work and check your results. You need to score 70% to pass. Good luck :) !
【中文翻译】
以上是关于课程一,第四周(Deep Neural Networks) —— 2.Programming Assignments: Deep Neural Network - Application的主要内容,如果未能解决你的问题,请参考以下文章
课程一(Neural Networks and Deep Learning)总结:Logistic Regression
机器学习001 deeplearning.ai 深度学习课程 Neural Networks and Deep Learning 第一周总结
价值连城 神经网络- 吴恩达Andrew Ng Coursera Neural Networks and Deep Learning
(2012, AlexNet) ImageNet Classification with Deep Convolutional Neural Networks
推荐系统(二十)谷歌YouTubeDNN(Deep Neural Networks for YouTube Recommendations)
Reading Note「7」Deep Forest: Towards an Alternative to Deep Neural Networks