Artificial Neural Networks

In many cases technology adopts solutions that were generated by evolutionary processes in biology. The same can be applied on Artificial Neural Networks (ANN). This learning resource starts with the comparison of Biological Neuronal Networks (BNN) (e.g. in our brain) and Artificial Neural Networks.

Neural Network - Feed Forward network with input, hidden and output layer

Learning Tasks edit

  • Analyze biological neural networks and explain how the network between cells (neurons) is realized in a BNN.
  • Analyze the processes within a neuron. What is threshold for a neuron and how do neurons communicate with eachother?
  • In average we have   neurons and every single neuron is connected with   other neurons? Search the web to estimate   and  .
  • Explain how the biological processes in a BNN are realized in an ANN. What are the similarities and what are the differences according to different types of Artificial Neural Networks.
  • Describe in your own words: "What is learning and apply your definition on different examples of your choice in which you would see learning as a fundamental principle?"
  • Explain the role of learning algorithm for an ANN. How does the learning algorithm change the network.
  • Machine Learning is a broader concept than Artificial Neural Networks. Identify examples that are related to machine learning but do refer to the concept of an ANN.
  • Analyse some basic ANN topologies like Backpropagation Networks, Kohonen Networks, Hopfield nets, ... and describe what kind of biological processes are modelled.
  • Decribe the differences of supervised and unsupervised learning.
  • Look into Open Source software tools like Octave and R/Studio. What are open source packages that can be used for machine learning (start e.g. with Kohonen networks).
  • (Lateral Inhibition) Also for image processing biological neural networks may serve as prototype. Explain the concept of lateral inhibition and how can it be used for edge detection in artificial neural networks.
  • (Pattern Recognition) Explain how ANNs can be used for pattern recognition in data and for processing big data. What are the limitation of brute force methods and how can ANN support you in reducing the runtime for pattern recognition.
  • What are the limitations of ANNs as black boxes for pattern recognition?
  • Analyze the concept of NetTalk implemented by Terrence Sejnowski and Charles Rosenberg[1]. What are the fundamental principles that are incorporate in NetTalk for machine learning and how did those technologies evolve in the 20 years?
  • Compare basic principles implemented in OpenSource Speech Recognition and compare the approach with Tensor Flow in current Open Source implementation e.g. Vosk. What are benefits and drawbacks of different approaches?

See also edit

  • Machine Learning
  • Pattern Recognition
  • Supervised and unsupervised learning,
  • Biological Neural Networks,
  • Octave and R/R-Studio packages for machine learning,
  • Kohonen Network - Clustering of Input Data,
  • Learning Algorithm,
  • Learning - in general

References edit

  1. Terrence J. Sejnowski and Charles R. Rosenberg (1986) NETtalk: a parallel network that learns to read aloud The Johns Hopkins University Electrical Engineering and Computer Science Technical Report JHU/EECS-86/01, 32 pp. URL: https://papers.cnl.salk.edu/PDFs/NETtalk_%20A%20Parallel%20Network%20That%20Learns%20to%20Read%20Aloud%201988-3562.pdf