auto-encoder 原理及其代码实现
自编码器是一个重构输入的过程:#
- 实现数据降维,即用较少的数据维度表达数据特征(15维输入-6维输出)。
- 数据降噪。
参考链接(原理):https://zhuanlan.zhihu.com/p/82415579
参考链接(含代码):https://blog.csdn.net/ccamelliatree/article/details/106473827
使用自编码器进行异常数据识别:
其原理如下:


参考链接(原理):https://zhuanlan.zhihu.com/p/82415579
参考链接(含代码):https://blog.csdn.net/ccamelliatree/article/details/106473827
其原理如下:

