
深度学习
文章平均质量分 93
confiself
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ES+IK6.3.0研究 含kibana安装ik分词
1 安装elasticsearch (1)下载elasticsearch安装包,https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.3.0.tar.gz tar xvf elasticsearch-6.3.0.tar.gz cd elasticsearch-6.3.0 ./bin/elasticsearc...原创 2019-03-24 19:09:32 · 357 阅读 · 1 评论 -
tensorflow实现分组取top_k
def test_segment(): """ 分组取出各个类别的最大概率 :return: """ k = 3 label_tags = tf.Variable(tf.constant(['label1', 'label2', 'label3', 'label4']), trainable=False) label_class = tf....原创 2019-04-21 20:38:02 · 868 阅读 · 0 评论