Applying UML and Patterns Review

Applying UML and Patterns
Average Reviews:

(More customer reviews)
Craig Larman did a splendid job simplifying UML. I bought this book along with the official UML user guide and I prefer reading this book because of how it made UML look so easy. What's so impressive about this book is that the author stays with one example throughout the book, and clearly illustrates the relationships and dependencies amongst different UML diagrams and artifacts. He even shows you how to map the diagrams to actual Java code! Larman's explanations of the different design patterns is also invaluable. I haven't heard of design patterns before, and this book helped me have a deeper appreciation of patterns to create better object-oriented software.

Click Here to see more reviews about: Applying UML and Patterns

Appropriate for courses in Object-Oriented Programming.The first book to apply the Unified Modeling Language (UML) to communicating object-oriented analysis and design results. You'll learn the fundamental concepts of object-oriented analysis and design, and then walk step-by-step through the entire process of analysis and design- using a single case study that takes full advantage of UML and design patterns.

Buy Now

Click here for more information about Applying UML and Patterns

Read More...

Practical Environmental Forensics: Process and Case Histories Review

Practical Environmental Forensics: Process and Case Histories
Average Reviews:

(More customer reviews)
This book is a handy and interesting read, which gives a good sense of the practice of environmental forensics. It includes material on the admissability of evidence, some case histories which outline pitfalls and opportunities in being a consultant on waste sites which enter litigation, and some valuable references for further (required) reading. Along with Murphy and Morrison's Intro. to Environmental Forensics it provides a very good overview on the black art of environmental forensics and more importanly points the way to more information.

Click Here to see more reviews about: Practical Environmental Forensics: Process and Case Histories



Buy NowGet 3% OFF

Click here for more information about Practical Environmental Forensics: Process and Case Histories

Read More...

Nonlinear System Identification: From Classical Approaches to Neural Networks and Fuzzy Models Review

Nonlinear System Identification: From Classical Approaches to Neural Networks and Fuzzy Models
Average Reviews:

(More customer reviews)
This book is excellent compehensive overwiev over many relevant topics that are useful in the wide spectrum of data analysis:
Starting with least squares - regression and its variants it comes to nonlinear local and global optimization techniques and even advanced neurofuzzy models.
This book is so precious because it explains and compares nearly all useful approaches, their advantages and disadvantages, including numerical and stastical arguments.
You can understand it without being a mathematician. But you should be familiar with the following expressions:
Gradient, Hessian, Inverse, Covariance Matrix, Estimator
Lots of useful details condensed into just one book!
Excellent!

Click Here to see more reviews about: Nonlinear System Identification: From Classical Approaches to Neural Networks and Fuzzy Models



Buy NowGet 21% OFF

Click here for more information about Nonlinear System Identification: From Classical Approaches to Neural Networks and Fuzzy Models

Read More...

Model-Making: Materials and Methods Review

Model-Making: Materials and Methods
Average Reviews:

(More customer reviews)
This is an excellent choice for artists or designers in the areas of theatre production or film production.

Click Here to see more reviews about: Model-Making: Materials and Methods



Buy NowGet 27% OFF

Click here for more information about Model-Making: Materials and Methods

Read More...

German Soldiers of World War Two Review

German Soldiers of World War Two
Average Reviews:

(More customer reviews)
Another excellent book from HISTORE & COLLECTIONS this time it's the Germans of World War 2.
It is 135 pages of high quality photographs of re-creators in authentic uniforms from all theatres that the Germans operated in.
The book is divided in to years from 1939 - 1945 so it easy to see what uniforms and equipment were worn in particular areas at particular times.
All insignia (No political correctness here) are shown with appropriate weapons and webbing.
The only thing missing from this book is photographs from the field which would show how appearances can alter after the normal wear & tear of a soldier's life
I have spent much money over the years on cheaper books which showed some of the information I was after but this book supplies most of the information you will need, be it for scale modelling or historical studies.
It is a must for any student of World War 2 uniforms.


Click Here to see more reviews about: German Soldiers of World War Two

Histoire and Collections' all time best selling book was German Soldiers of World War II. Long out of print it has been sought by collectors and enthusiasts commanding high prices in used book market.

This long awaited reprint is actually far more than that. The new version includes significant additional material. Every soldier is shown on a full page, front and back with numerous detail shots of head gear, equipment etc.

The chronological order of the original edition is retained, while the widest selection of types of IIIrd Reich armed forces members is featured, from the most famous uniforms to the more obscure.



