資源簡介
deep learning with python Jason Brownlee 2019 v1.15 原版PDF加代碼,截止至2019.3.10最新的電子書+代碼資源

代碼片段和文件信息
#?Example?of?Theano?library
import?theano
from?theano?import?tensor
#?declare?two?symbolic?floating-point?scalars
a?=?tensor.dscalar()
b?=?tensor.dscalar()
#?create?a?simple?symbolic?expression
c?=?a?+?b
#?convert?the?expression?into?a?callable?object?that?takes?(ab)?and?computes?c
f?=?theano.function([ab]?c)
#?bind?1.5?to?‘a‘?2.5?to?‘b‘?and?evaluate?‘c‘
result?=?f(1.5?2.5)
print(result)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????3119944??2018-11-18?21:07??deep_learning_with_python.pdf
?????目錄???????????0??2018-11-18?21:07??code\
?????目錄???????????0??2018-11-18?21:07??code\chapter_08\
?????文件????????1223??2018-11-18?21:07??code\chapter_08\manual_cross_validation.py
?????文件???????23279??2018-11-18?21:07??code\chapter_08\pima-indians-diabetes.csv
?????文件?????????925??2018-11-18?21:07??code\chapter_08\manual_split.py
?????文件?????????704??2018-11-18?21:07??code\chapter_08\automatic_split.py
?????目錄???????????0??2018-11-18?21:07??code\chapter_07\
?????文件?????????793??2018-11-18?21:07??code\chapter_07\first_mlp.py
?????文件???????23279??2018-11-18?21:07??code\chapter_07\pima-indians-diabetes.csv
?????目錄???????????0??2018-11-18?21:07??code\chapter_09\
?????文件????????1215??2018-11-18?21:07??code\chapter_09\sklearn_cross_validation.py
?????文件???????23279??2018-11-18?21:07??code\chapter_09\pima-indians-diabetes.csv
?????文件????????1753??2018-11-18?21:07??code\chapter_09\sklearn_grid_search_params.py
?????目錄???????????0??2018-11-18?21:07??code\chapter_13\
?????文件????????1717??2018-11-18?21:07??code\chapter_13\serialize_json.py
?????文件???????23279??2018-11-18?21:07??code\chapter_13\pima-indians-diabetes.csv
?????文件????????1729??2018-11-18?21:07??code\chapter_13\serialize_yaml.py
?????目錄???????????0??2018-11-18?21:07??code\chapter_14\
?????文件????????1089??2018-11-18?21:07??code\chapter_14\checkpoint_best_model.py
?????文件????????1118??2018-11-18?21:07??code\chapter_14\checkpoint_model_improvements.py
?????文件???????23279??2018-11-18?21:07??code\chapter_14\pima-indians-diabetes.csv
?????文件????????1036??2018-11-18?21:07??code\chapter_14\checkpoint_load.py
?????目錄???????????0??2018-11-18?21:07??code\chapter_22\
?????文件????????1429??2018-11-18?21:07??code\chapter_22\imdb_cnn.py
?????文件????????1164??2018-11-18?21:07??code\chapter_22\imdb_mlp.py
?????文件?????????819??2018-11-18?21:07??code\chapter_22\imdb_plot.py
?????目錄???????????0??2018-11-18?21:07??code\chapter_25\
?????文件????????2869??2018-11-18?21:07??code\chapter_25\lstm_simple.py
?????文件????????3038??2018-11-18?21:07??code\chapter_25\lstm_stateful.py
?????文件????????3149??2018-11-18?21:07??code\chapter_25\lstm_stacked.py
............此處省略76個文件信息
評論
共有 條評論