SJHH-Nguyen-D / MadeWithML

Learn how to responsibly deliver value with ML.

Home Page:https://madewithml.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Applied ML Β· MLOps Β· Production
Join 30K+ developers in learning how to responsibly deliver value with ML.

     
πŸ”₯  Among the top MLOps repositories on GitHub


Updating the Repo

Steps to update this forked repo with the changes made in the original repo are here. In case I'm too lazy to look into it, here are the steps:

  1. Set upstream to the original repo, if it doesn't exist already with git remote add upstream https://github.com/GokuMohandas/MadeWithML.git
  2. Fetch changes from the upstream with git fetch upstream
  3. Re-write your master/main branch with the upstream's master with git rebase upstream/main
  4. Then push the changes to your master branch with git push origin main --force

Foundations

Learn the foundations of ML through intuitive explanations, clean code and visuals.

πŸ›   Toolkit πŸ”₯  Machine Learning πŸ€–  Deep Learning
Notebooks Linear Regression CNNs
Python Logistic Regression Embeddings
NumPy Neural Network RNNs
Pandas Data Quality Attention
PyTorch Utilities Transformers

πŸ“†  More topics coming soon!
Subscribe for our monthly updates on new content.


MLOps

Learn how to apply ML to build a production grade product to deliver value.

πŸ“¦  Product πŸ“  Scripting ♻️  Reproducibility
Objective Packaging Git
Solution Organization Pre-commit
Iteration Logging Versioning
πŸ”’  Data Styling Docker
Labeling Makefile πŸš€  Production
Preprocessing Documentation Dashboard
Exploratory data analysis πŸ“¦  Interfaces CI/CD workflows
Splitting Command-line Infrastructure
Augmentation RESTful API Monitoring
πŸ“ˆ  Modeling βœ…  Testing Feature store
Evaluation Code Pipelines
Experiment tracking Data Continual learning
Optimization Models

πŸ“†  New lessons every month!
Subscribe for our monthly updates on new content.


FAQ

Who is this content for?

  • Software engineers looking to learn ML and become even better software engineers.
  • Data scientists who want to learn how to responsibly deliver value with ML.
  • College graduates looking to learn the practical skills they'll need for the industry.
  • Product Managers who want to develop a technical foundation for ML applications.

What is the structure?

Lessons will be released weekly and each one will include:

  • intuition: high level overview of the concepts that will be covered and how it all fits together.
  • code: simple code examples to illustrate the concept.
  • application: applying the concept to our specific task.
  • extensions: brief look at other tools and techniques that will be useful for difference situations.

What makes this content unique?

  • hands-on: If you search production ML or MLOps online, you'll find great blog posts and tweets. But in order to really understand these concepts, you need to implement them. Unfortunately, you don’t see a lot of the inner workings of running production ML because of scale, proprietary content & expensive tools. However, Made With ML is free, open and live which makes it a perfect learning opportunity for the community.
  • intuition-first: We will never jump straight to code. In every lesson, we will develop intuition for the concepts and think about it from a product perspective.
  • software engineering: This course isn't just about ML. In fact, it's mostly about clean software engineering! We'll cover important concepts like versioning, testing, logging, etc. that really makes something production-grade product.
  • focused yet holistic: For every concept, we'll not only cover what's most important for our specific task (this is the case study aspect) but we'll also cover related methods (this is the guide aspect) which may prove to be useful in other situations.

Who is the author?

  • I've deployed large scale ML systems at Apple as well as smaller systems with constraints at startups and want to share the common principles I've learned.
  • Connect with me on Twitter and LinkedIn

Why is this free?

While this content is for everyone, it's especially targeted towards people who don't have as much opportunity to learn. I believe that creativity and intelligence are randomly distributed while opportunities are siloed. I want to enable more people to create and contribute to innovation.


To cite this content, please use:
@misc{madewithml,
    author       = {Goku Mohandas},
    title        = {Made With ML},
    howpublished = {\url{https://madewithml.com/}},
    year         = {2021}
}

About

Learn how to responsibly deliver value with ML.

https://madewithml.com

License:MIT License


Languages

Language:Jupyter Notebook 100.0%