Join Books.org — it's free

Practical Neural Network Recipies in C++ by Masters β€” book cover
Robotics & Artificial Intelligence, Artificial Intelligence (AI), Programming Languages, Robotics & Artificial Intelligence

Practical Neural Network Recipies in C++

by Masters
Write a review
Log in to track your reading progress.

Overview

This text serves as a cookbook for neural network solutions to practical problems using C++. It will enable those with moderate programming experience to select a neural network model appropriate to solving a particular problem, and to produce a working program implementing that network. The book provides guidance along the entire problem-solving path, including designing the training set, preprocessing variables, training and validating the network, and evaluating its performance. Though the book is not intended as a general course in neural networks, no background in neural works is assumed and all models are presented from the ground up.
The principle focus of the book is the three layer feedforward network, for more than a decade as the workhorse of professional arsenals. Other network models with strong performance records are also included.
Bound in the book is an IBM diskette that includes the source code for all programs in the book. Much of this code can be easily adapted to C compilers. In addition, the operation of all programs is thoroughly discussed both in the text and in the comments within the code to facilitate translation to other languages.

Synopsis

This text serves as a cookbook for neural network solutions to practical problems using C++. It will enable those with moderate programming experience to select a neural network model appropriate to solving a particular problem, and to produce a working program implementing that network. The book provides guidance along the entire problem-solving path, including designing the training set, preprocessing variables, training and validating the network, and evaluating its performance. Though the book is not intended as a general course in neural networks, no background in neural works is assumed and all models are presented from the ground up.
The principle focus of the book is the three layer feedforward network, for more than a decade as the workhorse of professional arsenals. Other network models with strong performance records are also included.
Bound in the book is an IBM diskette that includes the source code for all programs in the book. Much of this code can be easily adapted to C compilers. In addition, the operation of all programs is thoroughly discussed both in the text and in the comments within the code to facilitate translation to other languages.

Booknews

For those with moderate programming experience, this text/software package (5.25" DOS format) is a recipe book of C++ programs adaptable to problems requiring a neural network approach. Annotation c. Book News, Inc., Portland, OR (booknews.com)

Reviews

There are no reviews yet. Log in to write one.

Editorials

Booknews

For those with moderate programming experience, this text/software package (5.25" DOS format) is a recipe book of C++ programs adaptable to problems requiring a neural network approach. Annotation c. Book News, Inc., Portland, OR (booknews.com)

Book Details

Published
April 1, 1993
Publisher
Elsevier Science
Pages
493
Format
Paperback
ISBN
9780124790407

More by Masters

Similar books