The book is structured to take you from the biological inspiration of the brain to complex industrial applications. Key topics include: Biological vs. Artificial Neurons
"Cells that fire together, wire together" principles applied to computational weights.
: Simulates (tests) the trained network on new input vectors. Example Workflow: Backpropagation Network
: The book provides case studies in robotics, speech recognition, image processing, and bioinformatics. Availability
The central thesis of this book is the powerful synergy between theoretical neural network concepts and their practical implementation. , released around 2000, was a significant version that included the Neural Network Toolbox , which is central to the book's examples. The Neural Network Toolbox provided a rich set of functions for designing, training, and simulating neural networks. The book is structured to take you from
Introduction to Neural Networks Using MATLAB 6.0 by S.N. Sivanandam, S. Sumathi, and S.N. Deepa is a foundational textbook designed for undergraduate students in computer science and engineering. The primary feature of the book is its comprehensive integration of MATLAB
: Localized approximation models.
: Readers learn to train models on datasets—splitting them into training, validation, and test sets —and evaluate performance using metrics like confusion matrices.
remains a valuable academic resource. By combining theoretical rigor with practical, actionable code, it provides a comprehensive foundation for anyone starting their journey into AI and machine learning, particularly within the engineering domain. : Simulates (tests) the trained network on new input vectors
Pattern recognition in medical data.
: It covers basic building blocks including neurons , weights , biases , and activation functions .
: Detailed analysis of single-layer perceptrons, including their algorithms and linear separability limitations.
MATLAB 6.0 (released in the early 2000s) introduced a robust that standardized machine learning workflows. While MATLAB has evolved significantly, the mathematical commands popularized in Sivanandam’s textbook remain foundational to understanding how toolboxes function under the hood. Essential MATLAB 6.0 Functions Highlighted in the Text newp : Creates a single-layer Perceptron network. newlin : Instantiates an Adaptive Linear (Adaline) network. newff : Configures a feed-forward backpropagation network. , released around 2000, was a significant version
Character recognition (OCR), signature verification, and face detection.
It is designed for beginners, starting with the biological inspiration of neural networks and moving towards complex, hybrid intelligent systems. Key Topics Covered in the Text
Networks that use radial basis functions as activation functions, highly effective for curve fitting and function approximation. Unsupervised Learning Networks
The text covers the historical development and biological inspiration behind artificial neural networks (ANNs), focusing on these primary architectures:
Copyright © 2013 - 2014 All Rights Reserved - Wanhive
Keep Up To Date