AI Neural Networks Question:
Download Questions PDF

Explain Neural Networks?

AI Neural Networks Interview Question
AI Neural Networks Interview Question

Answer:

A neural network can be defined as a model of reasioning
based on the human brain.
The human brain incorporates nearly 10 billion neurons and
60 trillion connections,Synapses,between them.
By using multiple neurons simultaneously,the brain can
perform its functions much faster than the faster computers.

Although a single neuron has a very simple structure,an
army of such elements constitutes a tremendous processing
power.
The network which represents the connections among several
neurons is called a neural network.

Download AI Neural Networks Interview Questions And Answers PDF

Previous QuestionNext Question
Suppose we need a MATLAB source code to recognize different regular geometric shapes
such as: squares,rectangles,triangles,circles and ellipses in different sizes using neural network.

All of the images containing these shapes should be in binary format with the size of 300*400 pixels.

Give us a MATLAB code to detect these
geometric shapes?
Explain Artificial Neural Networks (ANNs)?