English

Deep Autoencoder Model Construction Based on Pytorch

Machine Learning 2022-08-18 v1

Abstract

This paper proposes a deep autoencoder model based on Pytorch. This algorithm introduces the idea of Pytorch into the auto-encoder, and randomly clears the input weights connected to the hidden layer neurons with a certain probability, so as to achieve the effect of sparse network, which is similar to the starting point of the sparse auto-encoder. The new algorithm effectively solves the problem of possible overfitting of the model and improves the accuracy of image classification. Finally, the experiment is carried out, and the experimental results are compared with ELM, RELM, AE, SAE, DAE.

Keywords

Cite

@article{arxiv.2208.08231,
  title  = {Deep Autoencoder Model Construction Based on Pytorch},
  author = {Junan Pan and Zhihao Zhao},
  journal= {arXiv preprint arXiv:2208.08231},
  year   = {2022}
}

Comments

16 pages, 10 figures

R2 v1 2026-06-25T01:45:53.366Z