Difference between revisions of "AIClass"
From Bloominglabs
(→Topics) |
(→Topics) |
||
Line 25: | Line 25: | ||
** [http://www.stanford.edu/group/pdplab/pdphandbook/ Online version of Explorations in PDP] | ** [http://www.stanford.edu/group/pdplab/pdphandbook/ Online version of Explorations in PDP] | ||
** [http://www.stanford.edu/group/pdplab/resources.html#pdptool PDP software] | ** [http://www.stanford.edu/group/pdplab/resources.html#pdptool PDP software] | ||
+ | ** [http://channel9.msdn.com/Events/Build/2013/2-401 Video on developing neural networks] | ||
*Genetic Algorithms | *Genetic Algorithms |
Revision as of 22:41, 27 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
Resources
Topics
- Perceptrons/Neural Networks
- 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
- Search