随笔分类 -  2_keras学习笔记

摘要:参考文献:http://keras-cn.readthedocs.io/en/latest/layers/convolutional_layer/ 卷积层 Conv1D层 一维卷积层(即时域卷积),用以在一维输入信号上进行邻域滤波。当使用该层作为首层时,需要提供关键字参数input_shape。例如 阅读全文
posted @ 2018-04-02 13:13 月亮下,六便士 阅读(637) 评论(0) 推荐(0)
摘要:参考文献: https://blog.csdn.net/sinat_26917383/article/details/72857454 http://keras-cn.readthedocs.io/en/latest/layers/core_layer/ keras中文文档 keras网络结构 常用 阅读全文
posted @ 2018-03-30 13:46 月亮下,六便士 阅读(1360) 评论(0) 推荐(0)