neural network - Autoencoders: Papers and Books regarding algorithms for Training -


which of famous research papers and/or books concern autoencoders , various different training algorithms autoencoders? i'm talking research papers and/or books lay foundation different training algorithms used train autoencoders.

i first saw autoencoders in fahlman's 1988 article introduces quickpropagation training. paper here.

fahlman, s. e. (1988) "faster-learning variations on back-propagation: empirical study" in proceedings, 1988 connectionist models summer school, morgan-kaufmann, los altos ca. (this paper introduced quickprop learning algorithm.)

i wrote following example around it, including quickprop.

https://github.com/encog/encog-java-examples/blob/master/src/main/java/org/encog/examples/neural/benchmark/fahlmanencoder.java


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -