





An Overview of Artificial Neural Networks: Part 1
Subscribe/Renew Journal
This paper presents the basic concepts of Artificial Neural Networks (ANNs) which helps to beginners of ANN. The need of soft computing, terms and the different trends related with Soft Computing (SC) is discussed in the introductory part. The architecture of ANN has been described with the help of structure of Biological Neural Network. The different thresholding techniques used for converting actual mathematical values into decision is also given. The concept of weight adjustment has been elaborated with the help of line fitting problem. The terms gradient and steepest descent have been explained with help of examples. Gradient descent algorithm is explained which helps to beginner of ANN with the help of MATLAB Code. The results are discussed for line fitting. The parameters like Minimum Cost Function (CF), Iteration and Learning Rate are discussed. The final values of weights are in terms of slope and intercept are presented for line fitting.