注册
登录
Ada
>>
DeepLearningDC
>>
返回
项目作者:
JoyeBright
项目描述 :
The Deep Learning exercises provided in DataCamp
高级语言:
Python
项目主页:
https://www.datacamp.com/courses/deep-learning-in-python
项目地址:
git://github.com/JoyeBright/DeepLearningDC.git
创建时间:
2018-03-02T16:51:01Z
项目社区:
https://github.com/JoyeBright/DeepLearningDC
开源协议:
MIT License
下载
Deep-Learning in Python by Keras on top of Tensorflow
Contents
Forward Propagation Neural Networks
Activation Function (RELU)
Applying the network to many observations/rows of data
Multi-Layer Neural Network
Loss Function
Mean Squared Error (MSE), Scaling up loss function to multiple data points
Calculating Slopes Using Gradient Descent
Calculating Error Using Learning Rate
Making multiple updates to weights
Backward Propagation Neural Networks
Building Models in
Keras
(Specify Architecture, Compile Model, Fit Model, Prediction)
Classification Models in
Keras
(Titanic Dataset)
Using Models in Keras (Save, Reload, and add extra features for classification problems)
Model Optimization via Stochastic Gradient Descent(SGD) with different Learning Rates
Model Validation in Keras Using Early Stopping Monitor
Model Comparison Using Matplotlib in order to check the validation score