Introduction to Artificial Neural Networks

From Wikibooks, open books for an open world
Jump to navigation Jump to search


Introduction[edit | edit source]

Artificial neural networks are one of the most popular and promising areas of artificial intelligence research. Artificial Neural Networks are abstract computational models, roughly based on the organizational structure of the human brain. There are a wide variety of network architectures and learning methods that can be combined to produce neural networks with different computational abilities.

What is This Book About?[edit | edit source]

This book is going to serve as a general-purpose overview of artificial neural networks, including network construction, use, and applications.

Who is This Book For?[edit | edit source]

This book is going to be aimed at advanced undergraduates and graduate students in the areas of computer science, mathematics, engineering, and the sciences.

What Are The Prerequisites?[edit | edit source]

Readers of this book are going to require a solid mathematical background that includes, but may not be limited to:

Students may also find some benefit in the following engineering texts:

Students who wish to implement the lessons learned in this book should be familiar with at least one general-purpose programming language or have a background in: