多选题
假设已利用"import tensorflow as tf"语句导入了tensorflow模块,则能够成功构建Keras序列模型的语句为__________。
A
model = tf.Linear_model()
B
model = tf.keras.Linear_model()
C
model = tf.keras.Sequential()
D
model = tf.keras.models.Sequential()
答案解析
正确答案:CD
相关知识点:
构建Keras序列用tf.keras.Sequential
题目纠错
XLSX 工作表支持v你们看过的
