- Applied Deep Learning with Python
- Alex Galea Luis Capelo
- 376字
- 2021-08-13 15:53:10
Data Cleaning and Advanced Machine Learning
The goal of data analytics, in general, is to uncover actionable insights that result in positive business outcomes. In the case of predictive analytics, the aim is to do this by determining the most likely future outcome of a target, based on previous trends and patterns.
The benefits of predictive analytics are not restricted to big technology companies. Any business can find ways to benefit from machine learning, given the right data.
Companies all around the world are collecting massive amounts of data and using predictive analytics to cut costs and increase profits. Some of the most prevalent examples of this are from the technology giants Google, Facebook, and Amazon, who utilize big data on a huge scale. For example, Google and Facebook serve you personalized ads based on predictive algorithms that guess what you are most likely to click on. Similarly, Amazon recommends personalized products that you are most likely to buy, given your previous purchases.
Modern predictive analytics is done with machine learning, where computer models are trained to learn patterns from data. As we saw briefly in the previous chapter, software such as scikit-learn can be used with Jupyter Notebooks to efficiently build and test machine learning models. As we will continue to see, Jupyter Notebooks are an ideal environment for doing this type of work, as we can perform ad-hoc testing and analysis, and easily save the results for reference later.
In this chapter, we will again take a hands-on approach by running through various examples and activities in a Jupyter Notebook. Where we saw a couple of examples of machine learning in the previous chapter, here we'll take a much slower and more thoughtful approach. Using an employee retention problem as our overarching example for the chapter, we will discuss how to approach predictive analytics, what things to consider when preparing the data for modeling, and how to implement and compare a variety of models using Jupyter Notebooks.
By the end of this chapter, you will be able to:
- Plan a machine learning classification strategy
- Preprocess data to prepare it for machine learning
- Train classification models
- Use validation curves to tune model parameters
- Use dimensionality reduction to enhance model performance
- Learning ArcGIS Pro 2
- Python Tools for Visual Studio
- 小學生C++創意編程(視頻教學版)
- 零基礎學單片機C語言程序設計
- Learning Python Design Patterns
- C++寶典
- ElasticSearch Cookbook(Second Edition)
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- Web程序設計:ASP.NET(第2版)
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- Pandas 1.x Cookbook
- Learning Zimbra Server Essentials
- Go語言編程之旅:一起用Go做項目
- C#教程