摘要:
自底向上——知识图谱构建技术初探 from: https://www.anquanke.com/post/id/149122 发布时间:2018-06-28 16:00:40 文/阿里安全 染青 “The world is not made of strings , but is made of t 阅读全文
摘要:
vim、gvim 在 windows 下中文乱码的终极解决方案 vim ~/.vimrc 然后加入: " Gvim中文菜单乱码解决方案 " 设置文件编码格式 set encoding=utf-8 set fileencodings=utf-8,chinese,latin-1,gbk,gb18030, 阅读全文
摘要:
import pickle import matplotlib.pyplot as plt from sklearn import datasets from sklearn.model_selection import train_test_split from sklearn.neighbors import KNeighborsClassifier from sklearn.mod... 阅读全文