THE ML ENGINEER — WEEKLY NEWSLETTER
The MachineLearning EngineerIssue #65
Join 70k+ AI professionals receiving weekly curatedarticles, tutorials and blog posts onproduction machine learning.
Issue #65 🤖 - Explainability, Security & MLOps, Python Machine Learning Books, DevOps in Machine Learning, A Tour on E2E ML Platforms, Adversarial ML Reading List + more 🚀
We are proud to announce we have reached over 2500 subscribers for the ML Engineer Newsletter 🚀 and the open source Production Machine Learning repo has reached 3000 stars 🔥🔥🔥 a massive thank you to all our subscribers and community members for all your support ✨👏🎉😃 #LetsKeepDoingThis
This week in Issue #65:
- Explainability, Security & MLOps in Podcast
- Python Machine Learning Books
- DevOps in Machine Learning
- A Tour on E2E ML Platforms
- Adversarial ML Reading List
- Featured OSS Production ML Libraries
- Awesome AI Guidelines to check out this week
- + more 🚀
Forward email, or share the online version on 🐦 Twitter, 💼 Linkedin and 📕 Facebook!
If you would like to suggest articles, ideas, papers, libraries, jobs, events or provide feedback just hit reply or send us an email to a@ethical.institute! We have received a lot of great suggestions in the past, thank you very much for everyone’s support!
Explainability, Security & MLOps
The Data Exchange Podcast comes back this week with a conversation on machine learning explainability, MLOps, adversarial robustness and privacy preserving ML, with Institute for Ethical AI Chief Scientist & Seldon Engineering Director Alejandro Saucedo. In this podcast Ben Lorica and Alejandro dive into some of the key trends in machine learning, as well as some of the core best practices for developing, deploying and monitoring production machine learning at massive scale.
Python Machine Learning Books
A fantastic resource that has been compiled together from some of the best books found through conversations across developers and researchers. Specifically this sub-page has carefully curated Python Books that focus specifically on machine learning. The books referenced in this section are not only great for beginners, but also for intermediate-level ML learners.
DevOps in Machine Learning
What would machine learning look like if you mixed in DevOps? Wonder no more, Seldon Open Source Developer Dr. Ryan Dawson has put together a great piece that outlines the concept of MLOps, together with some of the existing biggest challenges, solutions and best practices, together with some of the initiatives that are advancing these discussions forward.
A Tour on E2E ML Platforms
A fantastic article by Spotify Senior Data Engineer Ian Hellström which aims to provide a high level overview of some of the end-to-end platforms available in the MLOps space. This post dives into Google TFX, Uber Michelangelo, Airbnb Bighead, Netflix Metaflow and more.
Adversarial ML Reading List
Another fantastic resource that dives into the broad world of Adversarial Robustness, which has curated and carefully selected pieces that are recommended as reading list for anyone interested to learn more on the topic. This resource also provides a high level overview that covers the basics, a quick introduction, a complete background and papers broken down by various categories.
OSS: Industrial Strength NLP
The topic for this week’s featured production machine learning libraries is Industrial Strength NLP. We are currently looking for more libraries to add - if you know of any that are not listed, please let us know or feel free to add a PR. The four featured libraries this week are:
- 🤗 Transformers - Huggingface’s library of state-of-the-art pretrained models for Natural Language Processing (NLP).
- Grover - Grover is a model for Neural Fake News — both generation and detection. However, it probably can also be used for other generation tasks.
- Kashgari - Kashgari is a simple and powerful NLP Transfer learning framework, build a state-of-art model in 5 minutes for named entity recognition (NER), part-of-speech tagging (PoS), and text classification tasks.
- Github’s Semantic - Github’s text library for parsing, analyzing, and comparing source code across many languages.
If you know of any libraries that are not in the “Awesome MLOps” list, please do give us a heads up or feel free to add a pull request!
OSS: Awesome AI Guidelines
As AI systems become more prevalent in society, we face bigger and tougher societal challenges. We have seen a large number of resources that aim to takle thiese challenges in the form of AI Guidelines, Principles, Ethics Frameworks, etc, however there are so many resources it is hard to navigate. Because of this we started an Open Source initiative that aims to map the ecosystem to make it simpler to navigate. We will be showcasingitg three resources from our list so we can check them out every week. This week’s resources are:
-
AI & Machine Learning 8 principles for Responsible ML - The Institute for Ethical AI & Machine Learning has put together 8 principles for responsible machine learning that are to be adopted by individuals and delivery teams designing, building and operating machine learning systems
-
An Evaluation of Guidelines - The Ethics of Ethics; A research paper that analyses multiple Ethics principles
-
ACM’s Code of Ethics and Professional Conduct - This is the code of ethics that has been put together in 1992 by the Association for Computer Machinery and updated in 2018
-
From What to How - An initial review of publicly available AI Ethics Tools, Methods and Research to translate principles into practices
If you know of any guidelines that are not in the “Awesome AI Guidelines” list, please do give us a heads up or feel free to add a pull request!