上一页 1 ··· 144 145 146 147 148 149 150 151 152 ··· 273 下一页
摘要: DGA的模型:https://github.com/Yuren-Zhong/DeepDGA CNN、LSTM、双向LSTM 论文可以看https://openreview.net/pdf?id=BJLmN8xRW DGA GAN的论文:https://arxiv.org/pdf/1610.01969 阅读全文
posted @ 2018-06-15 14:41 bonelee 阅读(698) 评论(0) 推荐(0)
摘要: GAN:通过 将 样本 特征 化 以后, 告诉 模型 哪些 样本 是 黑 哪些 是 白, 模型 通过 训练 后, 理解 了 黑白 样本 的 区别, 再输入 测试 样本 时, 模型 就可以 根据 以往 的 经验 判断 是 黑 还是 白。 与 这些 分类 的 算法 不同, GAN 的 基本 原理 是, 阅读全文
posted @ 2018-06-15 11:10 bonelee 阅读(1291) 评论(0) 推荐(0)
摘要: Given a positive integer num, write a function which returns True if num is a perfect square else False. Note: Do not use any built-in library functio 阅读全文
posted @ 2018-06-14 23:19 bonelee 阅读(262) 评论(0) 推荐(0)
摘要: 一共100万,按照长度排序后的前2000个: aagst.cnacyke.wsaefrd.ccaiqxg.ukakplh.pwalurx.pwamsmz.ccaogtp.inawwgf.inayveg.pwbdpch.ccbeemu.pwbetam.wsbfnll.wsbfzeo.wsbfzhx.i 阅读全文
posted @ 2018-06-14 19:39 bonelee 阅读(2199) 评论(0) 推荐(0)
摘要: https://www.cylance.com/en_us/products/our-products/protect threatzero.html 产品介绍 关键!!!! https://www.blackhat.com/docs/us-16/materials/us-16-Wolff-Appl 阅读全文
posted @ 2018-06-14 11:01 bonelee 阅读(463) 评论(0) 推荐(0)
摘要: Given a non-negative index k where k ≤ 33, return the kth index row of the Pascal's triangle. Note that the row index starts from 0. In Pascal's trian 阅读全文
posted @ 2018-06-13 23:13 bonelee 阅读(203) 评论(0) 推荐(0)
摘要: Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is defined as: a binary tree in which the dep 阅读全文
posted @ 2018-06-13 22:32 bonelee 阅读(184) 评论(0) 推荐(0)
摘要: Implement the following operations of a queue using stacks. push(x) -- Push element x to the back of queue. pop() -- Removes the element from in front 阅读全文
posted @ 2018-06-13 22:03 bonelee 阅读(235) 评论(0) 推荐(0)
摘要: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex 阅读全文
posted @ 2018-06-12 23:08 bonelee 阅读(281) 评论(0) 推荐(0)
摘要: 非监督异常点检测算法总结 一、基于密度 1) d(p,o):两点p和o之间的距离; 2) k-distance:第k距离 对于点p的第k距离dk(p)定义如下: p的第k距离,也就是距离p第k远的点的距离,如图。 3) k-distance neighborhood of p:第k距离邻域 点p的第 阅读全文
posted @ 2018-06-12 19:34 bonelee 阅读(428) 评论(0) 推荐(0)
上一页 1 ··· 144 145 146 147 148 149 150 151 152 ··· 273 下一页