Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 2.3 KB

File metadata and controls

37 lines (32 loc) · 2.3 KB

Auto Encoders (AEs)

Autoencoder is an unsupervised artificial neural network that learns how to efficiently compress and encode data then learns how to reconstruct the data back from the reduced encoded representation to a representation that is as close to the original input as possible. Autoencoder, by design, reduces data dimensions by learning how to ignore the noise in the data.

Subsets of Auto Encoders:

best way is to learn is from TOP to BOTTOM.

Usefull Resources: