Showing posts with label Neural Networks. Show all posts
Showing posts with label Neural Networks. Show all posts

Auto Encoder vs Encoder Decoder

 Auto Encoder vs Encoder Decoder



Autoencoders exhibit encoder-decoder structure:


Autoencoders are used in supervised as well as unsupervised learning tasks. They can consist of convolution, dense or even recurrent layers. As the name suggests, they tend to encode their inputs in smaller dimensional space.


They are primarily used for dimensionality reduction and other tasks like image generation, segmentation, neural implanting etc.

What operates better, LMS or Perceptron?

What operates better, LMS or Perceptron?



LMS; perceptron converges to a solution to correctly categorize patterns, but its result is prone to noise since patterns are often close to decision boundaries. LMS tries to move the boundaries far from training patterns.