会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
将者,智、信、仁、勇、严也。
Hi,我是李智华,华为-安全AI算法专家,欢迎来到安全攻防对抗的有趣世界。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
130
131
132
133
134
135
136
137
138
···
273
下一页
2018年11月3日
时间序列预测——深度好文,ARIMA是最难用的(数据预处理过程不适合工业应用),线性回归模型简单适用,预测趋势很不错,xgboost的话,不太适合趋势预测,如果数据平稳也可以使用。
摘要: 补充:https://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-15-276 如果用arima的话,还不如使用随机森林。。。 原文地址:https://medium.com/open-machine-learning
阅读全文
posted @ 2018-11-03 22:54 bonelee
阅读(18920)
评论(2)
推荐(0)
2018年11月2日
使用GAN进行异常检测——可以进行网络流量的自学习哇,哥哥,人家是半监督,无监督的话,还是要VAE,SAE。
摘要: 实验了效果,下面的还是图像的异常检测居多。 https://github.com/LeeDoYup/AnoGAN https://github.com/tkwoo/anogan-keras 看了下,本质上是半监督学习,一开始是有分类模型的。代码如下,生产模型和判别模型: 对于无监督GAN就搞不定了!
阅读全文
posted @ 2018-11-02 09:17 bonelee
阅读(3717)
评论(0)
推荐(0)
2018年10月31日
pyculiarity 时间序列(异常流量)异常检测初探——感觉还可以,和Facebook的fbprophet本质上一样
摘要: demo: demo2代码如下: 效果图: 原始数据图: 红色为检测出来的异常点:
阅读全文
posted @ 2018-10-31 20:35 bonelee
阅读(3189)
评论(0)
推荐(0)
DAAL4PY demo
摘要: data.csv文件
阅读全文
posted @ 2018-10-31 17:49 bonelee
阅读(1677)
评论(0)
推荐(0)
使用GAN 进行异常检测——anoGAN,TODO,待用于安全分析实验
摘要: 先说实验成功的代码: git clone https://github.com/tkwoo/anogan-keras.git mkdir weights python main.py --mode train 即可看到效果了! 核心代码:main.py anogan.py 效果图: detect s
阅读全文
posted @ 2018-10-31 14:36 bonelee
阅读(7525)
评论(3)
推荐(0)
Pandas DataFrame 数据选取和过滤
摘要: This would allow chaining operations like: pd.read_csv('imdb.txt') .sort(columns='year') .filter(lambda x: x['year']>1990) # < this is missing in Pand
阅读全文
posted @ 2018-10-31 12:05 bonelee
阅读(52743)
评论(0)
推荐(0)
Intel daal4py demo运行过程
摘要: daal安装(记得先安装anaconda): 注意:安装过程较慢,耐心等待。 随机森林: demo示例数据: 计算均值 方差等统计特征:
阅读全文
posted @ 2018-10-31 10:20 bonelee
阅读(742)
评论(0)
推荐(0)
conv1d UpSampling1D aotoencoder 自编码代码摘录
摘要: https://www.quora.com/How-do-I-implement-a-1D-Convolutional-autoencoder-in-Keras-for-numerical-dataset http://qaru.site/questions/418926/keras-autoenc
阅读全文
posted @ 2018-10-31 09:36 bonelee
阅读(2377)
评论(0)
推荐(0)
2018年10月30日
python daal test
摘要: import os import sys from daal.algorithms import low_order_moments from daal.data_management import FileDataSource, DataSourceIface from daal.data_management import (readOnly, NumericTableIface, B...
阅读全文
posted @ 2018-10-30 17:10 bonelee
阅读(279)
评论(0)
推荐(0)
python dict 构造函数性能比较
摘要: 0.0015797615051269531 要快些0.0018689632415771484
阅读全文
posted @ 2018-10-30 16:00 bonelee
阅读(707)
评论(0)
推荐(0)
上一页
1
···
130
131
132
133
134
135
136
137
138
···
273
下一页
公告