上一页 1 2 3 4 5 6 7 8 ··· 20 下一页
摘要: Boston House Price with Scikit Learn Data Description Regression with Linear Regression Model 阅读全文
posted @ 2019-08-14 19:36 健康平安快乐 阅读(311) 评论(0) 推荐(0) 编辑
摘要: DeepWalk 安装指南 创建 conda 虚拟环境 安装 deepwalk 阅读全文
posted @ 2019-08-06 17:17 健康平安快乐 阅读(899) 评论(0) 推荐(0) 编辑
摘要: IMDB Classification on Keras In the book of Deep Learning with Python , there is an example of IMDB move reviews sentiment classification. 阅读全文
posted @ 2019-08-02 08:26 健康平安快乐 阅读(207) 评论(0) 推荐(0) 编辑
摘要: Iris Classification on Keras Installation Python3 版本为 3.6.4 : : Anaconda Code Errors Solution: 重新配置环境,重新安装 keras, Tensorflow 等。 阅读全文
posted @ 2019-07-30 14:45 健康平安快乐 阅读(581) 评论(2) 推荐(0) 编辑
摘要: WikiData Processing Data Accessing To download latest-all.json.bz2 on the page https://dumps.wikimedia.org/wikidatawiki/entities/ . wget is the best t 阅读全文
posted @ 2019-07-29 17:03 健康平安快乐 阅读(331) 评论(0) 推荐(0) 编辑
摘要: Retrofitting Analysis To figure out the process of retrofitting[1] objective updating, we do the following math. Forward Derivation $$ \psi(Q) = \sum_ 阅读全文
posted @ 2019-07-09 17:35 健康平安快乐 阅读(296) 评论(0) 推荐(0) 编辑
摘要: Text Classification For purpose of word embedding extrinsic evaluation, especially downstream task. Some concepts are informed from 复旦大学NLP组 Statistic 阅读全文
posted @ 2019-07-02 09:12 健康平安快乐 阅读(501) 评论(0) 推荐(0) 编辑
摘要: PDF to PNG to PDF PDF 2 PNG step 1, install PyMuPDF step 2, code python encoding:utf8 import sys import os import fitz if __name__ == '__main__': if l 阅读全文
posted @ 2019-05-19 19:09 健康平安快乐 阅读(551) 评论(0) 推荐(0) 编辑
摘要: Git Tutorial Git Commit 规范 commit message格式,结尾不加句号或其他标点符号: <type>(<scope>): <subject> type(必须),用于说明git commit的类别,只允许使用下面的标识: feat:新功能(feature) fix/to: 阅读全文
posted @ 2019-04-16 19:14 健康平安快乐 阅读(386) 评论(0) 推荐(0) 编辑
摘要: C 语言多线程与锁机制 多线程 锁机制 编译 注意:在编译时要加上 pthread 选项 阅读全文
posted @ 2019-04-16 18:19 健康平安快乐 阅读(4439) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 20 下一页