Difference between revisions of "AIClass"
From Bloominglabs
(→Topics) |
(→Topics) |
||
Line 34: | Line 34: | ||
*Perceptrons/Neural Networks | *Perceptrons/Neural Networks | ||
** [http://harold.uits.indiana.edu/~jtillots/AI-class/lectures/lecture3/lecture3.txt Topics and Readings] | ** [http://harold.uits.indiana.edu/~jtillots/AI-class/lectures/lecture3/lecture3.txt Topics and Readings] | ||
+ | ** [http://psych.stanford.edu/~jlm/papers/PDP/Volume%201/ PDP Volume 1 online] | ||
+ | ** [http://psych.stanford.edu/~jlm/papers/PDP/Volume%202/ PDP Volume 2 online] | ||
+ | ** [http://psych.stanford.edu/~jlm/papers/ Rumelhart's papers online] | ||
== Resources == | == Resources == |
Revision as of 12:27, 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