上一页 1 ··· 151 152 153 154 155 156 157 158 159 ··· 273 下一页
摘要: There are 1000 buckets, one and only one of them contains poison, the rest are filled with water. They all look the same. If a pig drinks that poison 阅读全文
posted @ 2018-05-20 23:29 bonelee 阅读(229) 评论(0) 推荐(0)
摘要: 查 101.201.62.30 IP信誉方法https://www.virustotal.com/#/ip-address/101.201.62.30https://talosintelligence.com/reputation_center/lookup?search=101.201.62.30 阅读全文
posted @ 2018-05-18 11:40 bonelee 阅读(663) 评论(0) 推荐(0)
摘要: 1. 调用 scipy 计算排列组合的具体数值 A23=6,(32)=3 2. 调用 itertools 获取排列组合的全部情况数 阅读全文
posted @ 2018-05-17 17:49 bonelee 阅读(12736) 评论(0) 推荐(1)
摘要: 结论: (1)使用同一个目的port的p2p协议传输的tcp流特征相似度高达99%。如果他们是cc通信,那么应该都算在一起,反之就都不是cc通信流。 (2)使用不同目的端口的p2p协议传输的tcp流相似度不太一样,相似度从0.4-0.99之间。 数据: 使用余弦相似度进行FileShare_P2P数 阅读全文
posted @ 2018-05-17 17:15 bonelee 阅读(683) 评论(0) 推荐(0)
摘要: bozokgh0stnanocoredarkcometponydarkcometadwindadzokaecomblacknixbluebananacorigaratdarkcometDRAThuigeziminirat1nanonetwirepandoraspygateX-RATxstreamQu 阅读全文
posted @ 2018-05-16 16:27 bonelee 阅读(408) 评论(0) 推荐(0)
摘要: 找相似的pcap文件:https://packettotal.com/app/analysis?id=aff96903aae4b73364e027c8a3e85060&name=similar_pcaps 阅读全文
posted @ 2018-05-15 17:56 bonelee 阅读(562) 评论(0) 推荐(0)
摘要: densenet 中文汉字手写识别,代码如下: densenet模型参考:https://github.com/taki0112/Densenet-Tensorflow 效果: Eval a batch the step 34001.0 test accuracy: 0.765625 Eval a 阅读全文
posted @ 2018-05-15 08:20 bonelee 阅读(1642) 评论(0) 推荐(0)
摘要: Use trained sklearn model with pyspark from pyspark import SparkContext import numpy as np from sklearn import ensemble def batch(xs): yield list(xs) 阅读全文
posted @ 2018-05-14 19:41 bonelee 阅读(939) 评论(0) 推荐(0)
摘要: from:https://blog.csdn.net/u013989576/article/details/73439202 问题引入: 目前,常见的目标检测算法,如Faster R-CNN,存在着速度慢的缺点。该论文提出的SSD方法,不仅提高了速度,而且提高了准确度。 SSD: 该论文的核心思想: 阅读全文
posted @ 2018-05-13 23:21 bonelee 阅读(17629) 评论(0) 推荐(0)
摘要: capsule network--《Dynamic Routing Between Capsules》 from:https://zhuanlan.zhihu.com/p/31491520 from:https://zhuanlan.zhihu.com/p/31491520 Hinton大神前一段时 阅读全文
posted @ 2018-05-13 12:24 bonelee 阅读(3274) 评论(0) 推荐(0)
上一页 1 ··· 151 152 153 154 155 156 157 158 159 ··· 273 下一页