机器学习与分布式机器学习

机器学习-什么是机器学习? (Machine Learning - What is Machine Learning?)

Consider the following figure that shows a plot of house prices versus its size in sq. ft.

考虑下图,该图显示了房价与平方英尺之间的关系图。

After plotting various data points on the XY plot, we draw a best-fit line to do our predictions for any other house given its size. You will feed the known data to the machine and ask it to find the best fit line. Once the best fit line is found by the machine, you will test its suitability by feeding in a known house size, i.e. the Y-value in the above curve. The machine will now return the estimated X-value, i.e. the expected price of the house. The diagram can be extrapolated to find out the price of a house which is 3000 sq. ft. or even larger. This is called regression in statistics. Particularly, this kind of regression is called linear regression as the relationship between X & Y data points is linear.

在XY绘图上绘制各种数据点之后,我们绘制一条最适合的线来对给定尺寸的其他房屋进行预测。 您将已知数据输入机器,并要求其找到最合适的线。 一旦机器找到最合适的线,您将通过输入已知的房屋大小(即上述曲线中的Y值)来测试其适用性。 机器现在将返回估计的X值,即房屋的预期价格。 可以对该图进行推断,以找出3000平方英尺甚至更大的房屋价格。 这称为统计回归。 特别是,由于X和Y数据点之间的关系是线性的,因此这种回归称为线性回归。

In many cases, the relationship between the X & Y data points may not be a straight line, and it may be a curve with a complex equation. Your task would be now to find out the best fitting curve which can be extrapolated to predict the future values. One such application plot is shown in the figure below.

在许多情况下,X和Y数据点之间的关系可能不是直线,而可能是具有复杂方程式的曲线。 您现在的任务是找出最佳拟合曲线,可以将其外推以预测未来值。 下图显示了一个这样的应用程序图。

Source:

资源:

https://upload.wikimedia.org/wikipedia/commons/c/c9/

https://upload.wikimedia.org/wikipedia/commons/c/c9/

You will use the statistical optimization techniques to find out the equation for the best fit curve here. And this is what exactly Machine Learning is about. You use known optimization techniques to find the best solution to your problem.

您将在此处使用统计优化技术来找到最佳拟合曲线的方程式。 这正是机器学习的目的。 您使用已知的优化技术来找到问题的最佳解决方案。

Next, let us look at the different categories of Machine Learning.

接下来,让我们看一下机器学习的不同类别。

翻译自: https://www.tutorialspoint.com/machine_learning/what_is_machine_learning.htm

机器学习与分布式机器学习

机器学习与分布式机器学习_机器学习-什么是机器学习?相关推荐

  1. 第一章-机器学习简介 深度之眼_吴恩达机器学习作业训练营

    目录 专栏简介: 一,机器学习简介 1.1 机器学习定义 1.1 机器学习的重要性 1.2 应用领域 二.监督学习 三.无监督学习 四.总结 专栏简介: 本栏主要内容为吴恩达机器学习公开课的学习笔记, ...

  2. 机器学习 训练验证测试_测试前验证| 机器学习

    机器学习 训练验证测试 In my previous article, we have discussed about the need to train and test our model and ...

  3. 机器学习处理信号分离_[学习笔记]使用机器学习和深度学习处理信号基础知识...

    参考学习:Signal Generation and Preprocessing 本人只是为了了解信号处理的基础知识而做的学习笔记,涉及深度可能不够,有理解错误的地方请大胆指出,感激不尽 一.信号生成 ...

  4. 机器学习与分布式机器学习_机器学习的歧义

    机器学习与分布式机器学习 超越最高精度 (Beyond Achieving Top Accuracy) We are familiar with the idea of using machine l ...

  5. 机器学习与分布式机器学习_我将如何再次开始学习机器学习(3年以上)

    机器学习与分布式机器学习 重点 (Top highlight) I'm underground, back where it all started. Sitting at the hidden ca ...

  6. 机器学习与分布式机器学习_机器学习治疗抑郁症

    机器学习与分布式机器学习 重点 (Top highlight) Machine learning is a hot topic that has permeated numerous public a ...

  7. 机器学习与分布式机器学习_机器学习应运而生

    机器学习与分布式机器学习 Human mortality is not a deterministic process (unless you happen to be living in a sci ...

  8. 机器学习与分布式机器学习_这就是为什么任何人都可以学习机器学习的原因

    机器学习与分布式机器学习 by Siraj Raval 通过Siraj Raval 这就是为什么任何人都可以学习机器学习的原因 (This is why anyone can learn Machin ...

  9. 机器学习与分布式机器学习_为什么机器学习没有捷径

    机器学习与分布式机器学习 大数据仍然是1%的游戏. 正如奥赖利(O'Reilly)的新调查数据所暗示的那样,这是15%. 根据调查,大多数企业(85%)仍未破解AI和机器学习的代码. 仅有15%的&q ...

  10. 机器学习与分布式机器学习_我如何学习机器学习

    机器学习与分布式机器学习 My experience on How I got started and gradually learned the basics. 我在开始和逐步学习基础方面的经验. ...

最新文章

  1. mod php是什么意思,mod_php模式原理探析
  2. 新增方法java_Java8_map新增方法
  3. 枚举值转换(字符串转换为枚举和整数转换为枚举)
  4. Asp.NET中如何一次性下载多个文件
  5. 从微软的DBML文件中我们能学到什么(它告诉了我们什么是微软的重中之重)~三 分部类是否破坏了单一职责...
  6. python post 请求登录后的页面_python - 学习模拟登录,卡在发送POST请求之后?
  7. JavaScript学习(七十八)—实现对数据的浅拷贝和深拷贝
  8. 栈在表达式求值中的应用
  9. bzoj3224: Tyvj 1728 普通平衡树
  10. VS2015 CDKEY
  11. 解决ojdbc14库引用问题
  12. 一用就会Cron表达式生成器
  13. 领取敬业福或新春红包
  14. iOS开发中动画之点赞图标放大效果
  15. 建立桌面文件管理格子_让你的电脑桌面井井有条,3款桌面整理工具推荐
  16. Lua中获取指定月份总天数
  17. 用遗传算法求解TSP问题
  18. 齐次坐标 (Homogeneous Coordinate)
  19. php++i和i++区别_PHP和i,第1部分
  20. 英国药品信息数据查询(网址)

热门文章

  1. 更新!2021智能仓储物流之最全AGV企业供应商名录
  2. Java 获取本机IP地址
  3. Tcplistener服务端与tcpclient客户端使用
  4. 基于MATLAB retinex的图像去雾系统
  5. 随机森林简单回归预测
  6. jensen不等式(jensen不等式对于凹函数)
  7. JUCE框架教程(7)——AudioBuffer基础如何生成音频Output
  8. wav格式怎么转换成mp3?
  9. 高阶整车域控制器的详细设计方案
  10. java+毕业设计+进销存管理系统+源码+论文.rar