Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
github.com/chiphuyen/machine-learning-systems-design
Read this booklet here.
This booklet was my initial attempt to write about machine learning systems design back in 2019. My understanding of the topic has gone through significant iterations since then. My book Designing Machine Learning Systems (O'Reilly, June 2022) is much more comprehensive and up-to-date. The new book's repo contains the full table of contents, chapter summaries, and random thoughts on MLOps tooling.
This booklet covers four main steps of designing a machine learning system:
It comes with links to practical resources that explain each aspect in more details. It also suggests case studies written by machine learning engineers at major tech companies who have deployed machine learning systems to solve real-world problems.
At the end, the booklet contains 27 open-ended machine learning systems design questions that might come up in machine learning interviews. The answers for these questions will be published in the book Machine Learning Interviews. You can look at and contribute to community answers to these questions on GitHub here. You can read more about the book and sign up for the book's mailing list here.
This is work-in-progress so any type of contribution is very much appreciated. Here are a few ways you can contribute:
This book was created using the wonderful magicbook
package. For detailed instructions on how to use the package, see their GitHub repo. The package requires that you have node
. If you're on Mac, you can install node
using:
brew install node
Install magicbook
with:
npm install magicbook
Clone this repository:
git clone https://github.com/chiphuyen/machine-learning-systems-design.git
cd machine-learning-systems-design
After you've made changes to the content in the content
folder, you can build the booklet by the following steps:
magicbook build
You'll find the generated HTML and PDF files in the folder build
.
I'd like to thank Ben Krause for being a great friend and helping me with this draft!
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.