3.1神经网络快速搭建
2021-11-29 本文已影响0人
徐大徐
使用八股搭建神经网络
用Tensorflow API:tf.keras搭建网络八股
import
train, test
model = tf.keras.models.Sequential
model.compile
model.fit
model.summary
model.fit
model.summary
用Tensorflow API:tf.keras搭建网络八股
import
train, test
model = tf.keras.models.Sequential
model.compile
model.fit
model.summary