摘要: https://tensorflow.google.cn/tutorials/representation/word2vec 暂时我们使用 vanilla 定义,将“上下文”定义为目标字词左侧和右侧的字词窗口 通过噪声对比训练进行扩展 神经概率语言模型一直以来都使用最大似然率 (ML) 原则进行训练 阅读全文
posted @ 2019-03-04 10:45 Augustone 阅读(385) 评论(0) 推荐(0)
摘要: FlashPlayer Translation(s): English - Español - Français - Italiano - Русский - 简体中文 Flash > Adobe Flash Player Please note that Flash will be EOL at 阅读全文
posted @ 2019-01-19 20:13 Augustone 阅读(589) 评论(0) 推荐(0)
摘要: Understanding LSTM Networks http://colah.github.io/posts/2015-08-Understanding-LSTMs/ Posted on August 27, 2015 Recurrent Neural Networks Humans don’t 阅读全文
posted @ 2019-01-14 23:42 Augustone 阅读(685) 评论(0) 推荐(0)
摘要: 由于最新版的anaconda内置python版本为3.7。而tensorflow目前只支持到python3.6。因此安装好最新版的anaconda3之后需要sudo conda install python=3.6.6进行降级。然后安装tensorflow就可以了。 1,conda create - 阅读全文
posted @ 2018-12-01 11:07 Augustone 阅读(335) 评论(0) 推荐(0)
摘要: http://www.googleguide.com/ http://www.googleguide.com/advanced_operators_reference.html Search Operators The following table lists the search operato 阅读全文
posted @ 2018-01-28 21:19 Augustone 阅读(530) 评论(0) 推荐(0)
摘要: import hashlib as hasherimport datetime as date # Define what a Snakecoin block isclass Block: def __init__(self, index, timestamp, data, previous_has 阅读全文
posted @ 2017-10-27 08:55 Augustone 阅读(258) 评论(0) 推荐(0)
摘要: https://raw.githubusercontent.com/nltk/nltk_data/gh-pages/index.xml A http://blog.csdn.net/caicai1617/article/details/21191781 《使用Python进行自然语言处理》学习笔记五 阅读全文
posted @ 2017-02-11 11:14 Augustone 阅读(2208) 评论(0) 推荐(0)
摘要: http://www.wordfrequency.info/ Word frequency data Corpus of Contemporary American English Word frequency data Corpus of Contemporary American English 阅读全文
posted @ 2017-02-08 11:50 Augustone 阅读(1781) 评论(0) 推荐(0)
摘要: http://blog.jobbole.com/63320/ A、30 Python Language Features and Tricks You May Not Know About Posted on Mar 05, 2014 , last modified on May 19, 2014  阅读全文
posted @ 2017-02-05 21:52 Augustone 阅读(612) 评论(0) 推荐(0)
摘要: 第一,https://github.com/vinta/awesome-python Awesome Python A curated list of awesome Python frameworks, libraries, software and resources. Inspired by  阅读全文
posted @ 2017-02-01 20:16 Augustone 阅读(1607) 评论(0) 推荐(0)