会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
市丸银
知行合一
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
46
47
48
49
50
51
52
53
54
···
98
下一页
2020年7月3日
安装VNC
摘要: https://blog.csdn.net/nahancy/article/details/86316971
阅读全文
posted @ 2020-07-03 10:34 市丸银
阅读(117)
评论(0)
推荐(0)
2020年6月30日
linux 保存git账号密码
摘要: git config credential.helper store
阅读全文
posted @ 2020-06-30 10:45 市丸银
阅读(511)
评论(0)
推荐(1)
2020年6月20日
sklearn datasets数据集
摘要: 实用例子 from sklearn import datasets import matplotlib.pyplot as plt # # 簇 # x, y = datasets.make_blobs(n_samples=1000, n_features=4, centers=4, cluster_
阅读全文
posted @ 2020-06-20 16:52 市丸银
阅读(230)
评论(0)
推荐(0)
sklearn
摘要: 1、简易安装模块 conda install scikit-learn 失败看下面链接 https://sklearn.apachecn.org/docs/master/62.html 2、整体过程(与tensorflow相似) 1)、获取数据 2)、建模 3)、训练模型 4)、测试模型 3、简单案
阅读全文
posted @ 2020-06-20 16:41 市丸银
阅读(241)
评论(0)
推荐(0)
mnist.npz的使用
摘要: path = r"C:\Users\wuhao\.keras\datasets\mnist.npz" def load_data(path): with np.load(path) as f: x_train, y_train = f['x_train'], f['y_train'] x_test,
阅读全文
posted @ 2020-06-20 14:32 市丸银
阅读(1493)
评论(0)
推荐(0)
2020年6月17日
phone
摘要: 根据phone 查找 地点 安装 pip install phone 引用 from phone import Phone 使用 # 通过 电话号码 获取省份 通过 Phone模块 def get_province_city(self, phone_num): try: info = Phone()
阅读全文
posted @ 2020-06-17 16:48 市丸银
阅读(754)
评论(0)
推荐(0)
2020年6月11日
imdb.npz 下载链接,拒绝做生意,开源精神
摘要: https://s3.amazonaws.com/text-datasets/imdb.npz
阅读全文
posted @ 2020-06-11 12:48 市丸银
阅读(1136)
评论(1)
推荐(0)
matplotlib 经验
摘要: 好久不用matplotlib import matplotlib.pyplot as plt plt.figure() # 画图 plt.imshow(train_images[0]) # numpy plt.show() # 展示
阅读全文
posted @ 2020-06-11 10:44 市丸银
阅读(171)
评论(0)
推荐(0)
2020年6月10日
设置pip 的源
摘要: 清华 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple 豆瓣 推荐 pip config set global.index-url https://pypi.douban.com/simple
阅读全文
posted @ 2020-06-10 09:14 市丸银
阅读(206)
评论(0)
推荐(0)
2020年6月9日
tensorflow2 基础
摘要: https://tf.wiki/ https://github.com/snowkylin/tensorflow-handbook https://blog.csdn.net/lzs781/article/details/104742043/ 官网 https://tensorflow.google
阅读全文
posted @ 2020-06-09 15:40 市丸银
阅读(297)
评论(0)
推荐(0)
上一页
1
···
46
47
48
49
50
51
52
53
54
···
98
下一页
公告