# paper_anomaly **Repository Path**: zhouchena1/paper_anomaly ## Basic Information - **Project Name**: paper_anomaly - **Description**: 实验代码 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-03-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 实验代码基本介绍 > 此代码为实验性质代码,未封装结构,仅供参考 * Auto_Model: 此文件内为使用自编码器训练好的模型存档 * 其中:model_aecnn.h5为cnn模型;model_m.h5为our模型 * 其余为测试使用 * Baseline:是核心代码,其中baselineAE-X.py为测试代码 * CNN_model:cnn模型 * LSTM_model:lstm模型 * TestAlgorithm:测试性质的代码,可学习 * utils: 一些绘制图形的工具类代码,无关紧要