autoencoder压缩mnist分析与输出
用autoencoder处理mnist数据集,实现对不同类别字符的压缩,对压缩后编码做KNN分类,准确率95%,且做了解码器恢复实验。
文件列表
autoencoder.zip
(预估有个22文件)
autoencoder
MNIST_data
t10k-images-idx3-ubyte.gz
1.57MB
t10k-labels-idx1-ubyte.gz
4KB
train-images-idx3-ubyte.gz
9.45MB
train-labels-idx1-ubyte.gz
28KB
test.py
1KB
test.csv
11.58MB
train.py
4KB
model
暂无评论