• 2022-07-26
    以下代码中,能正确表示导入线性叠加模型的是( )。
    A: import keras
    B: import tensorflow as tf
    C: model = Sequential()
    D: 上述都不能实现