学习mlop的3种最佳免费在线资源

If you enroll in an average machine learning or data science course, chances are, you are only going to hear about algorithms. Some are more practical and teach you how to use certain frameworks and train models, but the majority don’t go beyond that.

如果您参加一门普通的机器学习或数据科学课程,那么很有可能,您只会听说算法。 有些实用性更高,可以教您如何使用某些框架和训练模型,但是大多数都不会超出此范围。

However, this is only a small part of the entire machine learning pipeline. As an engineer or data scientist, your task rarely begins and ends with method development. Rather, most time is spent with data engineering and model serving infrastructure management.

但是,这只是整个机器学习管道的一小部分。 作为工程师或数据科学家,您的任务很少从方法开发开始和结束。 相反,大多数时间都花在数据工程模型服务基础架构管理上

Image for post
Hidden Technical Debt in Machine Learning Systems, D. Sculley, et al. 机器学习系统中的隐藏技术债务,D。Sculley等。

As the community of professionals soon realized this, an increasingly large effort was placed to manage machine learning operations throughout the entire life cycle. Thus, to the analogy of DevOps, the field of MLOps has slowly emerged.

随着专业人士社区很快意识到这一点,在整个生命周期中,人们付出了越来越大的努力来管理机器学习操作。 因此,类似于DevOps,MLOps领域已经慢慢出现。

During the evolution of a technical field, its accessibility goes through three major phases. First, upon its inception, knowledge is not readily available if you are not at the forefront of the efforts. Second, where the first textbooks are written and courses are created, but best practices are still not clear and the information is scattered in several places. Finally, a field reaches a certain level of maturity when it becomes part of a standard curriculum. Deep learning and machine learning are already there.

在技​​术领域的发展过程中,其可访问性经历了三个主要阶段。 首先,从一开始,如果您不在工作的最前沿,就无法获得知识。 第二,编写第一本教科书和创建课程的地方,但是最佳实践仍然不清楚,信息分散在几个地方。 最后,一个领域成为标准课程的一部分时达到一定的成熟度。 深度学习和机器学习已经存在。

However, MLOps is still in the second phase. There are several great learning resources out there, but it can take quite a while to find and filter them. This post aims to do this work for you: we are going to take a look into three of the best places to learn the fundamentals of MLOps.

但是,MLOps仍处于第二阶段。 有很多很棒的学习资源,但是要花很长时间才能找到并过滤它们。 这篇文章旨在为您完成这项工作:我们将研究三个学习MLOps基础的最佳位置。

Let’s get started!

让我们开始吧!

1.全栈深度学习课程 (1. The Full Stack Deep Learning course)

Originally taught at as a boot camp in Berkeley, the Full Stack Deep Learning course has become one of the most comprehensive introductions to the more practical side of machine learning.

全栈深度学习课程最初是在伯克利的一个新兵训练营里教授的,现已成为机器学习更实际方面的最全面的介绍之一。

Recently, they have made the entire lecture series available online, along with the projects

最近,他们与项目一起在线提供了整个讲座系列

Image for post
Full Stack Deep Learning course 全栈深度学习课程

Instead of the theory and model training, their curriculum contains the following lectures:

除了课程的理论和模型训练,他们的课程还包含以下讲座:

  1. Setting up machine learning projects

    设置机器学习项目

  2. Infrastructure and tooling

    基础设施和工具

  3. Data management

    数据管理

  4. Machine learning teams

    机器学习团队

  5. Training and debugging

    培训和调试

  6. Testing and deploying

    测试和部署

Overall, this is the best introduction to the field in my opinion. The material taught runs wide rather than deep, but in the end, you’ll realize how vast MLOps is and how much you don’t know.

总的来说,这是我认为对该领域的最佳介绍。 所讲授的内容广泛而不是深入,但是最终,您将了解到MLOps有多大,您还不知道多少。

2. Andriy Burkov的机器学习工程 (2. Machine Learning Engineering by Andriy Burkov)

Image for post
Machine Learning Engineering by Andriy Burkov 机器学习工程,作者:Andriy Burkov

The Machine Learning Engineering book is written by Andriy Burkov, which perfectly complements the Full Stack Deep Learning course. The book itself is distributed according to the “read first, buy later” principle, which means that if it provided you value, you can support the author by purchasing.

机器学习工程书Andriy Burkov撰写,是对Full Stack深度学习课程的完美补充。 这本书本身是根据“先读后买”原则发行的,这意味着,如果书为您提供了价值,则可以通过购买来支持作者。

Instead of going into the toolkit of MLOps, the book offers more of a “theory of the practice” approach, providing you an overview of the problems, questions, and best practices of machine learning problems.

本书没有进入MLOps工具包,而是提供了更多的“实践理论”方法,为您提供了有关问题,问题和机器学习问题的最佳实践的概述。

If you are interested, you should check out The Hundred-Page Machine Learning Book, which is a more theory-focused reading from the same author.

如果您有兴趣,则应该阅读《百页机器学习手册》 ,这是同一作者更着重于理论的阅读。

3.很棒的MLOps和生产机器学习GitHub列表 (3. Awesome MLOps and production machine learning GitHub lists)

Probably you have encountered the concept before, but if this is the first, an Awesome list is a thematic curated catalog of resources, hosted in the form of a GitHub repository containing only a README file.

也许您以前曾经遇到过这个概念,但是如果这是第一个,那么Awesome列表是按主题整理的一系列资源清单,以仅包含README文件的GitHub存储库的形式托管。

In our case, two very useful lists are the Awesome MLOps and the Awesome Production Machine Learning. While the former focuses on learning resources, the latter complements it with an emphasis on tooling.

在我们的案例中,两个非常有用的列表是Awesome MLOpsAwesome Production Machine Learning 。 前者侧重于学习资源,而后者则侧重于工具。

These lists are useful when you already have a comprehensive view of the MLOps field and you would like to specialize in a given subdomain, such as model serving and monitoring.

当您已经全面了解MLOps字段并且希望专门研究给定的子域(例如模型服务和监视)时,这些列表将非常有用。

As you can already see, managing machine learning projects throughout their entire life cycle is astoundingly complex. However, with this knowledge below your belt, you’ll be ready to tackle many of its challenges. So, go and learn awesome things :)

如您所见,在整个生命周期中管理机器学习项目非常复杂。 但是,有了这些知识之后,您就可以准备应对它的许多挑战。 所以,去学习一些很棒的东西:)

Thank you for reading! If you are interested in MLOps, check out my other articles in the subject!

感谢您的阅读! 如果您对MLOps感兴趣,请查看有关该主题的其他文章!

Thank you for reading! If you are interested in machine learning and data science, check out telesto.ai, where this post was originally published! We are working towards enabling machine learning for everyone by building a competitive marketplace, and we would be happy if you join the journey with us!

感谢您的阅读! 如果您对机器学习和数据科学感兴趣,请访问telesto.ai ,该文章最初发布于此! 我们正在努力通过建立竞争市场来为每个人提供机器学习,如果您加入我们的旅程,我们将非常高兴!

翻译自: https://towardsdatascience.com/the-3-best-free-online-resources-to-learn-mlops-54816904f485

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值