上一页 1 ··· 166 167 168 169 170 171 172 173 174 ··· 273 下一页
摘要: 关于不均衡数据的处理方法 (1)Class Imbalance Problem (2)不平衡数据下的机器学习方法简介 (3)8大策略让你对抗机器学习数据集里的不均衡数据 (4)Quora上面的解答:https://www.quora.com/In-classification-how-do-you- 阅读全文
posted @ 2018-03-23 15:49 bonelee 阅读(370) 评论(0) 推荐(0)
摘要: 基于dns lib的,https://github.com/andreif/dnslib 有:https://www.cnblogs.com/anpengapple/p/5664500.html https://github.com/anpengapple/apple_dns https://git 阅读全文
posted @ 2018-03-23 11:43 bonelee 阅读(921) 评论(0) 推荐(0)
摘要: dns tunnel确认方法,查询子域名最终的解析地址: 使用方法:python dig_trace.py "<7cf1e56b 67fc90f8 caaae86e 0787e907>.nsconcreteblock.info" anySelected root name server: 192.2 阅读全文
posted @ 2018-03-22 18:04 bonelee 阅读(2034) 评论(1) 推荐(0)
摘要: install_dir=/usr/local/anaconda3 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # script dir bash $DIR/Anaconda3-5.0.1-Linux-x86_64.sh -b -p $install_dir $install_dir/bin/conda install -... 阅读全文
posted @ 2018-03-22 15:00 bonelee 阅读(967) 评论(0) 推荐(0)
摘要: localhost:~ # easy_install uncompyle6-3.0.1-py3.6.eggProcessing uncompyle6-3.0.1-py3.6.eggCopying uncompyle6-3.0.1-py3.6.egg to /root/anaconda3/lib/py 阅读全文
posted @ 2018-03-22 09:55 bonelee 阅读(508) 评论(0) 推荐(0)
摘要: Python工程的编译、合并、打包、发布 from:https://my.oschina.net/bfbd/blog/864310 from:https://my.oschina.net/bfbd/blog/864310 from:https://my.oschina.net/bfbd/blog/8 阅读全文
posted @ 2018-03-21 20:25 bonelee 阅读(12152) 评论(2) 推荐(2)
摘要: 代码如下: 结果: ('Terminating training at the end of epoch', 175)Training Step: 309936 | total loss: 0.00695 | time: 4.371s| Adam | epoch: 176 | loss: 0.006 阅读全文
posted @ 2018-03-21 16:14 bonelee 阅读(1244) 评论(0) 推荐(0)
摘要: pandas 绘图 结果: Index(['label', 'flow_cnt', 'len(srcip_arr)', 'len(dstip_arr)', 'subdomain_num', 'uniq_subdomain_ratio', 'np.average(dns_request_len_arr 阅读全文
posted @ 2018-03-21 16:07 bonelee 阅读(1986) 评论(0) 推荐(0)
摘要: We are given two strings, A and B. A shift on A consists of taking string A and moving the leftmost character to the rightmost position. For example, 阅读全文
posted @ 2018-03-20 23:19 bonelee 阅读(433) 评论(0) 推荐(0)
摘要: We have two special characters. The first character can be represented by one bit 0. The second character can be represented by two bits (10 or 11). N 阅读全文
posted @ 2018-03-20 22:25 bonelee 阅读(235) 评论(0) 推荐(0)
上一页 1 ··· 166 167 168 169 170 171 172 173 174 ··· 273 下一页