<< 1 >>
Rating:  Summary: Great Neural Networks Introduction [1993] Review: Despite being used for decades controlling safety/time-critical non-linear manufacturing processes (and other applications), the neural networks/AI label evokes images from science fiction by the general media. Beyond the initially intimidating title, this book is of real use to researchers addressing complex problems, and those trying to use neural networks. Without resorting to hardwired neural networks, or MATLAB with neural networks toolbox, one can readily understand and use the included (dated now) C++ neural network code (C compiler excluded- but use Borland/Microsoft). The basic neural network steps include: model process (e.g. manufacturing), gather data, pre-process data, compile, link & run the neural network code, let it iterate & learn, analyse output data sets, then use to hard-code a PID-controller (say). Even a 486-66/Win3.1/16MB RAM CPU can readily handle 25 variable/1000+ data point (pultrusion) manufacturing process (1994). As I often tend to use fuzzy-pre processing, and C/C++ for hacking demonstrators, the combined treatment of fuzzy logic, C++ and neural networks works very well. Topics include: fuzzy logic introduction, constructing a neural network, C++ and object orientation, models and Adaptive Resonance Theory (ART), learning, self organization & resonance, backpropogation and non-linear optimization, Bidirectional Associative Memory (BAM), Fuzzy Associative Memory (FAM), and applications for financial modelling. Weaknesses include: the now dated and programming-novice unfriendly software, and the ultimately limited software- far better when you are experienced to use MATLAB with neural networks toolbox for developing fast, usable networks. Overall, the style is approachable, and the content readily understandable and usable by the typical professional engineer/graduate engineering student audience. This book includes much helpful annotated pseudo-code, examples, references, defined terms, and mathematical explanations.
<< 1 >>
|