Skip to content

Latest commit

 

History

History

resources

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Workshop resources

General

Data team notes on each project can be found here (for better or for worse).

Last year's repository is also available, which contains a list of resources and tutorials (from the first week of the workshop).

Python

First, a list of documentation for major packages:

  • scikit-learn for scientific computaiton and some machine learning
  • pandas for dataframes
  • numpy for fast matrix operations
  • dask for distributed dataframes
  • PyTorch for dynamically constructed neural networks in Python. Well documented.
  • keras for neural networks built on Tensorflow or Theano. Visit the keras blog for myriad tutorials. Documentation is only so-so.

Also, a long list of useful Python-related tutorials.

NLP

Other

Computing

Tutorials