Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 735 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 735 Bytes

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