| Name | Download | Description |
| CUDD Half_Adder |
[C++ tar.gz] |
Source code to accompany the CUDD tutorial I wrote. |
| Gradient Ascent Demo |
[Matlab .m file] |
A simple demo of gradient ascent that should illuminate the concept. |
| Markov Chain Mind Reader (MCMR) |
[Matlab .m file] |
A fun (depending on your definition of fun and how much of a geek you are) game shown to me by
Tom Griffiths displaying the powers of the
stationary state of a Markov Chain.
|
| Sudoku Solver |
[Java .tar archive] |
This program solves a specific Soduku puzzle. It could easily be modified to solve generic Soduku puzzles. There is nothing here that you could not find in a million other locations on the web. It is the first/simplist solution I could think of and has not been optimized.
|