| Projects on Google Code | Results 1 - 7 of 7 |
Data sets to accompany the code which accompanies the book _[http://aima.cs.berkeley.edu Artificial Intelligence: A Modern Approach]_. The data sets can be used with any of the implementations (Java, Python, Lisp, etc.) or with your own code.
If used with the code we supply, the data files shoul...
I'm doing here the implementation of various algorithms from the mentioned book in scala.
*DISCLAIMER:*
This code base has nothing to do with official AIMA code, its a personal learning project of mine and various implementations might be incorrect.
To run it, just download from svn and run ...
Python implementation of algorithms from Russell and Norvig's _[http://aima.cs.berkeley.edu Artificial Intelligence: A Modern Approach]_.
=Index of Code=
|| *Fig* || *Page* || *Name (in book)* || *Code* || ...
Scalgorithms is a collection of basic algorithms and datastructures written in Scala.
Following is the list of algorithms supported so far :
- *Sorting* : QuickSort, MergeSort
- *Heaps* : Binomial Heaps,Fibonacci Heaps
- *Dynamic Programming* : Longest Common Subsequence
- *Graphs* ...
Un ajedrez en una version 2.0 para la materia inteligencia artificial del CEMA año 2009.
Java implementation of algorithms from [http://www.norvig.com/ Norvig] and [http://www.cs.berkeley.edu/~russell/ Russell]'s [http://aima.cs.berkeley.edu/ Artificial Intelligence - A Modern Approach 3rd Edition]
Latest Official version = 1.0.0
This is available from the [http://code.google....
*This project is now [http://www.symbolware.com/ai Symbolware AI Library].*