Experiment 1

Theory of Artificial Neural Network

History of Artificial Neural Network

The history of ANN can be divided into three areas:

During 1940s to 1960s:

During 1960s to 1980s:

ANN from 1980s till Present:

Biological Neuron

Neural networks are inspired by our brains. A biological neural network describes a population of physically interconnected neurons or a group of disparate neurons whose inputs or signaling targets define a recognizable circuit.

Communication between neurons often involves an electrochemical process. The interface through which they interact with surrounding neurons usually consists of several dendrites (input connections), which are connected via synapses to other neurons, and one axon (output connection).

The brain works in both a parallel and serial way, readily apparent from the physical anatomy of the nervous system.

Artificial Neural Network (ANN)

An artificial neural network is a system based on the operation of biological neural networks, emulating the functions of the brain. ANN can perform tasks that linear programs cannot and learns from data without needing to be reprogrammed.

Advantages of ANN include its ability to operate in parallel, continuous learning, and versatility in implementation. However, ANN requires training to operate and may have higher processing time for large networks.

Neural Network Topologies

Neural networks can have different topologies:

Training of Artificial Neural Networks

A neural network can be trained using supervised learning, unsupervised learning, or reinforcement learning:

Conclusion

In conclusion, artificial neural networks have a rich history and are inspired by biological neurons. They offer advantages such as parallel processing, continuous learning, and versatility. Different topologies and training methods enable various applications of neural networks in real-world systems.

Text/Reference Books:

Web Addresses (URLs):