AutoEncoder - AshokBhat/ml GitHub Wiki
AutoEncoder
- Unsupervised neural networks that use machine learning for efficient encoding
Applications
- Image Coloring | Denoising Image | Watermark Removal
- Feature variation
- Dimensionality Reduction
Key terms
- Encoder | Code | Decoder | Bottleneck | Latent space representation
Illustration
Feature variation as an example
FAQ
- What are auto-encoders?
- What are the typical applications?