bug_x

导航

 
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 43 下一页

2018年10月17日

摘要: 1、 2、图展示 阅读全文
posted @ 2018-10-17 11:48 bug_x 阅读(141) 评论(0) 推荐(0) 编辑
 

2018年10月16日

摘要: 1、dot,exp 阅读全文
posted @ 2018-10-16 15:37 bug_x 阅读(106) 评论(0) 推荐(0) 编辑
 
摘要: Keras里的dense layer,就是全连结(fully connected)层。 Keras里的dropout layper,就是随机删去了一些连接,也就相当于是sparse layer。 阅读全文
posted @ 2018-10-16 15:34 bug_x 阅读(104) 评论(0) 推荐(0) 编辑
 

2018年10月11日

摘要: 1、transpose 交换 1、swapaxes交换 阅读全文
posted @ 2018-10-11 09:02 bug_x 阅读(198) 评论(0) 推荐(0) 编辑
 

2018年10月9日

摘要: 1、 两者的区别在于返回拷贝(copy)还是返回视图(view),numpy.flatten()返回一份拷贝,对拷贝所做的修改不会影响(reflects)原始矩阵,而numpy.ravel()返回的是视图(view,也颇有几分C/C++引用reference的意味),会影响(reflects)原始矩 阅读全文
posted @ 2018-10-09 23:38 bug_x 阅读(459) 评论(0) 推荐(0) 编辑
 
摘要: 1、 阅读全文
posted @ 2018-10-09 23:01 bug_x 阅读(623) 评论(0) 推荐(0) 编辑
 
摘要: python 切片slice 1、补充: https://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/0013868196352269f28f1f00aee485ea27e3c4e47f12b 阅读全文
posted @ 2018-10-09 22:41 bug_x 阅读(286) 评论(0) 推荐(0) 编辑
 
摘要: 1、python读取文件 numpy 常用的是loadtxt(file_name) # 默认#后的都会忽略 pandas with 阅读全文
posted @ 2018-10-09 22:27 bug_x 阅读(120) 评论(0) 推荐(0) 编辑
 
摘要: 1、开方: 阅读全文
posted @ 2018-10-09 09:26 bug_x 阅读(226) 评论(0) 推荐(0) 编辑
 
摘要: 本着创建第一个模型-->训练-->预测的“简单流程” 阅读全文
posted @ 2018-10-09 09:16 bug_x 阅读(96) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 43 下一页