点这里,搜索淘宝优惠券!
点这里,搜索淘宝优惠券!

Keras 常用工具函数

【画出模型】

1 from keras.utils import plot_model
2 plot_model(model,'fileName.png')

 【Durex编码】

from keras import utils
utils.to_categorical(y_train, nubber_of_classes)

 y:表示类别的数字

 number_of_classes:表示类别总数。

 

 

 

 

 

【表格显示模型结构】

1 model.summary()

 

posted @ 2018-09-19 15:19  chd_ailex  阅读(165)  评论(0编辑  收藏  举报