Machine Learning

简介: Machine Learning

介绍

1.工业界的应用

推荐商品

机器客服

穿戴传感器

账号盗刷

预测汽油

无人驾驶

预测房价

2.ML工作流程及相应难点

image.png

problem formulation

collect & process data

train & tune models

deploy modles

monitor

3.challenges

image.png

好的数据(高质量的数据)

隐私数据

模型的训练

监控模型

公平性

4.Roles

image.png

Domain experts: 产品专家 正确部署 商业理解

Data scientists: 数据科学家

ML experts: 定制化产品

SDE: 软件开发工程师 开发维护代码

image.png

image.png

image.png

总结

image.png

  • 公司正在采用ML
  • ML工作流包括:制定问题、准备数据、训练和部署ML模型、监控
  • 本课程将教授数据科学家在Ml工作流阶段所需的技术
相关文章
|
机器学习/深度学习 人工智能 算法
The 10 Algorithms Machine Learning Engineers Need to Know
The 10 Algorithms Machine Learning Engineers Need to Know
|
机器学习/深度学习 移动开发 数据挖掘
Understanding Few-Shot Learning in Computer Vision: What You Need to Know
Few-Shot Learning is a sub-area of machine learning. It’s about classifying new data when you have only a few training samples with supervised information. FSL is a rather young area that needs more research and refinement. As of today, you can use it in CV tasks. A computer vision model can work
184 0
Understanding Few-Shot Learning in Computer Vision: What You Need to Know
《Deep Learning vs.Machine Learning-the essential differences you need to know!》电子版地址
Deep Learning vs.Machine Learning-the essential differences you need to know!
121 0
《Deep Learning vs.Machine Learning-the essential differences you need to know!》电子版地址
|
机器学习/深度学习 算法 Python
Machine Learning-L7-最大熵模型
Machine Learning-L7-最大熵模型
Machine Learning-L7-最大熵模型
|
存储 算法
Machine Learning-L11-KNN
Machine Learning-L11-KNN
Machine Learning-L11-KNN
|
机器学习/深度学习
这就是Machine Learning
这就是Machine Learning
137 0
这就是Machine Learning
|
机器学习/深度学习 算法 数据挖掘
Machine Learning | (12) 非监督学习-k-means
Machine Learning | (12) 非监督学习-k-means
138 0
|
数据挖掘
Machine learning preface
Machine learning Preface Definition T: Task E: Experience P: Performance Sequence: T -> E -> P Supervised learning Definition Give the right answer...
925 0
|
机器学习/深度学习 存储 资源调度
Optimization of Machine Learning
机器学习就是需要找到模型的鞍点,也就是最优点。因为模型很多时候并不是完全的凸函数,所以如果没有好的优化方法可能会跑不到极值点,或者是局部极值,甚至是偏离。
1305 0
|
搜索推荐 Python 算法
Factorization Machine
Factorization Machine---因子分解机 ①target function的推导 logistics regression algorithm model中使用的是特征的线性组合,最终得到的分割平面属于线性模型,但是线性模型就只能处理线性问题,所以对于非线性的问题就有点难处理了,对于这些复杂问题一般是两种解决方法①对数据本身进行处理,比如进行特征转换,和函数高维扩展等等。
1111 0