Understanding neural networks | extrovert.dev -->

Understanding neural networks

Understanding neural networks
Sunday, December 17, 2017



Neural networks have much applications in the field of artificial intelligence. It starts with character recognition,Image compression,stock market prediction,Traveling salesman problem,Medicine and security applicantions etc....

There are two types of neutral networks :

FEEDFORWARD NETWORK:

A feedforward  neural network do not form the data cycles. In this the information is transfered straight forward first it starts with the input node and processses with the hidden nodes( if they are programmed) and get from the output node.


2.FEEDBACK
 
 Feedback neural networks are used in the memories pattern that we use for addressing.


These networks are used in machine learning . This involves several strategies to perform the creation of networks.

 SUPERVISED LEARNING

In this mode of learning the network is provided with the information we had, simply it processes the given data and analyses with the outputs according to 
errors and makes some adjustments.

UNSUPERVISED LEARNING

 This network is used when we have the data without answers.  For example when we go on searching for a unknown output. And the data goes divided,accordingly with certain unknown output.

REINFORCEMENT LEARNING

This set of learning goes with listing of observations. It makes decisions by making an observation from the environment. If the decision goes false it comes with another challenges by omitting the errors.

0 Response to Understanding neural networks

Comments are personally moderated by our team. Promotions are not encouraged.

Post a Comment