- The Machine Learning Workshop
- Hyatt Saleh
- 184字
- 2021-06-18 18:23:56
Summary
ML consists of constructing models that are able to convert data into knowledge that can be used to make decisions, some of which are based on complicated mathematical concepts to understand data. Scikit-learn is an open source Python library that is meant to facilitate the process of applying these models to data problems, without much complex math knowledge required.
This chapter explained the key steps of preprocessing your input data, from separating the features from the target, to dealing with messy data and rescaling the values of the data. All these steps should be performed before ping into training a model as they help to improve the training times, as well as the performance of the models.
Next, the different components of the scikit-learn API were explained: the estimator, the predictor, and the transformer. Finally, this chapter covered the difference between supervised and unsupervised learning, and the most popular algorithms of each type of learning were introduced.
With all of this in mind, in the next chapter, we will focus on detailing the process of implementing an unsupervised algorithm for a real-life dataset.
- Learning Cocos2d-x Game Development
- Augmented Reality with Kinect
- FPGA從入門到精通(實戰篇)
- 龍芯應用開發標準教程
- 基于Proteus和Keil的C51程序設計項目教程(第2版):理論、仿真、實踐相融合
- 精選單片機設計與制作30例(第2版)
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- Blender Game Engine:Beginner's Guide
- 觸摸屏應用技術從入門到精通
- 單片機原理及應用
- The Applied Artificial Intelligence Workshop
- 分布式存儲系統:核心技術、系統實現與Go項目實戰
- 筆記本電腦現場維修實錄
- ActionScript Graphing Cookbook
- PIC系列單片機的流碼編程