上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 345 下一页
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Sun Sep... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(18) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Sun Sep... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: keras cnn 代码详解 #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Sun Sep 30 18:00:30 2018这是用keras搭建的简单的cnn 网络... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: keras cnn 代码详解 #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Sun Sep 30 18:00:30 2018这是用keras搭建的简单的cnn 网络... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: tensorflow pooling import tensorflow as tftemp = [0., 0., 1., 0., 0., 0., 1.5, 2.5]# Reshape the tensor to be 3 dimens... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(9) 评论(0) 推荐(0)
摘要: tensorflow pooling import tensorflow as tftemp = [0., 0., 1., 0., 0., 0., 1.5, 2.5]# Reshape the tensor to be 3 dimens... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: import tensorflow as tftemp = [0., 0., 1., 0., 0., 0., 1.5, 2.5]# ... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: import tensorflow as tftemp = [0., 0., 1., 0., 0., 0., 1.5, 2.5]# ... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(5) 评论(0) 推荐(0)
摘要: tensorflow max_pooling max pooling是CNN当中的最大值池化操作,其实用法和卷积很类似 有些地方可以从卷积去参考【TensorFlow】tf.nn.conv2d是怎样实现卷积的? tf.nn.max... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(5) 评论(0) 推荐(0)
摘要: tensorflow max_pooling max pooling是CNN当中的最大值池化操作,其实用法和卷积很类似 有些地方可以从卷积去参考【TensorFlow】tf.nn.conv2d是怎样实现卷积的? tf.nn.max... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(8) 评论(0) 推荐(0)
上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 345 下一页