上一页 1 ··· 182 183 184 185 186 187 188 189 190 ··· 273 下一页
摘要: 深度学习网络大杀器之Dropout——深入解析Dropout 转自:https://yq.aliyun.com/articles/68901 转自:https://yq.aliyun.com/articles/68901 摘要: 本文详细介绍了深度学习中dropout技巧的思想,分析了Dropout 阅读全文
posted @ 2017-12-27 19:58 bonelee 阅读(8692) 评论(1) 推荐(0)
摘要: Softmax回归 Contents [hide] Contents 1 简介 2 代价函数 3 Softmax回归模型参数化的特点 4 权重衰减 5 Softmax回归与Logistic 回归的关系 6 Softmax 回归 vs. k 个二元分类器 7 中英文对照 8 中文译者 转自:http: 阅读全文
posted @ 2017-12-27 19:48 bonelee 阅读(9398) 评论(0) 推荐(2)
摘要: time.strftime("%Y-%m-%dT%H:%M:%S.000", time.localtime()) 阅读全文
posted @ 2017-12-27 12:38 bonelee 阅读(302) 评论(0) 推荐(0)
摘要: Training TFLearn provides a model wrapper 'DNN' that can automatically performs a neural network classifier tasks, such as training, prediction, save/ 阅读全文
posted @ 2017-12-27 10:46 bonelee 阅读(770) 评论(0) 推荐(0)
摘要: AI安全初探——利用深度学习检测DNS隐蔽通道 目录 AI安全初探——利用深度学习检测DNS隐蔽通道 1、DNS 隐蔽通道简介 2、 算法前的准备工作——数据采集 3、 利用深度学习进行DNS隐蔽通道检测 4、 验证XShell的检测效果 5、 结语 1、DNS 隐蔽通道简介 DNS 通道是隐蔽通道 阅读全文
posted @ 2017-12-25 14:19 bonelee 阅读(7255) 评论(5) 推荐(1)
摘要: 我们在使用机器学习做DNS隐蔽通道检测的过程中,不得不面临样本收集的问题,没办法,机器学习没有样本真是“巧妇难为无米之炊”啊! 本文简单介绍了DNS隐蔽通道传输工具iodine,并介绍如何从iodine的网络流量中抓取DNS报文生成pcap包,并将其转化为机器学习检测算法所能够识别的文本文件。 1、 阅读全文
posted @ 2017-12-21 17:46 bonelee 阅读(7482) 评论(1) 推荐(0)
摘要: 病毒家族: razy trojan ocean lotus plugX win32.Denis wkby 工具: yourfreedom tunnelguru 阅读全文
posted @ 2017-12-21 10:22 bonelee 阅读(347) 评论(0) 推荐(0)
摘要: Java内存分配机制 摘自:http://www.cnblogs.com/zhguang/p/3257367.html 这里所说的内存分配,主要指的是在堆上的分配,一般的,对象的内存分配都是在堆上进行,但现代技术也支持将对象拆成标量类型(标量类型即原子类型,表示单个值,可以是基本类型或String等 阅读全文
posted @ 2017-12-19 17:55 bonelee 阅读(19148) 评论(0) 推荐(0)
摘要: 转自:https://www.elastic.co/guide/en/cloud/current/ec-metrics-memory-pressure.html Scenario: How Does High Memory Pressure Affect Performance? When you 阅读全文
posted @ 2017-12-19 17:32 bonelee 阅读(2153) 评论(0) 推荐(0)
摘要: https://discuss.elastic.co/t/memory-usage-of-the-machine-with-es-is-continuously-increasing/23537/7 里提到ES内存缓慢上升可能是因为小文件过多(ES本身会在index时候建立大量的小文件),linux 阅读全文
posted @ 2017-12-19 16:43 bonelee 阅读(9471) 评论(1) 推荐(0)
上一页 1 ··· 182 183 184 185 186 187 188 189 190 ··· 273 下一页