Coder Social home page Coder Social logo

aml-lecture-notes's Introduction

Advanced Machine Learning Lecture Notes Fall 2020

@pierobartolo and @MirkoDeVita98 co-authored these lectures notes for the Advanced Machine Learning course at ETH Zürich. @lucidBrot collected changes from their two repositories, as well as from @advilema and combined them in one repository.

You have all the rights to fork this repository and build upon it as long as you give credits to the authors.

Access

To pull the notes to your local computer you must first clone the repository. In the terminal, navigate to the root directory where you'd like the notes to be located and enter:

git clone https://github.com/pierobartolo/AML-Lecture-Notes
cd AML-Lecture-Notes

You will see a series of .tex files in this folder, which are the latex source files broken down by lecture. To read the files as a pdf, you must compile them with the following command:

pdflatex lecture_x

Once compiled, you should see lecture_x.pdf.

To build all the files at once, you can do (Windows Cygwin. I assume you'd know how to do this if you are on linux):

for i in *.tex; do /cygdrive/f/Programme/MiKTeX_20.11/miktex/bin/x64/pdflatex -halt-on-error -output-directory pdf "$i" ; done

aml-lecture-notes's People

Contributors

advilema avatar lucidbrot avatar mirkodevita98 avatar pdebartol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.