摘要: Given a non-empty array of digits representing a non-negative integer, plus one to the integer. The digits are stored such that the most significant d 阅读全文
posted @ 2018-05-28 23:40 bonelee 阅读(213) 评论(0) 推荐(0)
摘要: 手写汉字笔迹识别模型: 第一名用的是googleNet,准确率97.3% def GoogleLeNetSlim(x, num_classes, keep_prob=0.5): with tf.variable_scope('main'): t = slim.conv2d(x, 64, [3, 3], [1, 1], padding='SAME', activation_... 阅读全文
posted @ 2018-05-28 15:40 bonelee 阅读(3983) 评论(13) 推荐(1)
摘要: www.arocmag.com/getarticle/?aid=4e02d91c19b0cced Internet 蠕虫防范技术研究http://www.arocmag.com/article/1001-3695(2010)03-1032-03.html 基于统计分析建立流量动态临界线的蠕虫检测机制 阅读全文
posted @ 2018-05-28 14:42 bonelee 阅读(423) 评论(0) 推荐(0)