Skip to content

camille-vanhoffelen/modern-ML-engineer

Repository files navigation

🎓 The Modern Machine Learning Engineer

nbviewer Binder colab

🤗 Welcome!

This is a course which teaches you how to build useful ML software.

This course aims wide. We will cover all topics required to be a successful ML engineer. This includes data engineering, data exploration, data analysis, and ML engineering, and frameworks like numpy, pandas, sklearn, keras, and pytorch (for a full list check the syllabus and the learning goals section).

This course is lean. You will learn just enough to build AI solutions from scratch. ML is a vast subject however, and resources are provided for deeper dives into any of its fields.

This course is pragmatic. All lectures consist of slides explaining key theoretical concepts, followed by a hands-on python notebook with coding exercises.

✅ What this course will do:

  • teach you all the theory and skills required to create effective, scalable, robust, ethical machine learning systems
  • give you hands-on experience training, improving, and deploying ML models
  • make you employable in the AI industry
  • turn you into a jack of all trades
  • guide you to become a master of few
  • share some low quality AI memes

❌ What this course won't do:

  • give you 10 years of experience in ML
  • turn you into a Deep Learning wizard
  • make you publish a paper at NeurIPS
  • build Skynet

🤔 Why this course?

What once was a niche research topic has blossomed into a mature engineering field. There are excellent online degrees that focus on ML theory, and great practical courses that cover frameworks. But the barrier remains high to start a career in AI, as none of these teach you how to build ML products from scratch. This course's purpose is to enable all coders to get out there and solve the world's problems one neural network at a time.

👽 Who is this for?

This course is perfect for the software engineer curious about ML technologies, the data scientist looking to move past Kaggle kernels, or the AI enthusiast wondering how systems are built in the real world.

Beginner programming skills are required. A little python experience (can you define a function?), and some statistical basics (what's a standard deviation?) are recommended.

👨‍🏫 Who is this by?

Camille Van Hoffelen has worked as an ML engineer for the past 6 years, with a focus on large scale Natural Language Processing systems. This course was taught at Ilia State University, Georgia, in 2020.

🚀 How should I use this course?

Here's a few ideas:

  • For each lecture, read the slides, then go through the notebooks. Complete the 💪 and 🧠 exercises, then flip through the additional resources.
  • Skip straight to a particular section/lecture if you have already taken 50 billion ML courses.
  • Forget about the slides, find the notebook for that method you can't remember how to use, and copy paste to your heart's content.
  • Test yourself with the assignments. Become the nerdiest Pokemon trainer there ever was.

Notebooks can be viewed in github, viewed in nbviewer, run locally with jupyter, run with mybinder, or run with google colab.

Syllabus

Introduction

Chapter 1: Data Engineering

Chapter 2: Data Exploration

Chapter 3: Data Analysis

Chapter 4: ML Engineering

  • 4.1 Fundamentals of ML Engineering
    slides notebook
  • 4.2 Evaluation Pt.1
    slides notebook
  • 4.3 Evaluation Pt.2
    slides notebook
  • 4.4 Error Analysis
  • 4.5 Hyperparameter Optimization
  • 4.6 ML Challenges
  • 4.7 ML Labs
  • 4.8 Datasets & Labeling
  • 4.9 ML Architecture
  • 4.10 ML Deployment
  • 4.11 Data Privacy & Security
  • 4.12 ML Ethics

Assignments

Learning Goals

This course is designed to step through the journey of building a production data application, as reflected in the following learning goals:

  • Storing and Managing Data
    Students can build data lakes and data repositories, as well as data pipelines to automate the gathering and processing of data.
  • Exploring and Analysing Data
    Students can describe, visualise, and provide insights into tabular, time series, image, text, and geospatial data.
  • Building a Machine Learning Product
    Students can build useful classification, regression, and clustering tools using Machine Learning methods.
  • Being Ethical and Secure
    Students understand the importance of privacy in data driven methods, and the responsibility of engineers concerning the impact of these technologies.

Assignments

The coursework is split between four small assignments, a final project, and a final presentation.

The small assignments serve to synthesise the previous course content on your own, and put it to practice. They are all coding exercises: you will be given resources and/or code stubs, and will submit runnable code and some observations (see assignments readme).

The final project tests everything that you have learnt from this course. This is a python notebook report like those data scientists make to share their experimental progress. It tests your ability to design, carry out, and communicate machine learning experiments. This is complemented by the final presentation, a 15mn talk to synthesize, and discuss the results. (see final project readme).

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. See the LICENSE.txt file for details.

About

Introduction to Machine Learning - Ilia State University

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published