• 机器学习平台整理


    开源系列
    cube开源一站式云原生机器学习平台:https://blog.csdn.net/luanpeng825485697/article/details/123619334
    github:https://github.com/tencentmusic/cube-studio

    kubeflow参考
    官网:https://www.kubeflow.org/docs/started/
    参考:https://www.jianshu.com/p/192f22a0b857
    AirFlow/NiFi/MLFlow/KubeFlow进展:https://blog.csdn.net/chenhuipin1173/article/details/100913909
    最好的任务编排工具:Airflow vs Luigi vs Argo vs MLFlow

    总结
    一句话总结就是:kubeflow是一个为 Kubernetes 构建的可组合,便携式,可扩展的机器学习技术栈。
    支持的训练架构-https://www.kubeflow.org/docs/components/training/

    英文对比:
    https://aicurious.io/posts/airflow-mlflow-or-kubeflow-for-mlops/
    https://devsamurai.vn/blog/ml-platform-kuberflow-mlflow-argo-airflow/

    通用型选airflow
    机器学习偏向大规模选kubeflow
    机器学习偏向小规模选mlflow

    1. 5. How to choose between Airflow+Mlflow, and Kubeflow?
    2. To sum up, I have some recommendations from my personal perspective:
    3. If your system needs to deal with multiple types of workflow, not just machine learning, Airflow may support you better. It is a mature workflow orchestration frameworks with support for a lot of operators besides machine learning.
    4. If you want a system with predesigned patterns for machine learning, and run at large scale on Kubenetes clusters, you may want to consider Kubeflow. Many ML specific components in Kubeflow can save your time implementing from scratch in Airflow.
    5. If you want to deploy MLOps in a small scale system (for example, a workstation, or a laptop), picking Airflow+MLflow stack can eliminate the need of setting up and running a Kubenetes system, and save more resources for the main tasks.
    6. This blog post has briefly shown the differences between three popular MLOps frameworks (Airflow, MLflow and Kubeflow). Hope that it helps you in making decision between 2 stacks (Airflow + MLflow and Kubeflow). If you want to talk more about these frameworks or recommend others, please comment beflow. Thank you very much!

  • 相关阅读:
    腾讯游戏革命:手游内400+AI角色个性化成长,成本削减90%|TodayAI
    Linux命令(92)之rm
    多线程并发、线程池、同步方法、同步代码块(锁)
    【QT系列教程】之二创建项目和helloworld案例
    winform 应用程序 添加 wpf控件后影响窗体DPI改变
    1916. 统计为蚁群构筑房间的不同顺序 费马小定理+快速幂+DFS
    毕业设计-基于机器视觉的口罩佩戴检测识别
    @JSONField注解的使用
    Monkey测试
    Java使用JavaMail进行邮件的发送和读取
  • 原文地址:https://blog.csdn.net/yangyin007/article/details/133989636