REVIEWS

The quality of the images in the book is excellent... well thought out, visually very good and contains an impressive amount of material. .." Armorama, 03/2006

"excellent color images from the various German Wehrmacht uniforms...if you could only invest in one book about German WWII Uniforms, then this certainly would be the one"InScale.Org, 11/29/2010

Buy NowGet 34% OFF

Click here for more information about German Soldiers of World War Two

Read More...

Object-Oriented Discrete-Event Simulation with Java - A Practical Introduction (SERIES IN COMPUTER SYSTEMS (previously: The Plenum Series in Computer (Series in Computer Science) Review

Object-Oriented Discrete-Event Simulation with Java - A Practical Introduction (SERIES IN COMPUTER SYSTEMS (previously: The Plenum Series in Computer (Series in Computer Science)
Average Reviews:

(More customer reviews)
Some of the concepts were new to me and some were not. The old ideas were the ones that I came across in a first Java programming course or in a discrete-event simulation course. Book is easy to read, concise, not a textbook. Useful for someone that has not studied anything about discrete-event simulation.

Click Here to see more reviews about: Object-Oriented Discrete-Event Simulation with Java - A Practical Introduction (SERIES IN COMPUTER SYSTEMS (previously: The Plenum Series in Computer (Series in Computer Science)

This book introduces the application of the Java programminglanguage in discrete-event simulation. In addition, the fundamentalconcepts and practical simulation techniques for modeling differenttypes of systems to study their general behavior and their performanceare introduced. The approaches applied are the process interactionapproach to discrete-event simulation and object-oriented modeling.Java is used as the implementation language and UML as the modelinglanguage. The first offers several advantages compared to C++, themost important being thread handling, graphical user interfaces (GUI),and Web computing. The second language, UML (Unified ModelingLanguage), is the standard notation used today for modeling systems asa collection of classes, class relationships, objects, and objectbehavior. The book concentrates on object-oriented modeling andimplementation aspects of simulation models using Java and practicalsimulation techniques. In addition, the book illustrates the dynamicbehavior of systems using the various simulation models as casestudies.

Buy Now

Click here for more information about Object-Oriented Discrete-Event Simulation with Java - A Practical Introduction (SERIES IN COMPUTER SYSTEMS (previously: The Plenum Series in Computer (Series in Computer Science)

Read More...

Parallel Algorithms (Chapman and Hall/CRC Numerical Analysis and Scientific Computation Series) Review

Parallel Algorithms (Chapman and Hall/CRC Numerical Analysis and Scientific Computation Series)
Average Reviews:

(More customer reviews)
The title covers so many possibilities, from the level of processor architecture to grid computing, that no book could possibly cover the whole range. The selections found here surprised me, though: just a few topics, but remarkable depth in at least one of them.
The authors begin with a classic model of computing, the parallel RAM. This conceptual family includes shared-memory systems of many kinds, possibly with restrictions on concurrent reading and/or writing. Here, the emphasis is on data structures that optimize concurrent computation on linked structures. The next chapter covers 'sorting networks.' These consist of two-input, two-output devices that compute the min and max of the input, generally configured with fixed topology. Although classics of the computing canon (see Knuth), they still represent a potentially useful structure, e.g. when creating a fixed-latency median filter in hardware. These chapters seem to tie only loosely to the main substance of the book, which begins in chapter 3.
That begins with a few classic communication topologies, including rings, stars, meshes, and hypercubes. The authors present performance models of graduated sophistication, as well as some low-level operations on specific architectures (e.g., broadcast on a simple ring). Chapters 4 and 5 get to the kinds of algorithms that highly parallel processors are typically called on to handle: matrix operations, stencil algorithms, and solving systems of linear equations. These chapters stand out for their close coupling between problem decomposition and the communication topology involved. Chapters 6-8 discuss load balancing and task scheduling, both static and dynamic. Algorithms like LU decomposition on non-sparse systems have reasonably predictable performance and communication characteristics over the course of one computation, so static and dynamic algorithms are both mentioned.
Task scheduling receives especially thorough treatment, especially when different processors run at predictably different rates. I found the material clearly laid out, but baffling in one respect. Heterogeneous processors typically arise in irregular communication networks such at the Internet, i.e. networks quite unlike the ones discussed in ch. 3-5.
I can give only conditional recommendation of this book, depending on the reader's interests. It discussion of topology-dependent communication and problem partitioning contains good material, task scheduling is exceptional, and the problems in each chapter seem well designed for reinforcing the content of each chapter. The book's idiosyncratic choices of subjects limit the audiences to whom this will be helpful, but, if you're in the target audience for one of the book's strong points, you're likely to find it very rewarding.
-- wiredweird

Click Here to see more reviews about: Parallel Algorithms (Chapman and Hall/CRC Numerical Analysis and Scientific Computation Series)

Focusing on algorithms for distributed-memory parallel architectures, Parallel Algorithms presents a rigorous yet accessible treatment of theoretical models of parallel computation, parallel algorithm design for homogeneous and heterogeneous platforms, complexity and performance analysis, and essential notions of scheduling. The book extracts fundamental ideas and algorithmic principles from the mass of parallel algorithm expertise and practical implementations developed over the last few decades.
In the first section of the text, the authors cover two classical theoretical models of parallel computation (PRAMs and sorting networks), describe network models for topology and performance, and define several classical communication primitives. The next part deals with parallel algorithms on ring and grid logical topologies as well as the issue of load balancing on heterogeneous computing platforms. The final section presents basic results and approaches for common scheduling problems that arise when developing parallel algorithms. It also discusses advanced scheduling topics, such as divisible load scheduling and steady-state scheduling.
With numerous examples and exercises in each chapter, this text encompasses both the theoretical foundations of parallel algorithms and practical parallel algorithm design.

Buy Now

Click here for more information about Parallel Algorithms (Chapman and Hall/CRC Numerical Analysis and Scientific Computation Series)

Read More...

Practical Wax Modeling : Advanced Techniques for Wax Modelers Review

Practical Wax Modeling : Advanced Techniques for Wax Modelers
Average Reviews:

(More customer reviews)
This book is one of the best illustrated works devoted to making wax models for jewelry that I have purchased. I have been making jewelry models for over 30 years and still discovered textural techniques and materials in Practical Wax Modeling that I was not familiar with previously. Due to the fact that the authors are Japanese, the book reflects their design and technique approach. This work covers a wide range of tools, and details both the carving and build up of wax models. I would recommend this book as a valuable addition to any jewelry maker's library.

Click Here to see more reviews about: Practical Wax Modeling : Advanced Techniques for Wax Modelers



Buy Now

Click here for more information about Practical Wax Modeling : Advanced Techniques for Wax Modelers

Read More...

Metaheuristics: From Design to Implementation (Wiley Series on Parallel and Distributed Computing) Review

Metaheuristics: From Design to Implementation (Wiley Series on Parallel and Distributed Computing)
Average Reviews:

(More customer reviews)
The book is a good and detailed description of what metaheuristics involves. This is applied to solving hard computational problems. There are summaries of many methods developed over the last 50 years. The simplex method. Metropolis Monte Carlo. Simulated annealing. Genetic algorithms. And others. There is deliberately not enough information about most of these for you to use them given only the book as a starting point. Space considerations.
But mostly the book explains at a higher level, how methods can be understood. Some are for exploiting; ie. intensively looking in a given region of the objective space around a starting point. Simulated annealing is a good example of such a method.
Other methods are for exploring. A broader search in the objective or solution space. Genetic algorithms, with their mutations and crossover recombinations are very strong here, using ideas borrowed from biological evolution.
More importantly, the book shows how many hard problems have to be tackled by a combination of exploring and exploiting. The combining of algorithms is what gives metaheuristics its name.
One caveat is that even at a summary level, the description of tabu search was a bit unclear, compared to the excellent synopses of simulated annealing and genetic algorithms.

Click Here to see more reviews about: Metaheuristics: From Design to Implementation (Wiley Series on Parallel and Distributed Computing)

A unified view of metaheuristics
This book provides a complete background on metaheuristics and shows readers how to design and implement efficient algorithms to solve complex optimization problems across a diverse range of applications, from networking and bioinformatics to engineering design, routing, and scheduling. It presents the main design questions for all families of metaheuristics and clearly illustrates how to implement the algorithms under a software framework to reuse both the design and code.
Throughout the book, the key search components of metaheuristics are considered as a toolbox for:

Designing efficient metaheuristics (e.g. local search, tabu search, simulated annealing, evolutionary algorithms, particle swarm optimization, scatter search, ant colonies, bee colonies, artificial immune systems) for optimization problems

Designing efficient metaheuristics for multi-objective optimization problems

Designing hybrid, parallel, and distributed metaheuristics

Implementing metaheuristics on sequential and parallel machines

Using many case studies and treating design and implementation independently, this book gives readers the skills necessary to solve large-scale optimization problems quickly and efficiently. It is a valuable reference for practicing engineers and researchers from diverse areas dealing with optimization or machine learning; and graduate students in computer science, operations research, control, engineering, business and management, and applied mathematics.

Buy NowGet 24% OFF

Click here for more information about Metaheuristics: From Design to Implementation (Wiley Series on Parallel and Distributed Computing)

Read More...

Dynamic Modelling for Supply Chain Management: Dealing with Front-end, Back-end and Integration Issues Review

Dynamic Modelling for Supply Chain Management: Dealing with Front-end, Back-end and Integration Issues
Average Reviews:

(More customer reviews)
While there are certainly lots of books out there on Supply Chains, few have presented a substantive, objective, and scientific basis for their performance and operation. Professor Adolfo Crespo-Marquez has filled this void with quite possibly the very best book on the topic. He covers, in a way not seen in competing texts, the front-end and back-end components of Supply Chains and then provides a comprehensive overview of their integration. While you can develop Supply Chains without this knowledge and understanding, they are unlikely to achieve their true potential. Congratulations on a great book.

Click Here to see more reviews about: Dynamic Modelling for Supply Chain Management: Dealing with Front-end, Back-end and Integration Issues



Buy NowGet 21% OFF

Click here for more information about Dynamic Modelling for Supply Chain Management: Dealing with Front-end, Back-end and Integration Issues

Read More...

Military Operations Research: Quantitative Decision Making (International Series in Operations Research & Management Science) Review

Military Operations Research: Quantitative Decision Making (International Series in Operations Research and Management Science)
Average Reviews:

(More customer reviews)
Jaiswal provides the most recent land power-focused military operations research volume. He provides a basic survey of the field, beginning with a very brief discussion of the origins of OR in the military. His topics include search and detection, military simulation, cost effectiveness analysis, optimization, the Analytic Hierarchy Process, Lanchester equations, and a quantified approach to intelligence analysis. The reader should be aware that his coverage of various specific military simulation models is a bit dated, as one should expect in a book, and limited in scope. Beyond that topic, his treatment is broad and therefore less sensitive to the passage of time. The book is a survey, so depth of treatment is not present. But it fills the intended role of pulling together disparate topics of land-based military OR. It also provides some perspective on non NATO defense issues. It must be challenging to decide what to exclude, but surprisingly there is no coverage of network flows, queuing theory, decision analysis, or game theory which have clear military applications. The focus is also on operations rather than the logistics of military analysis.

Click Here to see more reviews about: Military Operations Research: Quantitative Decision Making (International Series in Operations Research & Management Science)



Buy NowGet 21% OFF

Click here for more information about Military Operations Research: Quantitative Decision Making (International Series in Operations Research & Management Science)

Read More...

Statistical and Econometric Methods for Transportation Data Analysis Review

Statistical and Econometric Methods for Transportation Data Analysis
Average Reviews:

(More customer reviews)
This excellent book describes the techniques most useful for modeling the many complex aspects of transportation, such as travel demand, safety, emissions, and the environment. Taking care not to overwhelm readers with statistical theory, the authors clearly and concisely present the relevant analytical methods in quantitative chapters built on transportation case studies.

Click Here to see more reviews about: Statistical and Econometric Methods for Transportation Data Analysis



Buy NowGet 13% OFF

Click here for more information about Statistical and Econometric Methods for Transportation Data Analysis

Read More...

Stochastic Partial Differential Equations : A Modeling, White Noise Functional Approach (Probability and Its Applications) Review

Stochastic Partial Differential Equations : A Modeling, White Noise Functional Approach (Probability and Its Applications)
Average Reviews:

(More customer reviews)
SUMMARY: This book presents a new approach to stochastic partial differential equations based on white noise analysis. The framework makes heavy use of functional analysis and its main starting point is the Wiener chaos expansion and analogous expansions on different functional spaces (Schwartz spaces).
A stochastic PDE is a PDE containing a random noise term, which may be additive or multiplicative. One of the problems when working with Stochastic PDEs is to define a notion of solution which is meaningfully extendable to the nonlinear case. Problems arises because the noise term is highly irregular: for each sample of the noise, one has a (nonlinear) PDE with a very irregular term in it. In physical terms, one may encounter "ultraviolet" divergences. So, one is first faced with an existence/ unicity problem for such equations. Additionally, one would like to describe probabilitic properties of such solutions.
The method proposed by the authors can be described as follows: first, one expands the noise term in the PDE using a Wiener chaos expansion. Truncating the expansion at a certain order n yields a "regularized" equation in which the noise is smoothened. This can be roughly described as an ultraviolet cutoff. The equation then has a unique solution in an appropriate functional space. The solution of the original SPDE is then defined as the sequence of truncated solutions. In some cases, this sequence may converge in some classical sense in an appropriate function space to a weak or strong solution defined in the usual sense. But, in general, this is not the case and the notion of solution defined by the authors may be different from classical notions.
Although the title contains the word 'modeling', it may look as the abstract definition of solution proposed by the authors may have little to do with the physical notion of solution. One feels a need for a justification why this definition of a solution is physically relevant at all, which I feel is lacking. The authors give some examples, such as the noisy Burgers equation and the Kardar-Parisi-Zhang equation, but the results predicted for the solutions seem to be different than the ones predicted for example by renormalization group analysis for example regarding the scaling exponents for KPZ. Also, it would be interesting to compare this notion of solution with more classical ones for example using the semigroup/ Green function approach.
The approach proposed bears a strong resemblance to ultraviolet regularization schemes used in renormalization group theory. In fact, this framework may be seenas a probabilistic setting for renormalization methods.Unfortunately there is little discussion of this point in the book.
The first chapters contain an interesting review of white noise expansions and chaos expansions, useful in their own interest.
Overall I recommend this book as interesting for researchers in mathematical and theoretical physics.

Click Here to see more reviews about: Stochastic Partial Differential Equations : A Modeling, White Noise Functional Approach (Probability and Its Applications)

The main emphasis of this work is on stochastic partial differential equations. First the stochastic Poisson equation and the stochastic transport equation are discussed; then the authors go on to deal with the Schrodinger equation, the heat equation, the nonlinear Burgers' equation with a stochastic source, and the pressure equation. The white noise approach often allows for solutions given by explicit formulas in terms of expectations of certain auxiliary processes. The noise in the above examples are all of a Gaussian white noise type. In the end, the authors also show how to adapt the analysis to SPDEs involving noise of Poissonian type.

Buy Now

Click here for more information about Stochastic Partial Differential Equations : A Modeling, White Noise Functional Approach (Probability and Its Applications)

Read More...

Risk Assessment in Geotechnical Engineering Review

Risk Assessment in Geotechnical Engineering
Average Reviews:

(More customer reviews)
Two years ago when I started my masters in structural engineering, I had to learn about random field theory. The books that I found, considered the "must reads" for random field theory, might as well have been in Chinese (I don't understand Chinese - just for the record). It was extremely painful and frustrating trying to understand the completely not clear or easy to understand concepts - as they were presented in those books. Upon searching the internet, I found some papers written by Gordon Fenton. His description of random field theory and his work in general, was like an oasis in the desert. This is one very rare person who can explain complicated concepts so that they are easy to understand and apply. So when I found out he was publishing a book, I thought, this is a must have. And I haven't been disappointed. The first section on probability theory is without a doubt, the best explanation of the theory I have seen, with simple examples to help me concrete my understanding of the theory being presented. Therefore, this is the first textbook that I would recommend for people trying to understand the concepts of probability theory. Similarly, all other sections in the book are equally easy to understand and can make even me look intelligent - as he enables me to really understand the concepts being presented, because of his fantastic ability to communicate ' I like in particular, how he explains the practical reasons for why the theory can be simplified or assumptions can be made. Most boffin writers of textbooks don't explain "the obvious" which is not so obvious to the novice person reading their books. Sometimes I think that they don't realise that not everybody has done the mathematics degree required to understand some of the intricacies, which if not clearly explained, can stump the reader for days until they find out why they have assumed this or that. That's where Gordon Fenton is a real a gem. He doesn't leave you scratching your head, scrambling for other textbooks to fill in the gaps before you can continue with his explanations. So I highly recommend this book to anybody trying to understand probability theory, random field theory, estimation, reliability, Monte Carlo simulation and all other topics he covers in his book.

Click Here to see more reviews about: Risk Assessment in Geotechnical Engineering



Buy NowGet 22% OFF

Click here for more information about Risk Assessment in Geotechnical Engineering

Read More...

Social Network Data Analytics Review

Social Network Data Analytics
Average Reviews:

(More customer reviews)
This is a very interesting book for both researchers and practitioners in computer science who work in the area of data mining and want to learn the state-of-the-art in social network data analytics. The book provides good coverage of the subject area by focusing on popular research topics, such as the study of the statistical properties that are apparent in "typical" social networks, the problems of community detection and social influence analysis, the expert-location discovery problem, the privacy issues that arise in the context of social networks, as well as visualization techniques, text mining techniques and social tagging. The emerging area of integrating sensors and social networks is also examined. Each chapter of the book contains numerous bibliographic references that will guide readers who are interested in particular topics to explore these topics in more depth. Overall, I highly recommend this book!

Click Here to see more reviews about: Social Network Data Analytics


Social network analysis applications have experienced tremendous advances within the last few years due in part to increasing trends towards users interacting with each other on the internet. Social networks are organized as graphs, and the data on social networks takes on the form of massive streams, which are mined for a variety of purposes.

Social Network Data Analytics covers an important niche in the social network analytics field. This edited volume, contributed by prominent researchers in this field, presents a wide selection of topics on social network data mining such as Structural Properties of Social Networks, Algorithms for Structural Discovery of Social Networks and Content Analysis in Social Networks. This book is also unique in focussing on the data analytical aspects of social networks in the internet scenario, rather than the traditional sociology-driven emphasis prevalent in the existing books, which do not focus on the unique data-intensive characteristics of online social networks. Emphasis is placed on simplifying the content so that students and practitioners benefit from this book.

This book targets advanced level students and researchers concentrating on computer science as a secondary text or reference book. Data mining, database, information security, electronic commerce and machine learning professionals will find this book a valuable asset, as well as primary associations such as ACM, IEEE and Management Science.


Buy NowGet 25% OFF

Click here for more information about Social Network Data Analytics

Read More...

Foundations of 3D Graphics Programming: Using JOGL and Java3D Review

Foundations of 3D Graphics Programming: Using JOGL and Java3D
Average Reviews:

(More customer reviews)
This book is really a disappointment. In trying to get information on 3D graphics, JOGL, and Java3D all into one 300 page book, the authors have sacrificed vital information on all three topics. What you end up with is a condensed survey of "how to" formulas on pretty simple graphic tasks implemented in JOGL and Java3D, with no idea of the math and algorithms behind them and no real idea of the correct structure of programs written in Java3D or JOGL. Even the exercises are jokes, with some actually consisting of "match a function call in this list to an action in another list". The book is pretty good at describing beginner tasks such as installation details for JOGL and Java3D, but it is definitely downhill from there.
If you want to know about Java3D and JOGL, the best sources are on the web written by individuals that have wrestled with the details and documented them for the rest of us. For computer graphics beginners, I recommend "Fundamentals of Computer Graphics" by Peter Shirley. For a more advanced book on the subject try "3D Computer Graphics" by Alan Watt. Both of these books are non API-specific tutorials, which is what you need to get started. Since these books are rather expensive, a poor man's alternative is the Schaum's Outline on Computer Graphics, which is also non API-specific and quite good considering the low cost. For OpenGL, the latest edition of the "OpenGL Programming Guide" is essential. After all, JOGL is just a Java binding to OpenGL.
I know it is tempting for scientists and engineers who need to do computer graphics programming as part of their job to believe the authors' claim that this book is a shortcut to learning the essentials of this broad subject, but let me assure you there is no such thing.

Click Here to see more reviews about: Foundations of 3D Graphics Programming: Using JOGL and Java3D



Buy NowGet 34% OFF

Click here for more information about Foundations of 3D Graphics Programming: Using JOGL and Java3D

Read More...

Thinking in Complexity: The Computational Dynamics of Matter, Mind, and Mankind Review

Thinking in Complexity: The Computational Dynamics of Matter, Mind, and Mankind
Average Reviews:

(More customer reviews)
[A review of the 4th Edition, 2003.]
This book studies complexity and nonlinearity across a diverse range of applications. Much of the book revolves around organic evolution and the evolution of a sentient mind. And how complexity analysis might aid in the understanding of these fields. Not the least in devising deeper forms of artificial intelligence.
So intriguing techniques like cellular automata and neural networks are studied. There is a fair amount of speculation as to how these and other topics might ultimately relate to sentience or consciousness. But the musings are grounded in solid science. Like that of a Hopfield system or a Boltzmann machine. This 4th edition is a good reflection of the boundaries of our knowledge.

Click Here to see more reviews about: Thinking in Complexity: The Computational Dynamics of Matter, Mind, and Mankind



Buy NowGet 20% OFF

Click here for more information about Thinking in Complexity: The Computational Dynamics of Matter, Mind, and Mankind

Read More...