A* algorithm for programmers
This document contains a description of the AI algorithm known as A*, and two example programs showing the kind of problems it can solve.
An autonomic computing roadmap
Autonomic computing is the process of making computers behave
like living, sentient creatures, then you, as a developer, are
the doctor who makes sure your products and systems are
performing properly. If there's an area of concern, you must
diagnose it and make sure it has what it needs to function
properly. This article gives you a roadmap to begin integrating
autonomic computing concepts into your products.
An Introduction to Artificial Intelligence
Have you ever thought about using an iSight to take and classify images, such as those of a user sitting at the iMac? (Face-sensing engines have been in the news lately.) We have. And while we're working on that tutorial, we thought it might be a good idea to first publish a background piece on artificial intelligence. Check it out.
Genetic Algorithms : Understanding using Visual Basic
This tutorial teaches Genetic Algorithms. This tutorial was written because in my sight there was not a single tutorial with both Genetic Algorithms and Visual Basic in it. I have written this tutorial to help a current VB programmer understand and implement GA with ease.
Naive Bayes Models for Classification : A Tutorial
This article describes a simple technique for machine learning of classification tasks. It is easy to implement in software and performs quite well for some problems.