美文网首页
3.1神经网络快速搭建

3.1神经网络快速搭建

作者: 徐大徐 | 来源:发表于2021-11-29 15:52 被阅读0次

    使用八股搭建神经网络

    用Tensorflow API:tf.keras搭建网络八股
    import
    train, test
    model = tf.keras.models.Sequential
    model.compile
    model.fit
    model.summary

    神经网络流程 model.compile
    model.fit
    model.summary

    相关文章

      网友评论

          本文标题:3.1神经网络快速搭建

          本文链接:https://www.haomeiwen.com/subject/kqclxrtx.html