Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Neural Networks for Complete Beginners: Introduction for Neural Network Programming

Posted By: naag
Neural Networks for Complete Beginners: Introduction for Neural Network Programming

Neural Networks for Complete Beginners: Introduction for Neural Network Programming
2017 | English | ISBN-10: 1543268722 | 94 pages | PDF + EPUB (conv) | 1 Mb

This book is an exploration of an artificial neural network. It has been created to suit even the complete beginners to artificial neural networks. The first part of the book is an overview of artificial neural networks so as to help the reader understand what they are. You will also learn the relationship between the neurons which make up the human brain and the artificial neurons. Artificial neural networks embrace the concept of learning which is common in human beings. This book guides you to understand how learning takes place in artificial neural networks. The back-propagation algorithm, which is used for training artificial neural networks, is discussed. The book also guides you through the architecture of an artificial neural network. The various types of artificial neural networks based on their architecture are also discussed. The book guides you on the necessary steps for one to build a neural network. The perceptron, which is a type of an artificial neural network, is explored, and you will explore how to implement one programmatically.
The following topics are discussed in this book:
-What is a Neural Network?
-Learning in Neural Networks
-The Architecture of Neural Networks
-Building Neural Networks
-The Perceptron