squirrel2300

导航

2017年5月8日 #

python trie

摘要: Trie 库 https://github.com/pytries/marisa-trie/blob/master/docs/tutorial.rst http://marisa-trie.readthedocs.io/en/latest/tutorial.html 阅读全文

posted @ 2017-05-08 16:23 squirrel2300 阅读(201) 评论(0) 推荐(0) 编辑

2017年5月2日 #

关注

摘要: http://www.jianshu.com/p/0339042be8b4 目标 1:想研究下短文本分类具体能达到多高的准确度 目标 2:比较下针对文本分类问题,使用LSTM深度学习的方法与SVM的方法在方法与效果上的差别 数据集:搜狗实验室 搜狐新闻数据 下载地址 www.sogou.com/la 阅读全文

posted @ 2017-05-02 23:02 squirrel2300 阅读(93) 评论(0) 推荐(0) 编辑

Python 3 运行 shell 命令

摘要: #python 3.5 , win10 引入包 #os.chdir('path') import osimport subprocess #https://docs.python.org/3.5/library/subprocess.html?highlight=subprocess#module- 阅读全文

posted @ 2017-05-02 12:02 squirrel2300 阅读(2106) 评论(0) 推荐(0) 编辑

2017年4月21日 #

Python 3.5 in win10 pip install Orange3

摘要: http://www.lfd.uci.edu/%7Egohlke/pythonlibs/ 下载Orange3 以及 依赖包 注意网页上标出的Orange 的依赖,以及 https://github.com/biolab/orange3 列出的依赖。 注意安装顺序: 先安装 PyQt5 , 再安装 A 阅读全文

posted @ 2017-04-21 15:30 squirrel2300 阅读(582) 评论(0) 推荐(0) 编辑

2017年4月20日 #

java 编译 运行 及 引用外部 jar 包的方法

摘要: 1. 环境变量配置 JAVA_HOMEC:\Program Files\Java\jdk1.8.0_121;PATH%PATH%;C:\Java\jdk1.6.0_30\bin;CLASSPATH.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar; 阅读全文

posted @ 2017-04-20 00:40 squirrel2300 阅读(3132) 评论(0) 推荐(0) 编辑

2017年4月19日 #

CTEX(LaTeX) 编译 中文

摘要: CTEX 中文编码&编译问题 #win10 tex 文档为 GBK 编码 https://zhidao.baidu.com/question/93645685.html tex 文档为 UTF-8 编码 must no BOM http://www.cnblogs.com/dezheng/p/387 阅读全文

posted @ 2017-04-19 01:56 squirrel2300 阅读(1622) 评论(0) 推荐(0) 编辑

2017年4月18日 #

Dracula theme

摘要: https://github.com/dracula/dracula-theme 阅读全文

posted @ 2017-04-18 22:36 squirrel2300 阅读(241) 评论(0) 推荐(0) 编辑

draw graph

摘要: http://www.icl.pku.edu.cn/member/yujs/bsdfiles/html/mpost.htmlUNIX下绘图面面观http://www.tug.org/metapost.htmlhttp://www.python-course.eu/finite_state_machi 阅读全文

posted @ 2017-04-18 02:11 squirrel2300 阅读(367) 评论(0) 推荐(0) 编辑

2017年4月15日 #

python3 sort

摘要: #https://docs.python.org/3.5/howto/sorting.html?highlight=sort #In Python 3.2, the functools.cmp_to_key() function was added to the functools module i 阅读全文

posted @ 2017-04-15 23:22 squirrel2300 阅读(145) 评论(0) 推荐(0) 编辑

2017年4月13日 #

using python to compute production rules

摘要: #coding=utf8import loggingimport itertoolsimport reimport syslogger = logging.getLogger()root_format = "[%(filename)s:%(lineno)s \t- %(funcName)-10s() 阅读全文

posted @ 2017-04-13 01:51 squirrel2300 阅读(128) 评论(0) 推荐(0) 编辑