Skip to content

网易云课堂终于官方发布了吴恩达经过授权的汉化课程-“”深度学习专项课程“”,这是自己做的一些笔记以及代码。下为网易云学习链接

License

Notifications You must be signed in to change notification settings

hcwei13/deeplearning.ai-note

This branch is 35 commits behind HuangCongQing/deeplearning.ai-note:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

49e73b7 · Mar 2, 2018

History

47 Commits
Feb 22, 2018
Feb 27, 2018
Feb 22, 2018
Feb 28, 2018
Feb 28, 2018
Feb 17, 2018
Feb 17, 2018
Nov 30, 2017
Feb 23, 2018
Mar 2, 2018
Feb 17, 2018

Repository files navigation

deeplearning.ai-note

  • 仓库deeplearning.ai-note重庆原创整理,供大家学习交流!有疑问欢迎Issues
  • 如果觉得此项目对你有所帮助,记得点击右上方的Star噢 ^_^**
  • 更多资料分享和技术交流,可加入吴恩达深度学习交流群:680932474

吴恩达在Coursera上推出的“深度学习专项课程“引起了一波AI学习热潮,而自发布以来,国内学习者对于课程汉化的呼声也从未停止。前些天,网易云课堂终于官方发布了经过授权的汉化课程

深度学习专项课程(Deep Learning Specialization on Coursera)

  1. Week1 - [第一周:深度学习引言(Introduction to Deep Learning)]
  2. Week2 - [第二周:神经网络的编程基础(Basics of Neural Network programming)]
  3. Week3 - [第三周:浅层神经网络(Shallow neural networks)]
  4. Week4 - [第四周:深层神经网络(Deep Neural Networks)]
  1. Week1 - [第一周:深度学习的实用层面(Practical aspects of Deep Learning)] - Setting up your Machine Learning Application - Regularizing your neural network - Setting up your optimization problem
  2. Week2 - [第二周:优化算法 (Optimization algorithms)]
  3. Week3 - [第三周超参数调试,batch正则化和程序框架(Hyperparameter tuning, Batch Normalization and Programming Frameworks)]
  1. Week1 - [第一周:机器学习策略(1)(ML Strategy (1))] - Setting up your goal - Comparing to human-level performance
  2. Week2 - [第二周:机器学习策略(2)(ML Strategy (2))] - Error Analysis - Mismatched training and dev/test set - Learning from multiple tasks - End-to-end deep learning
  1. Week1 - [第一周 卷积神经网络(Foundations of Convolutional Neural Networks)]
  2. Week2 - [第二周 深度卷积网络:实例探究(Deep convolutional models: case studies)](
  3. Week3 - [第三周 目标检测(Object detection)]
  4. Week4 - [第四周 特殊应用:人脸识别和神经风格转换(Special applications: Face recognition &Neural style transfer)]
  1. Week1 - [Recurrent Neural Networks]
  2. Week2 - [Natural Language Processing & Word Embeddings]
  3. Week3 - [Sequence models & Attention mechanism]

目录结构

├─01神经网络和深度学习
│  ├─Code编程作业
│  └─Quiz测验题
├─02改善深度神经网络
│  ├─Code编程作业
│  └─Quiz测验题
├─03结构化机器学习项目
│  ├─Code编程作业
│  └─Quiz测验题
├─04卷积神经网络
│  ├─Code编程作业
│  └─Quiz测验题
├─05序列模型
│  ├─Code编程作业
│  └─Quiz测验题

可学习参考资料

TO DO

持续更新中... ...

开源许可证 License MIT

  • 开源是一种精神,MachineLearning_Ng的开源更是人的一种进步
  • 开源是自由的,而不是免费的。Free(自由) is not free(免费) 请认真阅读并遵守以下开源协议 License MIT

此外,代码仅作学习深度学习专项课程(Deep Learning Specialization on Coursera)所用,代码和笔记禁止私用,违者必究

下为学习课程图片

学习课程

About

网易云课堂终于官方发布了吴恩达经过授权的汉化课程-“”深度学习专项课程“”,这是自己做的一些笔记以及代码。下为网易云学习链接

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.6%
  • Python 0.4%