摘要: demo: demo2代码如下: 效果图: 原始数据图: 红色为检测出来的异常点: 阅读全文
posted @ 2018-10-31 20:35 bonelee 阅读(3150) 评论(0) 推荐(0) 编辑
摘要: data.csv文件 阅读全文
posted @ 2018-10-31 17:49 bonelee 阅读(1674) 评论(0) 推荐(0) 编辑
摘要: 先说实验成功的代码: 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 阅读(7445) 评论(3) 推荐(0) 编辑
摘要: 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 阅读(52689) 评论(0) 推荐(0) 编辑
摘要: daal安装(记得先安装anaconda): 注意:安装过程较慢,耐心等待。 随机森林: demo示例数据: 计算均值 方差等统计特征: 阅读全文
posted @ 2018-10-31 10:20 bonelee 阅读(715) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(2355) 评论(0) 推荐(0) 编辑