Customer Reviews


12 Reviews
5 star:
 (5)
4 star:
 (5)
3 star:
 (1)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


22 of 22 people found the following review helpful:
5.0 out of 5 stars Solid and Complete
This text explains the why and how for understanding neural networks, beginning with thier biological counterparts, where NN are used, why, and how. Detailed discussions on the Hebb, Perceptron, and Adaline pattern classification nets are provided, as well as fixed wieght competitive nets, Kohonen Self-Organizing Maps, Learning Vector Quantification, Counter...
Published on December 14, 1999 by Larry M. Deschaine, PE

versus
9 of 9 people found the following review helpful:
3.0 out of 5 stars Good, but not very mathematical
This is an excellent textbook for beginners, giving a clear picture of what neural networks are, and where they are used. It also talks about back-propagation, associative neural nets, and more. But the biggest flaw is that the book has little mathematics. And it also doesnt have any working code (only pseudo-code). So if you are considering buying this as a textbook for...
Published on January 16, 2006 by Sidhant


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

22 of 22 people found the following review helpful:
5.0 out of 5 stars Solid and Complete, December 14, 1999
This review is from: Fundamentals of Neural Networks: Architectures, Algorithms And Applications (Paperback)
This text explains the why and how for understanding neural networks, beginning with thier biological counterparts, where NN are used, why, and how. Detailed discussions on the Hebb, Perceptron, and Adaline pattern classification nets are provided, as well as fixed wieght competitive nets, Kohonen Self-Organizing Maps, Learning Vector Quantification, Counter Propagation, and Back Propagation, just to name a few. I received the specific theoretical foundation for neural net deployment on projects with confidence, and have referenced the work in breakthrough research on machine learning.

Highly recommended for the serious researcher or scientist/engineer/analyst deploying neural networks.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


26 of 28 people found the following review helpful:
5.0 out of 5 stars Clear and Well Organized, June 27, 2000
This review is from: Fundamentals of Neural Networks: Architectures, Algorithms And Applications (Paperback)
I'm a senior in a Mechanical Engineering undergraduate program, and am researching ANN's for a professor. I had almost no knowlege of ANN's, and had tried finding a good overview of the subject as well as a clear description of algorithms used in ANN's. After looking at three other books, I was relieved to find this one. Also, it's organizational structure is the most sensible I've seen.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 9 people found the following review helpful:
3.0 out of 5 stars Good, but not very mathematical, January 16, 2006
This review is from: Fundamentals of Neural Networks: Architectures, Algorithms And Applications (Paperback)
This is an excellent textbook for beginners, giving a clear picture of what neural networks are, and where they are used. It also talks about back-propagation, associative neural nets, and more. But the biggest flaw is that the book has little mathematics. And it also doesnt have any working code (only pseudo-code). So if you are considering buying this as a textbook for a NN course you are taking at your university, well, I would suggest you take a good look at the book at your library before you decide to buy it. Most university courses put neural nets on a firm mathematical footing and might also have course projects that have to be done by the student. This book can help you with neither of these. And the book's pretty expensive, I really wonder why.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
4.0 out of 5 stars Great Book, March 9, 2005
This review is from: Fundamentals of Neural Networks: Architectures, Algorithms And Applications (Paperback)
This is a great book on the topic. The author approaches the subject from a practial point of view. There are good examples on how to use NN with real world problems (i.e.: using perceptrons for character recognition). A good reference to have. However I would not recommend trying to code the algorithms yourself, but rather use a NN package .
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
4.0 out of 5 stars The best book to get introduced to Neural Networks, July 10, 2007
This review is from: Fundamentals of Neural Networks: Architectures, Algorithms And Applications (Paperback)
This is the book I used in my AI class. I have found it very well written and interesting to read and go through the very first neural networks models such as the Hebb net, the perceptron and the Adaline. Then the book continues by presenting simple neural network applications like pattern association.

I remember that our professor did ask the class to do one of the proposed projects in the pattern association chapter which consisted of implementing a small OCR with a neural network and this exercise did really help to better assimilate the principles. Finally, the following chapters present other types of neural networks such as those based on competition and the very important backpropagation neural network.

