THE ML ENGINEER — WEEKLY NEWSLETTER
The MachineLearning EngineerIssue #85
Join 70k+ AI professionals receiving weekly curatedarticles, tutorials and blog posts onproduction machine learning.
Issue #85 🤖 - Experts Recommend ML Books, Why NLP Beyond English, Kubeflow ML Prod Workflow, Configuring Cross-Validation, Philosophers on GPT-3 (feat. AI) + more 🚀
This week in Issue #85:
- Experts Recommend ML Books
- Why NLP Beyond English
- Kubeflow ML Prod Workflow
- Configuring K-Fold Cross-Validation
- Philosophers on GPT-3 (feat. AI)
- 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!
Experts Recommend ML Books
The team at MentorCruise asked dozens of experts and professionals in Machine Learning about their favourite books, and they have compiled a list of their top recommendations. In this list they further categorised the books by topic, including fundamentals, coding, practical ML, specializations, and theory.
Why NLP Beyond English
Over 7000 languages are spoken around the world, but NLP research has mostly focused on English. Sebastian Ruder has put together an article that outlines why you should work on languages other than English, including motivations, potential and action points.
Kubeflow ML Prod Workflow
The Kubeflow team has launched version 1.1 of their end-to-end cloud native machine learning ecosystem. They have put together a post that outlines the key focuses, which improve the ML Workflow Productivity, Isolation, Security, GitOps and beyond.
Configuring Cross-Validation
Machine Learning Mastery has put together a hands on tutorial that showcases how to leverage k-fold cross validation, which is a foundational and important concept in machine learning model evaluation. In this tutorial they cover how to evaluate ML models, how to perform sensitivity analysis for k-fold cross validation, and how to calculate correlations between cross-validation tests and ideal test conditions.
Philosophers on GPT-3 (feat. AI)
Nine philosophers explore the various issues and questions raised by the newly released language model, GPT-3. The content contributed from these philosophers is broken down into further 9 topics, including consciousness, justice and creativity.
OSS: Model Serving Framework
The topic for this week’s featured production machine learning libraries is Model Serving Frameworks. 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:
- KFServing - Serverless framework to deploy machine learning models in Kubernetes with KNative
- Seldon Core - Open source platform for deploying and monitoring models in kubernetes with rich DAG structures
- Cortex - Cortex is an open source platform for deploying machine learning models—trained with nearly any framework—as production web services.
- Tensorflow Serving - High-performant framework to serve Tensorflow models via grpc protocol able to handle 100k requests per second per core
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!