===== SN: A Simulator for Connectionist Models ===== This paper describes the initial implementation of our neural network simulator [[:projects:lush|SN (later renamed Lush)]]. Various incarnations of SN have been developed continuously since 1987, some of which were sold commercially by [[:projects:neuristique|Neuristique]] until 2001. SN and its derivatives have been used to build many successful technologies and products: * A handwriting recognition system used by many banks across the world reads checks automatically. Some ATM machines made by [[http://www.ncr.com|NCR]] can read checks using compiled SN code running on embedded DSP boards. A version of this check reader is embedded in large check reading engines sold by NCR and OrboGraph. According to some estimates, this system used to process 10 to 20 percent of all the checks written in the US. * The first prototype of the [[:research:djvu|DjVu]] image and document compression system, including the first decoder and the first foreground/background segmenter. * Numerous machine learning algorithms developed have been developed with SN, including convolutionnal neural networks for [[http://yann.lecun.com/exdb/lenet|image recognition]] or [[:research:convnets|signal processing]], and [[:projects:svqp|early implementations of Support Vector Machines]].   Léon Bottou and Yann Le Cun: **SN: A Simulator for Connectionist Models**, //Proceedings of NeuroNimes 88//, 371-382, Nimes, France, 1988. [[http://leon.bottou.org/publications/djvu/sn-1988.djvu|sn-1988.djvu]] [[http://leon.bottou.org/publications/pdf/sn-1988.pdf|sn-1988.pdf]] [[http://leon.bottou.org/publications/psgz/sn-1988.ps.gz|sn-1988.ps.gz]] @inproceedings{bottou-lecun-88, author = {Bottou, {L\'eon} and {Le Cun}, Yann}, title = {SN: A Simulator for Connectionist Models}, pages = {371-382}, booktitle = {Proceedings of NeuroNimes 88}, address = {Nimes, France}, year = {1988}, url = {http://leon.bottou.org/papers/bottou-lecun-88}, }