/GetCards

Notebook to download machine learning flashcards

Primary LanguageJupyter Notebook

GetCards

Data scientist Chris Albon has been posting pictures of his machine learning flash cards on Twitter. Here is how to automatically download them using python.

For OSX/Linux

In case you do not have the modules used in the notebook nor jupyter installed, simply type

  • pip install -r module_list.txt

into terminal. Then run the notebook from terminal with

  • jupyter notebook Get\ Flashcards.ipynb