上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 344 下一页
摘要: deepQA是基于tensorflow 实现的开源项目,采用神经网络实现的自动化聊天机器人,在目前,网上的公开中文语料库比较少,采用... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(28) 评论(0) 推荐(0)
摘要: d1[['p_date']] = d1[['p_date']].astype(float) 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(29) 评论(0) 推荐(0)
摘要: d1[['p_date']] = d1[['p_date']].astype(float) 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(27) 评论(0) 推荐(0)
摘要: a = [1,2,3,4]b = set([1,2])b.issubset(a) 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(36) 评论(0) 推荐(0)
摘要: tf.nn.conv2d(input, filter, strides, padding, use_cudnn_on_gpu=Non... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(58) 评论(0) 推荐(0)
摘要: tf.nn.conv2d(input, filter, strides, padding, use_cudnn_on_gpu=Non... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(54) 评论(0) 推荐(0)
摘要: #!/usr/bin/python#这是一个很经典的cnn 入门教程了import tensorflow as tfimport s... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(50) 评论(0) 推荐(0)
摘要: #!/usr/bin/python#这是一个很经典的cnn 入门教程了import tensorflow as tfimport s... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(41) 评论(0) 推荐(0)
摘要: 本文与上一篇文章有一点不同,就是中间的隐藏层由一层变成两层,在神经网络搭建的过程中,曾出现一点问题,就是正确率图突然变成0.... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(40) 评论(0) 推荐(0)
摘要: 本文与上一篇文章有一点不同,就是中间的隐藏层由一层变成两层,在神经网络搭建的过程中,曾出现一点问题,就是正确率图突然变成0.... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(60) 评论(0) 推荐(0)
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 344 下一页