Giter VIP home page Giter VIP logo

cs228-notes's Introduction

cs228-notes

These notes form a concise introductory course on probabilistic graphical models. They are based on Stanford CS228, taught by Stefano Ermon, and have been written by Volodymyr Kuleshov, with the help of many students and course staff.

This course starts by introducing graphical models from the very basics and concludes by explaining from first principles the variational auto-encoder.

The compiled version is available here.

Contributing

This material is under construction! Although we have written up most of it, you will probably find several typos. If you do, please let us know, or submit a pull request with your fixes via Github.

The notes are written in Markdown and are compiled into HTML using Jekyll. Please add your changes directly to the Markdown source code.

To compile Markdown to HTML (i.e. after you have made changes to markdown and want them to be accessible to students viewing the docs), run the following commands from the root of your cloned version of the https://github.com/ermongroup/cs228-notes repo:

  1. rm -r docs/
  2. jekyll serve #This should create a folder called _site - note, this creates a running server, so run the subsequent commands # in parallel in a separate Terminal window
  3. mv _site docs
  4. git add
  5. git commit -am "commit message"
  6. git push origin master

cs228-notes's People

Contributors

20dbm avatar aditya-grover avatar amirziai avatar amrege avatar avati avatar awchen avatar bindra41048 avatar chrisyeh96 avatar d1ngn1gefe1 avatar elaineyale avatar ermonste avatar ethnyc avatar hmishfaq avatar honghaoq avatar ibrahim5253 avatar jangsoopark avatar jygrinberg avatar kandluis avatar kuleshov avatar liaoruowang avatar makaimann avatar manuelhaussmann avatar marcuspanje avatar nicolov avatar sid-kap avatar udincer avatar villanuevab avatar yenchenlin avatar yeshengm avatar yk-tanigawa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.