deep-learning-with-python-cn
deep-learning-with-python-cn copied to clipboard
Deep Learning with Python 中文翻译
https://cnbeining.github.io/deep-learning-with-python-cn/5-convolutional-neural-networks/part5.html 这个网站上面看不到Chapter 5 的内容. 期待您的更新.
顺便改了一些笔误(
在json部分中,导入和导出代码一样的,没有读取json文件的代码,只有保存json文件的,我找到了作者的原文,里面有代码,https://machinelearningmastery.com/save-load-keras-deep-learning-models/ json_file = open('model.json', 'r') loaded_model_json = json_file.read() json_file.close() loaded_model = model_from_json(loaded_model_json) loaded_model.load_weights("model.h5") print("Loaded model from disk")
作者的名字错了
应该是Jason Brownlee吧,我上这个人博客看了,想要代码和数据集是只能花47刀买书吗