Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.74 KB

File metadata and controls

22 lines (14 loc) · 1.74 KB

Deep Learning Bootcamp Resources

Tutorial 1: Introduction to ML with SciKit Learn

Slides: ML with Python

In this lab we will use the main tutorial for sentiment analysis, as well as the secondary tutorial on natural language inference (time permitting).

If stuck see the main tutorial solutions and secondary tutorial solutions.

Tutorial 2: Introduction to Deep Learning with PyTorch

Slides: PyTorch

We'll continue our sentiment analysis project with deep learning methods.

Tutorial 3: Advanced Pytorch Tutorial

In this tutorial, we'll continue working on sentiment analysis and introduce RNNs and CNNs.

Tutorial 4: Computer Vision Tutorial

In this tutorial, we'll show you how to build neural networks for image-classification and utilize state of the art models.

Bonus Tutorial: Neural Networks for Chemistry

Time allowing, we'll look at this property prediction tutorial.