# DeepLearningCoursera **Repository Path**: vzy2d/DeepLearningCoursera ## Basic Information - **Project Name**: DeepLearningCoursera - **Description**: Deep Learning - Coursera - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-07-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deep learning - coursera
ClassWeek
Class1 - Neural Networks and Deep Learning 深度学习简介quiz
2神经网络基础quiz
具有神经网络思维的Logistic回归code
3浅层神经网络quiz
带有一个隐藏层的平面数据分类code
4深度神经网络的关键概念quiz
Building your Deep Neural Network - Step by Stepcode
Deep Neural Network - Applicationcode
Class2 - Improving Deep Neural Networks
1 深度学习的实践quiz
初始化、正则化、梯度校验(1 & 2 & 3)code
2 优化算法quiz
优化算法实战code
3 超参数调整,批量标准化,编程框架quiz
TensorFlow入门code
Class3 - Structuring Machine Learning Projects
1 和平之城中的鸟类识别(案例研究)quiz
2 自动驾驶(案例研究)quiz
Class4 - Convolutional Neural Networks
1 卷积神经网络的基本知识quiz
搭建卷积神经网络模型以及应用(1 & 2)code
2 深度卷积模型quiz
Keras入门与残差网络的搭建code
3 检测算法quiz
车辆识别code
4 特殊应用:人脸识别和神经风格转换quiz
人脸识别与神经风格转换code
Class5 - Sequence Models
1 循环神经网络quiz
搭建循环神经网络及其应用code
2 自然语言处理与词嵌入quiz
词向量的运算与Emoji生成器code
3 序列模型与注意力机制quiz
机器翻译与触发词检测code
# paper #### (C2W1) - Adam paper: https://arxiv.org/pdf/1412.6980.pdf #### (C3) - LeNet-5 - VGG-16 - AlexNet - ResNet - InceptionNet # requirements - python == 3.7.6 - tensorflow == 1.5.3 - scipy == 1.1.0 - numpy == 1.18.1 (>=1.13.3) - matplotlib == 3.2.2 - h5py == 2.10.0 - keras == 2.1.5 - pandas == 0.25.3