coursera icon indicating copy to clipboard operation
coursera copied to clipboard

Coursera Machine Learning class exercises (converted from Octave to Python + Numpy)

coursera

Courses

Python code for various coursera classes:

  • alg1 -- Alorithms 1 (Princeton) by Sedgwick -- mostly still Java, never completed course
  • crypt -- Cryptograph 1 -- complete set of examples
  • ggp -- General Game Playing -- never succeeded at translating the language parser into python from Java
  • gt -- Game Theory 1 & 2
  • invest1 -- Computational Investing by Tucker Balch
  • logic1 -- Logic 1
  • ml -- Machine Learning -- some examples converted from Octave to Python + Numpy
  • nlp -- Natural Language Processing (Princeton) -- missed the course but having fun with online material

Etc

  • certificates -- some coursera certificates earned
  • util -- Utilities that are useful in multiple courses