diff --git a/README.md b/README.md index cf5535e..b3528a4 100644 --- a/README.md +++ b/README.md @@ -696,6 +696,11 @@ Topics covered include probability theory and Bayesian inference; univariate dis - Taught by [Dr. Ching-Yung Lin](http://researcher.watson.ibm.com/researcher/view.php?person=us-chingyung) - [Course Site](http://www.ee.columbia.edu/~cylin/course/bigdata/) - Assignments - Assignments are present in the Course Slides +- [SCICOMP](http://colorfulengineering.org/) **An Introduction to Efficient Scientific Computation** *Universität Bremen* Lecture Videos + - This is a graduate course in scientific computing created and taught by [Oliver Serang](http://colorfulengineering.org/) in 2014, which covers topics in computer science and statistics with applications from biology. The course is designed top-down, starting with a problem and then deriving a variety of solutions from scratch. + - Topics include memoization, recurrence closed forms, string matching (sorting, hash tables, radix tries, and suffix tries), dynamic programming (e.g. Smith-Waterman and Needleman-Wunsch), Bayesian statistics (e.g. the envelope paradox), graphical models (HMMs, Viterbi, junction tree, belief propagation), FFT, and the probabilistic convolution tree. + - [Lecture videos](https://www.youtube.com/user/fillwithlight/videos) + - [6.858](http://css.csail.mit.edu/6.858/2014/) **Computer Systems Security** *MIT* Lecture Videos Lecture Notes Assignments Readings - Design and implementation of secure computer systems. Lectures cover threat models, attacks that compromise security, and techniques for achieving security, based on recent research papers. Topics include operating system (OS) security, capabilities, information flow control, language security, network protocols, hardware security, and security in web applications. - Taught by [James Mickens](http://research.microsoft.com/en-us/people/mickens/) and [Nickolai Zeldovich](http://people.csail.mit.edu/nickolai/)