会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
下路派出所
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
27
下一页
2018年9月3日
linux更改文件权限
摘要: chown –Rh cheat:cheat /home/cheat/task/Cheat
阅读全文
posted @ 2018-09-03 16:34 下路派出所
阅读(159)
评论(0)
推荐(0)
2018年8月30日
docker windows安装
摘要: 1.安装docker-windows https://blog.csdn.net/Jwast/article/details/79115268 2.安装docker-machine https://docs.docker.com/machine/install-machine/#install-ba
阅读全文
posted @ 2018-08-30 10:33 下路派出所
阅读(138)
评论(0)
推荐(0)
2018年8月28日
tensorflow summary
摘要: 定义summary 1.scalar存储结果 a.先在训练的循环外定义: b.在session run的时候run test_scalar,获得值,然后再添加。 2.histogram存储权重,偏执。 a.先在训练的循环外定义: b.在session run的时候run test_scalar,获得
阅读全文
posted @ 2018-08-28 18:11 下路派出所
阅读(202)
评论(0)
推荐(0)
2018年8月9日
Global Embedding 理解
摘要: 1.Attention-based seq2seq e(t,i):求上一时刻的输出和这一时刻编码器的输出的相似度 a(t,i):求这个词在整个文本中占多大的比重,每个时刻都存在着一个值,这个只是求一个softmax c(t):文本向量,求和,n代表序列长度,每个词都有一个softmax值,用每一个概
阅读全文
posted @ 2018-08-09 22:53 下路派出所
阅读(323)
评论(0)
推荐(0)
2018年8月8日
pandas 使用
摘要: 1.读取excel: 2.写入excel 3.根据某一列的值进行筛选 4.将list添加到data_frame最后一列 5.data_frame采样
阅读全文
posted @ 2018-08-08 18:44 下路派出所
阅读(150)
评论(0)
推荐(0)
Centos 添加用户和用户组
摘要: groupadd cheat useradd -g cheat cheat passwd cheat 密码设置jsb_6041
阅读全文
posted @ 2018-08-08 18:24 下路派出所
阅读(2710)
评论(0)
推荐(0)
Centos 安装python3
摘要: 安装python3 大多数云平台没有安装zlib和openssl的devel包,需要提前安装 下载python源码 cd /home/cheat wget https://www.python.org/ftp/python/3.6.6/Python-3.6.6.tar.gz tar xzvf Pyt
阅读全文
posted @ 2018-08-08 18:22 下路派出所
阅读(118)
评论(0)
推荐(0)
python3 连接HBase
摘要: db_url = 'http://47.93.89.99:8765' from traceback import format_exc import phoenixdb as pb class Utils(object): def get_db_conn(self, url): """ this function is able to get data...
阅读全文
posted @ 2018-08-08 16:41 下路派出所
阅读(601)
评论(0)
推荐(0)
2018年7月30日
xgb 绘制
摘要: 1.windows安装Graphviz2.38 安装地址:https://graphviz.gitlab.io/_pages/Download/Download_windows.html 2.在python文件头添加这两行代码 3.实例代码
阅读全文
posted @ 2018-07-30 18:01 下路派出所
阅读(552)
评论(0)
推荐(0)
2018年7月21日
xgboost 参数
摘要: XGBoost 参数 在运行XGBoost程序之前,必须设置三种类型的参数:通用类型参数(general parameters)、booster参数和学习任务参数(task parameters)。 一般类型参数general parameters –参数决定在提升的过程中用哪种booster,常见
阅读全文
posted @ 2018-07-21 21:47 下路派出所
阅读(303)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
27
下一页
公告