- Machine Learning with Swift
- Alexander Sosnovshchenko
- 170字
- 2021-06-24 18:54:53
Summary
In this chapter, we learned about the main concepts in ML .
We discussed different definitions and subdomains of artificial intelligence, including ML . ML is the science and practice of extracting knowledge from data. We also explained the motivation behind ML . We had a brief overview of its application domains: digital signal processing, computer vision, and natural language processing.
We learned about the two core concepts in ML : the data, and the model. Your model is only as good as your data. A typical ML dataset consists of samples; each sample consists of features. There are many types of features and many techniques to extract useful information from the features. These techniques are known as feature engineering. For supervised learning tasks, dataset also includes label for each of the samples. We provided an overview of data collection and preprocessing.
Finally, we learned about three types of common ML tasks: supervised, unsupervised, and reinforcement learning. In the next chapter, we're going to build our first ML application.
- 電腦軟硬件維修大全(實(shí)例精華版)
- Mastering Delphi Programming:A Complete Reference Guide
- 基于ARM的嵌入式系統(tǒng)和物聯(lián)網(wǎng)開發(fā)
- 計(jì)算機(jī)維修與維護(hù)技術(shù)速成
- Mastering Adobe Photoshop Elements
- OUYA Game Development by Example
- Java Deep Learning Cookbook
- Hands-On Deep Learning for Images with TensorFlow
- Arduino項(xiàng)目案例:游戲開發(fā)
- DevOps實(shí)戰(zhàn):VMware管理員運(yùn)維方法、工具及最佳實(shí)踐
- FPGA進(jìn)階開發(fā)與實(shí)踐
- 微型計(jì)算機(jī)原理及應(yīng)用教程(第2版)
- Spring微服務(wù)實(shí)戰(zhàn)(第2版)
- Hands-On Python Deep Learning for the Web
- 持久內(nèi)存架構(gòu)與工程實(shí)踐