The only thing that you can complain about is its high price tag. For anyone interested in the AI field, it is recommended.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Neural Networks 151. Don't let the math scare you, October 7, 2010
Amazon Verified Purchase(What's this?)
This review is from: Fundamentals of Neural Networks: Architectures, Algorithms And Applications (Paperback)
I picked up this book as a slightly more advanced and technical introduction to neural networks than the pure applied programming or highly conceptual books out there. Hence the title "Neural Networks 151" instead of "Neural Networks 101". I was looking for something that provided a detailed, behind-the-scenes look at the theory and structure of neural networks without requiring a PhD in math. This book delivered. While there is a great deal of math, it's actually quite straightforward if you look closely. For the most part, the math is simply a representation of what's contained in the text. Reading the text allowed me to grasp the mathematical equivalent quickly and easily. This is distinct from books which put out 20 equations and only have a few lines of text, leaving you to painfully and slowly work through each equation to figure out what's going on (reaching for other textbooks and lots of coffee along the way). Does it help to have a great deal of mathematical knowledge ? Sure. Is it absolutely necessary ? Not in my opinion. E.g., "delta x" simply means "change in x". If that sounds familiar or straightforward, the book shouldn't be too difficult. I skimmed sections that weren't totally applicable to the problems I was looking at, but it was good to see the knowledge was there in case I needed to return to it later. It seems geared towards an instructional setting, but not at a 301 level. As an intermediate book that solidified my understanding and knowledge of neural networks, it was perfect.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars Good introductory book, too expensive, November 14, 2007
This review is from: Fundamentals of Neural Networks: Architectures, Algorithms And Applications (Paperback)
This is a really nice book. It's very clear, and shows the basics of Neural Networks.

However, it's really just an introduction. Don't expect to get neural nets to work in practice using this book only! You should get more advanced books, and probably the help of someone with experienced in the filed if you want to actually use neural nets for hard real-world problems.

The missing star is because of the price. It's too expensive for a small introductory book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Easy to read, easy to apply, March 29, 2008
By 
Peter Høgstedt (Kosterslev, Denmark) - See all my reviews
(REAL NAME)   
This review is from: Fundamentals of Neural Networks: Architectures, Algorithms And Applications (Paperback)
One of my students inspired me to dig deeper into the subject of neural networks which I knew next to nothing about in advance. I believe that some background in linear algebra (as is being taught in early university courses) is a necessary prerequisite as is of course some simple programming skills. But reading the book and applying the text is straightforward. Thus, I found the book to be a very suitable introduction - a breeze.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


28 of 29 people found the following review helpful:
4.0 out of 5 stars The missing star is due to the book's price, October 31, 2002
This review is from: Fundamentals of Neural Networks: Architectures, Algorithms And Applications (Paperback)
I bought this book as a reference book during a graduate course I took in Neural Computation.

The book was clear and useful in presenting the topics, and more importantly, in presenting the algorithms in a clearn simple format which made it very easy to produce a computer program implementing these algorithms just by reading the book.

It was also useful by listing various things which have been done in literature to alter the algorithms for various purposes.

I suppose that people in the field of Neural Computation might find this book useful as an introduction book and also as a reference book (at least for its clear explenations and algorithms listings), but otherwise need more comprehensive books which cover a lot more math than this books does.

Actually, this is a good book for getting to know this dicipline for people who don't like to mess too much with calculus. Other books in this fiels contain more, a lot more, calculus in them, so I would also argue that this book is useful for people who want to understand the ideas, have a clear algorithm so its easy to implement, and at the same time, not worry about the math too much.

You don't see proofs here, at least not as much as I expected to, but I suppose that this follows the idea that this book is useful as a complementary book, rather than the authoritative book in the subject.

I only regret the high price of the book.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


14 of 15 people found the following review helpful:
5.0 out of 5 stars Comprehensive, clear, January 14, 2001
By 
This review is from: Fundamentals of Neural Networks: Architectures, Algorithms And Applications (Paperback)
This book covers everything you need to know on neural nets. It covers all the main learning algorithms, architectures and activation functions. Don't think that you can find it all out on the net, you can't. If you don't understand neural networks, buy this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Fundamentals of Neural Networks: Architectures, Algorithms And Applications
Fundamentals of Neural Networks: Architectures, Algorithms And Applications by Laurene V. Fausett (Paperback - December 19, 1993)
$88.00 $61.11
In Stock
Add to cart Add to wishlist