Learn Before
Concept

Autoencoders

Autoencoders consist of the two major parts, namely:

1.encoder- network compressing high-dimensional input data into lower one. 2.decoder - network decompressing representational vector to the original domain.

Autoencoders can preserve as much information of the original data as possible. The decoders can be designed to present various nice properties. Here is the simple diagram for autoencoder:

Image 0

0

2

Updated 2021-07-28

References


Tags

Data Science