摘要:
Boston House Price with Scikit Learn Data Description Regression with Linear Regression Model 阅读全文
摘要:
DeepWalk 安装指南 创建 conda 虚拟环境 安装 deepwalk 阅读全文
摘要:
IMDB Classification on Keras In the book of Deep Learning with Python , there is an example of IMDB move reviews sentiment classification. 阅读全文
摘要:
Iris Classification on Keras Installation Python3 版本为 3.6.4 : : Anaconda Code Errors Solution: 重新配置环境,重新安装 keras, Tensorflow 等。 阅读全文
摘要:
WikiData Processing Data Accessing To download latest-all.json.bz2 on the page https://dumps.wikimedia.org/wikidatawiki/entities/ . wget is the best t 阅读全文
摘要:
Retrofitting Analysis To figure out the process of retrofitting[1] objective updating, we do the following math. Forward Derivation $$ \psi(Q) = \sum_ 阅读全文
摘要:
Text Classification For purpose of word embedding extrinsic evaluation, especially downstream task. Some concepts are informed from 复旦大学NLP组 Statistic 阅读全文
摘要:
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 阅读全文