上一页 1 ··· 176 177 178 179 180 181 182 183 184 ··· 273 下一页
摘要: eural Networks API In this document show more Understanding the Neural Networks API Runtime Neural Networks API Programming Model More About Operands 阅读全文
posted @ 2018-02-14 10:47 bonelee 阅读(3212) 评论(0) 推荐(0)
摘要: 参考:https://stackoverflow.com/questions/519633/lazy-method-for-reading-big-file-in-python 最优雅方式: file.readlines() takes in an optional size argument wh 阅读全文
posted @ 2018-02-13 12:21 bonelee 阅读(16382) 评论(0) 推荐(0)
摘要: 参考:https://github.com/tflearn/tflearn/issues/964 解决方法: 注意: 1、需要在 tflearn的model.save 前: del tf.get_collection_ref(tf.GraphKeys.TRAIN_OPS)[:] 作用:去除模型里训练 阅读全文
posted @ 2018-02-12 18:07 bonelee 阅读(6590) 评论(0) 推荐(0)
摘要: TensorFlow: How to freeze a model and serve it with a python API 参考:https://blog.metaflow.fr/tensorflow-how-to-freeze-a-model-and-serve-it-with-a-pyth 阅读全文
posted @ 2018-02-12 16:11 bonelee 阅读(31039) 评论(1) 推荐(0)
摘要: Ubuntu16.04下配置caffe(仅CPU) 参考:http://blog.csdn.net/zt_1995/article/details/56283249 第二次配置caffe环境,依旧把之前犯过的错误重新走了一遍,不会配置的地方还是忘了,所以打算通过博客记录下来,方便以后学习使用。 1. 阅读全文
posted @ 2018-02-11 15:29 bonelee 阅读(660) 评论(0) 推荐(0)
摘要: 传统方法贝叶斯: 传统方法hmm: 阅读全文
posted @ 2018-02-07 15:59 bonelee 阅读(1430) 评论(1) 推荐(0)
摘要: 词袋模型示例: The default configuration tokenizes the string by extracting words of at least 2 letters. The specific function that does this step can be req 阅读全文
posted @ 2018-02-07 12:11 bonelee 阅读(263) 评论(0) 推荐(0)
摘要: word2vec和word embedding有什么区别? 我知道这两个都能将词向量化,但有什么区别?这两个术语的中文是什么? 我知道这两个都能将词向量化,但有什么区别?这两个术语的中文是什么? 我知道这两个都能将词向量化,但有什么区别?这两个术语的中文是什么? 我知道这两个都能将词向量化,但有什么 阅读全文
posted @ 2018-02-07 11:54 bonelee 阅读(1049) 评论(0) 推荐(0)
摘要: Elasticsearch源码分析—线程池(十一) 转自:https://www.felayman.com/articles/2017/11/10/1510291570687.html 线程池 每个节点都有一些线程池来优化线程内存的消耗,按节点来配置管理。有些线程池还拥有与之关联的队列配置,用来允许 阅读全文
posted @ 2018-02-05 12:12 bonelee 阅读(1445) 评论(0) 推荐(0)
摘要: (5)Date Histogram Aggregation 时间直方图聚合,专门对时间类型的字段做直方图聚合。这种需求是比较常用见得的,我们在统计时,通常就会按照固定的时间断(1个月或1年等)来做统计。下面统计学校中同一年出生的学生数。 返回结果如下,可以看到由于上面的”format”: “yyyy 阅读全文
posted @ 2018-02-03 15:28 bonelee 阅读(1979) 评论(0) 推荐(0)
上一页 1 ··· 176 177 178 179 180 181 182 183 184 ··· 273 下一页