Skip to content

Latest commit

 

History

History
109 lines (91 loc) · 7.74 KB

README.md

File metadata and controls

109 lines (91 loc) · 7.74 KB

fast.ai v3 part 2 PyTorch learning group

This is the repository for the upcoming learning group meetup in October based on fast.ai v3 part 2 course, fastai v2 library development, and PyTorch v1.2 course taking place in Vienna. (See also the repository from the previous fastai pytorch course in Vienna v1 based on the fast.ai v3 part 1 course material.)

❗ Please register in order to get the updates for the meetups.

❔ Prerequisites

For this learning group meetup you are expected to have basic knowledge of deep learning or have gone through the fast.ai v3 part 1 course material and to have at least one year experience with programming. You should feel comfortable with programming in Python as well as having basic knowledge in Calculus and Linear Algebra. Some machine learning background is advised to make best use of the course.

📅 Dates

🐍 PyTorch Python part

  • Lesson 8: 16.10.2019 18:00-20:00 - Matrix multiplicatio; Forward and backward passes - Michael Pieler
  • Lesson 9: 6.11.2019 18:30-20:30 - Loss functions, optimizers, and the training loop - Liad Magen & Thomas Keil
  • Lesson 10: 20.11.2019 18:30-20:30
  • Lesson 11: exact day to be announced soon
  • Lesson 12: 18.12.29019 18:30-20:30

🎄 Xmas break

🧮 Swift4Tensorflow part

  • Lesson 13: tba
  • Lesson 14: tba

Note: All the learning group meetups will take place at Nic.at, Karlsplatz 1, 1010 Wien.

📖 Lesson material

Lesson 8 - Matrix multiplication; forward and backward passes

(The first lesson already starts with number 8, because the part 1 course contained 7 lessons.)

Lesson 9 - Loss functions, optimizers, and the training loop

Lesson 10 - Looking inside the model

Lesson 11 - Data Block API, and generic optimizer

Lesson 12 - Advanced training techniques; ULMFiT from scratch

Lesson 13 - Basics of Swift for Deep Learning

Lesson 14 - C interop; Protocols; Putting it all together

🗄️ Information material

📚 Course

🛠️ Preparation

💡 Others