上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 344 下一页
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Sun Sep... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(31) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Sun Sep... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(24) 评论(0) 推荐(0)
摘要: 1 2 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(14) 评论(0) 推荐(0)
摘要: 1 2 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(16) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Sun Sep... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(33) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Sun Sep... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(29) 评论(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 阅读(14) 评论(0) 推荐(0)
摘要: import tensorflow as tftemp = [0., 0., 1., 0., 0., 0., 1.5, 2.5]# ... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(24) 评论(0) 推荐(0)
摘要: tensorflow max_pooling max pooling是CNN当中的最大值池化操作,其实用法和卷积很类似 有些地方可以从卷积去参考【TensorFlow】tf.nn.conv2d是怎样实现卷积的? tf.nn.max... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(11) 评论(0) 推荐(0)
摘要: tensorflow max_pooling max pooling是CNN当中的最大值池化操作,其实用法和卷积很类似 有些地方可以从卷积去参考【TensorFlow】tf.nn.conv2d是怎样实现卷积的? tf.nn.max... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(16) 评论(0) 推荐(0)
上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 344 下一页