上一页 1 ··· 129 130 131 132 133 134 135 136 137 ··· 273 下一页
摘要: Let's Encrypt 免费通配符 SSL 证书申请教程 from:https://blog.csdn.net/English0523/article/details/79608464 2018 年 3 月 14 日,Let’s Encrypt 对外宣布 ACME v2 已正式支持通配符证书。这 阅读全文
posted @ 2018-11-12 15:34 bonelee 阅读(742) 评论(0) 推荐(0)
摘要: image_list = [] new_file_list = [] for root, _, file_list in os.walk(predict_dir): new_file_list += [file for file in file_list if ".nfs" not in file] new_file_list.sort(k... 阅读全文
posted @ 2018-11-12 10:24 bonelee 阅读(1737) 评论(0) 推荐(0)
摘要: 代码,示意了一个tls的数据内容: 感觉还是有内在规律可以遵循的。 阅读全文
posted @ 2018-11-11 13:59 bonelee 阅读(539) 评论(0) 推荐(0)
摘要: 代码如下: 阅读全文
posted @ 2018-11-11 11:07 bonelee 阅读(952) 评论(1) 推荐(0)
摘要: 我摘录的代码。 原文:https://sefiks.com/2018/03/21/autoencoder-neural-networks-for-unsupervised-learning/ Previously, we’ve applied conventional autoencoder to 阅读全文
posted @ 2018-11-10 18:08 bonelee 阅读(4419) 评论(1) 推荐(0)
摘要: from:http://www.cnblogs.com/freeweb/p/6548208.html 补充:在我mac上的加速效果: 最初:runing1 time: 0.233466 sruning2 time: 0.930724 s使用Cython编译:runing1 time: 0.17852 阅读全文
posted @ 2018-11-09 17:19 bonelee 阅读(2355) 评论(0) 推荐(0)
摘要: 按照某特定string字段长度过滤: Applied to filex.csv: the code above prints 或者是: 最灵活的是用apply: 直接按照row过滤! 阅读全文
posted @ 2018-11-08 10:23 bonelee 阅读(5109) 评论(0) 推荐(0)
摘要: SIMD指令集 from:https://zhuanlan.zhihu.com/p/31271788 SIMD,即Single Instruction, Multiple Data,一条指令操作多个数据.是CPU基本指令集的扩展.主要用于提供fine grain parallelism,即小碎数据的 阅读全文
posted @ 2018-11-07 09:20 bonelee 阅读(13135) 评论(0) 推荐(2)
摘要: https://software.intel.com/en-us/daal-programming-guide-datasource-featureextraction-py csv里的3行示例数据(***为期望获取的数据): 输出结果: printNumericTable的实现代码:printNu 阅读全文
posted @ 2018-11-06 10:28 bonelee 阅读(659) 评论(0) 推荐(0)
摘要: data download: https://github.com/nicolasmiller/pyculiarity/blob/master/tests/raw_data.csv 数据集样子: 做了shift处理前后: 代码: 可以看到相关系数! 重构代码,使其可以预测未来: 绘图: 尤其关键的是 阅读全文
posted @ 2018-11-04 17:54 bonelee 阅读(5725) 评论(11) 推荐(0)
上一页 1 ··· 129 130 131 132 133 134 135 136 137 ··· 273 下一页