Neural networks: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
m (Adding video link to the APL CNN paper)
No edit summary
(2 intermediate revisions by one other user not shown)
Line 5: Line 5:
* Rodrigo Girão Serrão is prepared to hold a workshop in English or Portuguese called [https://mathspp.com/workshops/learn-apl-with-neural-nets Learn APL with neural networks]/[https://mathspp.com/pt/workshops/learn-apl-with-neural-nets Aprende APL com redes neuronais] and is publishing an English-language [https://www.youtube.com/playlist?list=PLgTqamKi1MS3p-O0QAgjv5vt4NY5OgpiM a video series] with the same content, designed so those with APL or NN knowledge can skip the parts that teach the basics of these.
* Rodrigo Girão Serrão is prepared to hold a workshop in English or Portuguese called [https://mathspp.com/workshops/learn-apl-with-neural-nets Learn APL with neural networks]/[https://mathspp.com/pt/workshops/learn-apl-with-neural-nets Aprende APL com redes neuronais] and is publishing an English-language [https://www.youtube.com/playlist?list=PLgTqamKi1MS3p-O0QAgjv5vt4NY5OgpiM a video series] with the same content, designed so those with APL or NN knowledge can skip the parts that teach the basics of these.


* [https://dl.acm.org/doi/10.1145/3315454.3329960 Convolutional neural networks in APL] is a paper that shows how a Convolutional Neural Network (CNN) can be implemented in APL. The code is available in [https://github.com/ashinkarov/cnn-in-apl a GitHub repository]. A video of the presentation of this conference paper is available [https://www.youtube.com/watch?v=9vIZ7d3-GBw&t=773s here].
* [https://dl.acm.org/doi/10.1145/3315454.3329960 Convolutional neural networks in APL] is a paper that shows how a Convolutional Neural Network (CNN) can be implemented in APL. The code is available in [https://github.com/ashinkarov/cnn-in-apl a GitHub repository]. A video of the presentation of this conference paper is available [https://www.youtube.com/watch?v=9vIZ7d3-GBw here].


* Mike Powell's [[Media:3_Machine_Learning.pdf|Machine Learning]] is a tutorial that explores pattern recognition for handwritten digits, focusing  It focuses on deriving the analytic gradients and establishing them as part of the back propagation algorithm.
* Mike Powell's [[Media:3_Machine_Learning.pdf|Machine Learning]] is a tutorial that explores pattern recognition for handwritten digits. It focuses on deriving the analytic gradients and establishing them as part of the back propagation algorithm.


* Mike Powell's [[Media: 4_The_Handwritten_Digits_Model.pdf|The Handwritten Digits Model]] tutorial explores how to estimate the parameters of the handwritten digits model using an interactive session, with the objective to explore how to conduct an estimation rather than to find the absolute best search algorithm.
* Mike Powell's [[Media: 4_The_Handwritten_Digits_Model.pdf|The Handwritten Digits Model]] tutorial explores how to estimate the parameters of the handwritten digits model using an interactive session, with the objective to explore how to conduct an estimation rather than to find the absolute best search algorithm.


* [https://github.com/annser/annser#annser ANNSER] ― A Neural Network Simulator for Education and Research
* [https://github.com/annser/annser#annser ANNSER] ― A Neural Network Simulator for Education and Research
* [https://romilly.github.io/o-x-o/ MENACE Revisited] ― Reinforcement Learning From The Ground Up (implements [[wikipedia:Donald Michie|Donald Michie]]’s [[wikipedia:Matchbox Educable Noughts and Crosses Engine|Matchbox Educable Noughts and Crosses Engine]] using [[Dyalog APL]])


[[category:Lists]][[category:Examples]]{{APL development}}
[[category:Lists]][[category:Examples]]{{APL development}}

Revision as of 10:15, 21 December 2020

Neural networks (NNs), or more precisely artificial neural networks (ANNs), are computing systems vaguely inspired by the biological neural networks of brains.

This is a list of APL resources relating to neural networks:

  • Mike Powell's Machine Learning is a tutorial that explores pattern recognition for handwritten digits. It focuses on deriving the analytic gradients and establishing them as part of the back propagation algorithm.
  • Mike Powell's The Handwritten Digits Model tutorial explores how to estimate the parameters of the handwritten digits model using an interactive session, with the objective to explore how to conduct an estimation rather than to find the absolute best search algorithm.
  • ANNSER ― A Neural Network Simulator for Education and Research
APL development [edit]
Interface SessionTyping glyphs (on Linux) ∙ FontsText editors
Publications IntroductionsLearning resourcesSimple examplesAdvanced examplesMnemonicsISO 8485:1989ISO/IEC 13751:2001A Dictionary of APLCase studiesDocumentation suitesBooksPapersVideosAPL Quote QuadVector journalTerminology (Chinese, German) ∙ Neural networksError trapping with Dyalog APL (in forms)
Sharing code Backwards compatibilityAPLcartAPLTreeAPL-CationDfns workspaceTatinCider
Implementation ResourcesOpen-sourceMagic functionPerformanceAPL hardware
Developers Timeline of corporationsAPL2000DyalogIBMIPSASTSC