Asked Jan 18th, 2020 3:38 a.m. 137 0 1
  • 137 0 1
+2

How to use Auto Encoder for Unsupervised Learning Models?

Share
  • 137 0 1

Can you explain Auto Encoder for Unsupervised Learning Models

1 ANSWERS


Answered Jan 18th, 2020 3:44 a.m.
Accepted
+11

On the most basic level, you would have an Encoder-Decoder pair. You would pass your unlabeled data through the Encoder and the Decoder in that order, and the expected output is the input itself — train that dual network so the output is as close to the input as possible. If the Encoder is bottlenecking, i.e. the encoded output is much smaller in size than the input, then one can say it has effectively extracted the key features from the input data. Now you can do all sorts of things with those extracted features, for example: use those features for classification, or add some perturbation to those features and pass through the Decoder to get some fun deformities, and so on.

Share
Jan 20th, 2020 6:09 a.m.

(wow) (wow)

0
| Reply
Share
Viblo
Let's register a Viblo Account to get more interesting posts.