- 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.
- ATmega16單片機項目驅動教程
- SDL Game Development
- INSTANT Wijmo Widgets How-to
- 3ds Max Speed Modeling for 3D Artists
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- scikit-learn:Machine Learning Simplified
- Learning Stencyl 3.x Game Development Beginner's Guide
- 電腦維護365問
- 分布式微服務架構:原理與實戰
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- STM32自學筆記
- Building Machine Learning Systems with Python
- The Deep Learning with PyTorch Workshop
- 微服務架構基礎(Spring Boot+Spring Cloud+Docker)
- The Reinforcement Learning Workshop