Saturday, June 05, 2010

Reinforcement Learning(Artificial Intelligence)

Sarsa algo implementation in Java for the GridWorld from sutton and barto book. Code at http://bit.ly/9q9GK5
Aritificial Intelligence

DPLL algo implementation in Java. Code at http://bit.ly/9elqgi
Ramneek Maan Singh
Data Mining

K-Means algo implementation in C#. Code at http://bit.ly/bsmE1J
Ramneek Maan Singh
Data Mining
K nerarest Neighbours algorithm implementaion in C#. Uses a custom format file to specify the training and test records. A good demonstration of use of Linq. The code can be downloaded at http://bit.ly/9RaaeI
Ramneek Maan Singh