Ajay edited textbf_Neural_Networks_Artificial_neural__.tex  almost 9 years ago

Commit id: 21d3c347762151b8d5df97831c2b88b8142390c1

deletions | additions      

       

\textbf{Neural Networks :}  Artificial neural networks (ANNs) are a family of statistical learning models inspired by biological neural networks (the central nervous systems of animals, in particular the brain) and are used to estimate or approximate functions that can depend on a large number of inputs and are generally unknown. Artificial neural networks are generally presented as systems of interconnected "neurons" which send messages to each other. The connections have numeric weights that can be tuned based on experience, making neural nets adaptive to inputs and capable of learning.  BackPropagation algorithm is used to build the network .