Sell Back Your Copy
For a $0.80 Gift Card
Trade in
Have one to sell? Sell yours here
Constructing Intelligent Agents Using Java: Professional Developer's Guide, 2nd Edition
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Constructing Intelligent Agents Using Java: Professional Developer's Guide, 2nd Edition [Paperback]

Joseph P. Bigus (Author), Jennifer Bigus (Author)
4.0 out of 5 stars  See all reviews (7 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more


Book Description

047139601X 978-0471396017 March 13, 2001 2
A state-of-the-art guide on how to build intelligent Web-based applications using Java
Joseph and Jennifer Bigus update and significantly expand their book on building intelligent Web-based applications using Java. Geared to network programmers or Web developers who have previously programmed agents in Smalltalk or C++, this practical book explains in detail how to construct agents capable of learning and competing, including both design principles and actual code for personal agents, network or Web agents, multi-agent systems and commercial agents. New and revised coverage includes agent tools, agent uses for Web applications (including personalization, cross-selling, and e-commerce), and additional AI technologies such as fuzzy logic and genetic algorithms.


Editorial Reviews

From the Back Cover

An essential guide to intelligent agent technologies-from straightforward Java implementations and practical agent applications to artificial intelligence algorithms

Constructing Intelligent Agents Using Java, Second Edition

Professional Developer's Guide

The Bigus team overhauls their bestselling guide to reflect changes in the Java platform and share the latest ideas in applied AI, software agents, and multiagent systems. The new edition continues to provide a comprehensive tutorial on the basic AI programming techniques and shows you how to design and develop practical intelligent agent applications in Java. You'll learn how to build agents that filter information from the Web, automate tasks, monitor dynamic Web content such as airfare information, and negotiate transactions in electronic marketplaces. You'll also construct a flexible agent platform where multiple agents can reside and interact on your PC.

Explore how this exciting new edition:
* Updates all code to support Java 2 and the Swing GUI
* Adds genetic algorithms and fuzzy rule system implementations
* Updates and expands the treatment of agents and multiagent systems
* Enhances the CIAgent framework with built-in timer and asynchronous event processing capabilities and use of the JavaBean component model
* Includes UML diagrams for the CIAgent classes and object interactions
* Provides a flexible agent platform where you can plug in your own agents
* Expands end-of-chapter exercises, Web resources, and bibliography

The CD-ROM contains:
* The complete Java code with JavaDocs for the examples in the book
* IBM Agent Building and Learning Environment (ABLE)
* Sun Microsystems' Java Run-Time Environment (JRE) 1.3

About the Author

JOSEPH P. BIGUS, PhD, is a senior technical staff member and research project leader at the IBM T. J. Watson Research Center. Dr. Bigus has led the development of neural network, data mining, and agent technologies at IBM.
JENNIFER BIGUS is the principal consultant at Bigus Technologies Inc., where she designs and develops Java and e-business applications. Jennifer played a key role in bringing Java and enterprise Java applications to the IBM AS/400 server.

Product Details

  • Paperback: 432 pages
  • Publisher: Wiley; 2 edition (March 13, 2001)
  • Language: English
  • ISBN-10: 047139601X
  • ISBN-13: 978-0471396017
  • Product Dimensions: 9.3 x 7.5 x 1 inches
  • Shipping Weight: 1.8 pounds
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (7 customer reviews)
  • Amazon Best Sellers Rank: #1,085,926 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

7 Reviews
5 star:
 (1)
4 star:
 (5)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (7 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

39 of 40 people found the following review helpful:
3.0 out of 5 stars Too light for me., March 23, 2002
This review is from: Constructing Intelligent Agents Using Java: Professional Developer's Guide, 2nd Edition (Paperback)
From the beginning of chapter 1 to the end of the index, this book is 408 pages. The authors do not begin to discuss agents until chapter six (page 201). So ~half of this book is merely introductory material. It's impossible to give more than a token survey to search, KR, back/forward chaining, fuzzy systems and neural networks in the allocated 200 pages. I feel this was a wasted effort best left to other books (like Russell and Norvig).

In contrast to the 200 page intro to AI, there is no primer on Java contained within this book. I feel this is OK since there are also many excellent books on Java. I only mention this to be complete in my review.

The real meat of this book is only ~165 pages (chapter 6 through 10). The agent examples are light, but adequate and I feel the concepts come across. Overall, I'm not sure I got my money's worth. I would have liked more discussion of various frameworks and maybe some examples of these. Implementations are lumped together in a hurried review in the last chapter.

If you already have some exposure to AI, you might consider a more advanced book. If you have never thought about AI, this book might serve as an introduction, but it is certainly not a comprehensive review.

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


18 of 19 people found the following review helpful:
4.0 out of 5 stars Good book to get into agents, May 30, 2001
By 
Scott Gerard (Rochester, MN USA) - See all my reviews
This review is from: Constructing Intelligent Agents Using Java: Professional Developer's Guide, 2nd Edition (Paperback)
I enjoyed reading this book -- particularly the humorous comments throughout that lightened up things. The example applications in almost every chapter were a good test bed to play around with and explore the concepts. I would not have understood things nearly as well without them. As the authors state, they don't teach you everything you need to know about the AI pieces, but with some digging on my own, I THINK I understand the basics enough to make progress. The UML package diagrams are worthless, and I wish the space had been used for something else -- maybe more background info or a summary of the agents in the chapter. But that is a minor complaint. I really liked the book and I'm anxious to apply some of the AI and agent techniques in my upcoming projects.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


14 of 14 people found the following review helpful:
4.0 out of 5 stars Good introduction to intelligent agents, May 18, 2001
By 
lmui (Cambridge, MA USA) - See all my reviews
This review is from: Constructing Intelligent Agents Using Java: Professional Developer's Guide, 2nd Edition (Paperback)
I enjoyed reading the book. It is a fair introduction to intelligent agents. The main concern I have is the (too) brief discussion of the underlying concepts. I would be surprised if anyone with no idea of these techniques can actually pick up much beyond the superficial. Since this is an introduction, this is less of a fault. But, this should not be a "text", as claimed by the authors; it can at best be served as a supplement to an existing text in AI or machine learning (e.g., Bishop 1995; Winston 1991; Russell and Novig, 1995; Mitchell, 1997, etc.)

Regarding the code provided: they are cleanly written except not well designed. (e.g., field variables are package visible and are used as obj.field throughout the code -- bad OO practice). If what one needs is to "pull" code into existing applications, think twice.

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

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews





Only search this product's reviews



Inside This Book (learn more)
First Sentence:
In this chapter we explore the first major thrust of artificial intelligence (IA) reseach, problem solving using search. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
int numoutputs, solving using search, int normalize, num wheels, num doors, inferencing cycle, int inx, public void process, bottom text area, timer pops, top text area, intelligent agent applications, intelligent agent framework, public void initialize, cluster filter, item guitar, marketplace application, consequent fuzzy set, inferencing system, search queue, public void reset, class listing, package marketplace, antecedent clauses, consequent clause
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Green Bay, Learning Systems, Sioux Falls, Seller Facilitator, Buyer Facilitator, Java Swing, Chicago Searching, Markup Language, Contract Net, Ending Marketplace Figure, International Falls, Neutral Subject, Dubuque Searching, Grand Forks, Java Expert System Shell, Recommended Seller, Rockford Searching
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:




Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject