Skip to content

Implementations of seminal algorithms in artificial intelligence. Coursework for CS 480: Introduction to Artificial Intelligence (Fall 2016) at George Mason University.

License

Notifications You must be signed in to change notification settings

zfergus/gmu-artificial-intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS480 - Introduction to Artificial Intelligence

Repository for code created in CS 480 (Fall 2016) at George Mason University. All assignments are written in Common LISP.

Quick Notes

To run the LISP command-line interface with arrow controls:

rlwrap sbcl

To load a .lisp file:

(load myfile.lisp)

Assignments

Assignments implement a seminal algorithm in numerical analysis.

  1. Getting up to speed in Lisp.
  2. More Difficult LISP
  3. K-Nearest-Neighbors
  4. Decision Trees
  5. Neural Networks
  6. Genetic Algorithms
  7. Alpha-Beta Game Space Search

Links

Lisp Quickstart

Lisp Cheat Sheet

About

Implementations of seminal algorithms in artificial intelligence. Coursework for CS 480: Introduction to Artificial Intelligence (Fall 2016) at George Mason University.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages