Difference between revisions of "AIClass"
From Bloominglabs
(→Topics) |
(→Topics) |
||
Line 20: | Line 20: | ||
*Genetic Algorithms | *Genetic Algorithms | ||
− | ** http://burakkanber.com/blog/machine-learning-genetic-algorithms-part-1-javascript/ | + | ** Readings |
− | ** http://burakkanber.com/blog/machine-learning-genetic-algorithms-in-javascript-part-2/ | + | *** http://burakkanber.com/blog/machine-learning-genetic-algorithms-part-1-javascript/ |
+ | *** http://burakkanber.com/blog/machine-learning-genetic-algorithms-in-javascript-part-2/ | ||
** Online examples | ** Online examples | ||
*** http://www.rennard.org/alife/english/gavgb.html | *** http://www.rennard.org/alife/english/gavgb.html | ||
Line 28: | Line 29: | ||
** Homework | ** Homework | ||
*** Implement an algorithm that solves the knapsack problem | *** Implement an algorithm that solves the knapsack problem | ||
− | *** | + | *** See the second reading for a description of the problem |
*** [http://harold.uits.indiana.edu/~jtillots/AI-class/lectures/lecture2/knapsack.c Data and data structure] | *** [http://harold.uits.indiana.edu/~jtillots/AI-class/lectures/lecture2/knapsack.c Data and data structure] | ||
Revision as of 11:26, 14 February 2014
Information
- Class mailing list: AI-class@bloominglabs.org
Logging into the pogolinux box:
At Bloominglabs: 192.168.1.100 port 2200 Outside of Bloominglabs: bloominglabs.no-ip.org port 2200
For an ssh client for windows, I would use putty
Topics
- Search
- Genetic Algorithms
- Readings
- Online examples
- Examples from class
- Homework
- Implement an algorithm that solves the knapsack problem
- See the second reading for a description of the problem
- Data and data structure
- Perceptrons/Neural Networks