From 12e327013b57f2f0d2ea1d34a452b6f98aa51587 Mon Sep 17 00:00:00 2001 From: Prakhar Srivastav Date: Sun, 29 Mar 2015 07:04:03 +0300 Subject: [PATCH] Added Harvard course on monte carlo methods --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5caf680..bf206b0 100644 --- a/README.md +++ b/README.md @@ -491,7 +491,11 @@ Topics covered include probability theory and Bayesian inference; univariate dis ------- ### Misc - +- [AM 207](http://am207.org/) **Monte Carlo Methods and Stochastic Optimization** *Harvard University* Lecture Videos Lecture Notes Assignments + - This course introduces important principles of Monte Carlo techniques and demonstrates the power of these techniques with simple (but very useful) applications. All of this in Python! + - [Lecture Videos](http://cm.dce.harvard.edu/2015/02/24104/publicationListing.shtml) + - [Assignments](http://am207.github.io/2015/homework.html) + - [Lecture Notes](http://am207.github.io/2015/lectures.html) - [CAP 5415](http://crcv.ucf.edu/courses/CAP5415/) **Computer Vision** *University of Central Florida* Lecture Videos Lecture Notes Assignments - An introductory level course covering the basic topics of computer vision, and introducing some fundamental approaches for computer vision research. - [Lectures and Videos](http://crcv.ucf.edu/videos/Lecture_Videos/)