Autoencoder: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
 
== Introduction ==
 
Line 18 ⟶ 17:
An auto-encoder is often trained using one of the many backpropagation variants (Conjugate Gradient Method, Steepest Descen, etc.)
 
A technique developed Geoffrey Hinton for training many-layered "deep" auto-encoders involves treating each set of two layers like a [[Restricted Boltzmann MachineBoltzmann_machine#Restricted_Boltzmann_Machine]] for pre-training to approximate a good solution and then using a backpropagation technique to fine-tune.