| By Babis Marmanis | Article Rating: |
|
| April 16, 2009 11:00 PM EDT | Reads: |
6,418 |
I have recently finished writing the "Algorithms of the Intelligent Web" and it should hit the bookshelves in a few weeks. I would like to tell you what
the book is about and why I wrote it -- to save some typing, hereafter, I will refer to the book as "AIW", "the AIW book", etc. The code for the book is hosted on Google Code here.
The AIW book includes topics from the areas of machine learning, data mining, statistics, and discovery in knowledge bases. The literature on these topics is vast but it is, almost exclusively, academic and heavy in mathematical jargon. Nevertheless, the main ideas of the algorithms can be grasped and used by nearly every software engineer with a minimum of mathematical formalism and a little bit of effort. In fact, one of the goals that I set for the book was to describe every algorithm without writing a single mathematical equation; a couple of equations managed to crawl up but c'est la vie, c'est la guerre ...
The code for the book is written 100% in Java. Most of it was written from scratch (by D. Babenko) -- notable exceptions are the use of Lucene and Drools, a.k.a. JBoss Rules. Perhaps, more important is the fact that the code was written so that it is perfectly legible and easy to follow through. For example, there are probably thousands of implementations for the Naive Bayes algorithm but how many of them can you read and understand? My bias aside, the Yooreeka Naive Bayes implementation (click here to view it) is as succinct and as clean as they come; follow the link to judge for yourself.
Over the past year, there have been two books of a similar nature. The first was entitled "Programming Collective Intelligence" by T. Segaran (O'Reilly) and the other "Collective Intelligence in Action" by S. Alag (Manning). I am certain that there will be many more! Empowering an application with the ability to "learn" from its interaction with the people that use it, or the systems that integrate with it, is something that nearly everyone should be able to do. The AIW book should take you one step closer in that direction.
The following is a list of examples that demonstrate the usefulness of intelligent algorithms:
- Assessing mortgage risk
- Creating recommendations just like those on Netflix and Amazon
- Google's Pagerank
- Discovering matches on social-networking sites
- Organizing the discussions on your favorite news group
- Selecting topics of interest from shared bookmarks
- Leveraging user clicks to enhance the user experience on a web site
- Categorizing emails (or any other text document) based on their content
- Targeted advertising
- Fraud detection
- Stock price forecasting
The list is practically limitless. Every aspect of a software application can be enhanced through the techniques that are unraveled in AIW and the other books. So, have a look at these books and start leveraging the power of intelligent algorithms, they are here to stay!
Published April 16, 2009 Reads 6,418
Copyright © 2009 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Babis Marmanis
Haralambos (Babis) Marmanis is a pioneer in the adoption of machine learning techniques for industrial solutions, and also a world expert in supply management. He has about twenty years of experience in developing professional software. Currently, he is the CTO at Emptoris, Inc. Babis received his Ph.D. in Applied Mathematics and Scientific Computing from Brown University. Aside from machine learning and data mining, his interest is on multi-tier, high performance, enterprise software.
- It's the Java vs. C++ Shootout Revisited!
- Patterns for Building High Performance Applications
- Asynchronous Logging Using Spring
- Java for Programmers (2nd Edition)
- Cross-Platform Mobile Website Development – a Tool Comparison
- Three Buzzwords That Every CIO Hears but One They Should Listen To
- Write Once Run Anywhere or Cross Platform Mobile Development Tools
- Immersing into JavaScript Frameworks
- Workday Reportedly Prepping to Go Public
- Cloud Expo New York: The Java EE 7 Platform - Developing for the Cloud
- Book Review: Sams Teach Yourself Java in 24 Hours
- OpenOffice.com Lives
- Book Excerpt: Introducing HTML5
- Adobe Sends Flex to the Apache Foundation
- Five Years Waiting for JRE 7: Is It Justified? (Part 1)
- Book Excerpt: Java Application Profiling Tips and Tricks
- i-Technology in 2012: Five Industry Predictions
- It's the Java vs. C++ Shootout Revisited!
- Patterns for Building High Performance Applications
- OpenXava 4.3: Rapid Java Web Development
- The Next Web Architecture
- Asynchronous Logging Using Spring
- Java for Programmers (2nd Edition)
- Is Write Once Run Anywhere Ever Going to Be a Reality?
- A Cup of AJAX? Nay, Just Regular Java Please
- Java Developer's Journal Exclusive: 2006 "JDJ Editors' Choice" Awards
- JavaServer Faces (JSF) vs Struts
- The i-Technology Right Stuff
- Rich Internet Applications with Adobe Flex 2 and Java
- Java vs C++ "Shootout" Revisited
- Bean-Managed Persistence Using a Proxy List
- Reporting Made Easy with JasperReports and Hibernate
- Creating a Pet Store Application with JavaServer Faces, Spring, and Hibernate
- Why Do 'Cool Kids' Choose Ruby or PHP to Build Websites Instead of Java?
- What's New in Eclipse?
- i-Technology Predictions for 2007: Where's It All Headed?


















