资源简介
Deep learning neural networks have become easy to define and fit, but are still hard to configure.
In this new eBook written in the friendly Machine Learning Mastery style that you’re used to, discover exactly how to improve the performance of deep learning neural network models on your predictive modeling projects.
With clear explanations, standard Python libraries, and step-by-step tutorial lessons, you’ll discover how to better train your models, reduce overfitting, and make more accurate predictions.
代码片段和文件信息
# check library version numbers
# scipy
import scipy
print(‘scipy: %s‘ % scipy.__version__)
# numpy
import numpy
print(‘numpy: %s‘ % numpy.__version__)
# matplotlib
import matplotlib
print(‘matplotlib: %s‘ % matplotlib.__version__)
# pandas
import pandas
print(‘pandas: %s‘ % pandas.__version__)
# statsmodels
import statsmodels
print(‘statsmodels: %s‘ % statsmodels.__version__)
# scikit-learn
import sklearn
print(‘sklearn: %s‘ % sklearn.__version__)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 9875564 2018-12-09 21:11 better_deep_learning.pdf
目录 0 2018-12-09 21:11 code\
目录 0 2018-12-09 21:11 code\chapter_08\
文件 373 2018-12-09 21:11 code\chapter_08\01_problem.py
文件 1263 2018-12-09 21:11 code\chapter_08\03_mlp_gradient_norm_scaling.py
文件 1260 2018-12-09 21:11 code\chapter_08\04_mlp_gradient_value_clipping.py
文件 1212 2018-12-09 21:11 code\chapter_08\02_mlp_exploding.py
目录 0 2018-12-09 21:11 code\chapter_06\
文件 414 2018-12-09 21:11 code\chapter_06\01_problem.py
文件 1592 2018-12-09 21:11 code\chapter_06\03_mlp_standardized_target.py
文件 1212 2018-12-09 21:11 code\chapter_06\02_mlp_unscaled.py
文件 3120 2018-12-09 21:11 code\chapter_06\04_mlp_scale_input.py
目录 0 2018-12-09 21:11 code\chapter_07\
文件 436 2018-12-09 21:11 code\chapter_07\03_problem.py
文件 369 2018-12-09 21:11 code\chapter_07\02_rectifier_plot.py
文件 1965 2018-12-09 21:11 code\chapter_07\05_mlp_tanh_deeper.py
文件 2986 2018-12-09 21:11 code\chapter_07\07_mlp_relu_deeper_20.py
文件 528 2018-12-09 21:11 code\chapter_07\01_rectifier.py
文件 1912 2018-12-09 21:11 code\chapter_07\06_mlp_relu_deeper.py
文件 2626 2018-12-09 21:11 code\chapter_07\07_mlp_relu_deeper_15.py
文件 1731 2018-12-09 21:11 code\chapter_07\04_mlp_tanh.py
目录 0 2018-12-09 21:11 code\chapter_09\
文件 1439 2018-12-09 21:11 code\chapter_09\02_mlp.py
文件 436 2018-12-09 21:11 code\chapter_09\01_problem.py
文件 1604 2018-12-09 21:11 code\chapter_09\04_mlp_batchnorm_before.py
文件 1556 2018-12-09 21:11 code\chapter_09\03_mlp_batchnorm_after.py
目录 0 2018-12-09 21:11 code\chapter_13\
文件 490 2018-12-09 21:11 code\chapter_13\01_problem.py
文件 1429 2018-12-09 21:11 code\chapter_13\03_mlp_weight_reg.py
文件 1346 2018-12-09 21:11 code\chapter_13\02_mlp_overfit.py
文件 1335 2018-12-09 21:11 code\chapter_13\04_grid_search.py
............此处省略114个文件信息
相关资源
- python 直方图规定化代码
- 简单粗暴 TensorFlow
- 5. 深度学习中的目标检测 python代码实
- 深度学习入门:基于Python的理论与实
- Deep Learning from Scratch中文名:深度学习
- Deep Learning for Natural Language Processing.
- 字符型图片数字验证码识别完整过程
- Python深度学习122512
- 基于Tensorflow的人脸识别源码
- 中文情感分析python程序
- 基于深度学习Superpoint 的Python图像全景
- 《深度学习入门:基于Python的理论与
- Machine Learning with Python Cookbook.pdf
- 深度学习Theano教程,python语言
- 李飞飞深度学习全部作业python源代码
- 深度学习入门:基于 Python 的理论与实
- python深度学习-高清pdf-源码
- 亚马逊电子书-Keras快速上手:基于P
- python调用dlib库实现简单的人脸识别
- Michael Nielsen 的《Neural Networks and Deep
- tensorflow -1.4-py2.7 -cpu 版本
- 《Python深度学习》2018中文版pdf+英文版
- Deep Learning With Python_中文版+英文版+代
- 《Python深度学习》2018文字版pdf(非扫
- Python深度学习.pdf
- 《深度学习入门:基于Python的理论与
- 深度学习入门:基于Python的理论与实
- 深度学习入门:基于Python的理论与实
- 深度学习入门:基于Python的理论与实
- Python深度学习中文版基于tensorflow实现
评论
共有 条评论