English 中文(简体)
Artificial Neural Networks
  • 时间:2024-09-17

Machine Learning - Artificial Neural Networks


Previous Page Next Page  

The idea of artificial neural networks was derived from the neural networks in the human brain. The human brain is really complex. Carefully studying the brain, the scientists and engineers came up with an architecture that could fit in our digital world of binary computers. One such typical architecture is shown in the diagram below −

Artificial Neural Networks

There is an input layer which has many sensors to collect data from the outside world. On the right hand side, we have an output layer that gives us the result predicted by the network. In between these two, several layers are hidden. Each additional layer adds further complexity in training the network, but would provide better results in most of the situations. There are several types of architectures designed which we will discuss now.

ANN Architectures

The diagram below shows several ANN architectures developed over a period of time and are in practice today.

ANN Architectures

Source:

https://towardsdatascience.com/the-mostly-complete-chart-of-neural-networks-explained-3fb6f2367464

Each architecture is developed for a specific type of apppcation. Thus, when you use a neural network for your machine learning apppcation, you will have to use either one of the existing architecture or design your own. The type of apppcation that you finally decide upon depends on your apppcation needs. There is no single guidepne that tells you to use a specific network architecture.

Advertisements