rasbt / posit2023-python-ml

Workshop materials for posit::conf(2023)

Home Page:https://posit.co/conference/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning and Deep Learning with Python

Workshop materials for posit::conf 2023 in Chicago

by Sebastian Raschka


🗓️ September 18, 2023
⏰ 09:00 am - 5:00 pm CDT
🏨 Grand Hall J
✍️ pos.it/conf

Please also check the official Tutorial Schedule for updates.


 

Abstract

In this workshop, you will learn the machine and deep learning fundamentals using a modern open-source stack. We’ll start with a brief introduction to Python’s scientific computing libraries, including NumPy, Pandas, and Matplotlib, which provide the foundation for data analysis and visualization. From there, we will dive into the scikit-learn API, a user-friendly, open-source library for machine learning in Python.

In the second part of this workshop, we will also cover deep learning concepts and introduce PyTorch, the most widely used deep learning research library. You will also learn about training multi-layer neural networks efficiently using multi-GPU and mixed-precision techniques. Finally, we will explore how to use a pretrained large language transformer and fine-tune it on a custom downstream task using PyTorch.

By the end of this workshop, you will have a good understanding of the fundamental principles of machine learning and be able to construct advanced classification pipelines for tabular data using scikit-learn. Additionally, you will gain experience in image classification and natural language processing techniques using PyTorch and be able to implement them in your own predictive modeling projects effectively.

This workshop is for you if you:

  • are a researcher, programmer, or engineer who wants to apply machine learning and deep learning
  • are a scientific computing practitioner who is interested in predictive modeling
  • are a problem solver who want to learn about Python-tools for tabular, image, and text data

 

Material & Preparation

The workshop material will be posted ahead of time but may be updated on the weekend before the event. To prepare for the workshop, there are only 4 small action items prior to the workshop are

  1. (Optional) If you are new to Python, you may find the Python Setup Guide (./00-1_python-setup-guide) helpful, which mainly describes how I set up Python on my computer(s).
  2. Please go through Python Library Installation (./00-2_python-libraries-for-workshop) guide to ensure you have all the required libraries installed prior to the workshop.
  3. I recommend downloading this repository before the event so you can access the materials offline in case of a slow internet connection during the workshop.
  4. If you are new to Python, it would be useful to read about the basics of array computing in NumPy (e.g., see my blog article Scientific Computing in Python: Introduction to NumPy and Matplotlib); but no worries, will will only be needing a smaller subset of these features.
  5. And, of course, please bring your laptop (and charger) to get the most out of this workshop!

Looking forward to seeing you there!

PS: If you have any questions, please feel free to reach out via the Discussion page here on GitHub.

 

Schedule and Slides

Time Activity
9:00 am - 10:30 am (1) Introduction to machine learning [Slides] [Code]
(2) The scikit-learn API [Slides] [Code]
10:30 am - 11:00 am Coffee break
11:00 am - 12:30 pm (3) Data processing in Python [Slides] [Code]
(4) Evaluating & tuning machine learning classifiers [Slides] [Code]
12:30 pm - 1:30 pm Lunch break
1:30 pm - 3:00 pm (5) Introduction to deep learning [Slides] [Code]
(6) Understanding PyTorch [Slides] [Code]
(7) Training deep neural networks [Slides] [Code]
3:00 pm - 3:30 pm Coffee break
3:30 pm - 5:00 pm (8) Accelerating PyTorch model training [Slides] [Code]
(9) Finetuning Large Language Models [Slides] [Code]
(10) Conclusion [Slides] [Code]
Bonus materials (11) Organizing PyTorch code [Slides] [Code]
(12) Advanced features and techniques [Slides] [Code]

 

About the Instructor

My name is Sebastian Raschka, and I have been working on machine learning and AI for more than a decade.

Next to being a researcher, I also have a strong passion for education and am best known for my bestselling books on machine learning using open-source software.

After my PhD, I joined the University of Wisconsin-Madison as a professor in the Department of Statistics, where I focused deep learning and machine learning research until 2023.

Taking a yearlong break from academia, I joined Lightning AI in 2022, where I now focus on AI and LLM research, developing open-source software, and creating educational material.

About

Workshop materials for posit::conf(2023)

https://posit.co/conference/

License:Apache License 2.0


Languages

Language:Jupyter Notebook 90.5%Language:Python 9.5%