Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

marco-morales/QMSS-GR5074_Spring2022

Repository files navigation

QMSS GR5074 - PROJECTS IN ADVANCED MACHINE LEARNING


Instructor:         Marco Morales, Columbia University

TAs:                    Rachel Lee, Columbia University
                           Heinrich Peters, Columbia University

This repository is a companion to the course Projects in Advanced Machine Learning taught at the Quantitative Methods in the Social Sciences program over the Spring of 2022. It contains curated reference materials, slides and sample code. You can find the most updated version of the course syllabus here. Make sure to check regularly for updates.

Resources

Accessing course materials in this repo

  1. install git in your local machine

  2. from the command line, go to the directory where you want to clone this repo

    $ cd <your chosen directory>
    
  3. clone this repository to get a local copy in your machine

    $ git clone https://github.com/marco-morales/QMSS-GR5074_Spring2022.git
    
  4. pull every week before class to sync your local copy with the lates changes pushed to the repo

    $ git pull origin main
    
  5. "Watch" the repository to get notifications each time uptates are pushed

Acknowledgements: Materials in this repository derive from previous iterations of this course taught by Mike Parrot.