上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 55 下一页

2018年8月30日

摘要: 没有ipv6的信号:只需要进入网络适配器里面先禁用再启用即可. 阅读全文
posted @ 2018-08-30 21:23 张博的博客 阅读(1008) 评论(0) 推荐(0) 编辑

2018年8月19日

摘要: http://www.xitongtiandi.net/win10yuanban/2039.html#download 阅读全文
posted @ 2018-08-19 08:38 张博的博客 阅读(172) 评论(0) 推荐(0) 编辑

2018年8月12日

摘要: 1. pip install gym 可以看到,增强学习和监督学习的区别主要有以下两点: 1. 增强学习是试错学习(Trail-and-error),由于没有直接的指导信息,智能体要以不断与环境进行交互,通过试错的方式来获得最佳策略。 2. 延迟回报,增强学习的指导信息很少,而且往往是在事后(最后一 阅读全文
posted @ 2018-08-12 20:06 张博的博客 阅读(247) 评论(0) 推荐(0) 编辑

2018年7月18日

摘要: ●计算置信区间. ●服务器建立接收再多的连接,也只占用一个端口, 理解错误的人要回去补充下基础知识! 多项式 P(X)=a+bx+cx^2+dx^3 ,对于任意 x ,计算 P(X) 中最少需要用到乘法操作的次数是多少 答案3次 ?????????????????????? ●进制的乘法: k进制: 阅读全文
posted @ 2018-07-18 13:17 张博的博客 阅读(489) 评论(0) 推荐(0) 编辑

2018年7月13日

摘要: ;已经基本修复了输入带shift的时候跟输入法中英文切换之间的冲突 SetStoreCapslockMode, off SetKeyDelay, 50 ^CapsLock:: #UseHook ;用这个和下面的off能实现代码不冲突,即这个区间的 才有作用,而不出发send right Send { 阅读全文
posted @ 2018-07-13 14:46 张博的博客 阅读(329) 评论(0) 推荐(0) 编辑

2018年7月10日

摘要: Time Series Prediction with LSTM Recurrent Neural Networks in Python with Keras Time series prediction problems are a difficult type of predictive mod 阅读全文
posted @ 2018-07-10 13:33 张博的博客 阅读(166) 评论(0) 推荐(0) 编辑

2018年7月8日

摘要: 题目: #下面这一段用一个txt来保存input的信息来模拟input.最后提交代码时候删除这一段即可. a9999=open('1.txt','r') def input(): return a9999.readline() while 1: try: a=int(input()) b=int(i 阅读全文
posted @ 2018-07-08 21:20 张博的博客 阅读(210) 评论(0) 推荐(0) 编辑

2018年7月6日

摘要: pandas用法大全: https://blog.csdn.net/liufang0001/article/details/77856255 1.合并:concat命令: 1.frames = [df1, df2, df3] 2.result = pd.concat(frames) pandas用法 阅读全文
posted @ 2018-07-06 09:28 张博的博客 阅读(211) 评论(0) 推荐(0) 编辑

2018年7月5日

摘要: https://blog.csdn.net/fishe_r/article/details/18863447 其中的 java配置文件用: { "shell_cmd": "runJava.bat \"$file\"", "file_regex": "^(...*?):([0-9]*):?([0-9] 阅读全文
posted @ 2018-07-05 22:05 张博的博客 阅读(135) 评论(0) 推荐(0) 编辑

2018年7月4日

摘要: ●如何用http restful 发送请求request get 一个json数据? import requests response = requests.get('https://www.sojson.com/open/api/weather/json.shtml?city=北京', ) pri 阅读全文
posted @ 2018-07-04 08:27 张博的博客 阅读(918) 评论(0) 推荐(0) 编辑
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 55 下一页

导航