- 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
- Raspberry Pi for Secret Agents(Third Edition)
- 64位匯編語言的編程藝術
- Mastering OpenCV 4
- 軟件工程
- Go并發編程實戰
- Hands-On Full Stack Development with Go
- 常用工具軟件立體化教程(微課版)
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- Swift語言實戰晉級
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- Instant Apache Camel Messaging System
- C語言程序設計與應用實驗指導書(第2版)
- Mastering ASP.NET Web API
- Unity 5 Game Optimization
- C# 10核心技術指南