Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

A Straightforward Introduction To Machine Learning With Python Implementation

Posted By: ELK1nG
A Straightforward Introduction To Machine Learning With Python Implementation

A Straightforward Introduction To Machine Learning With Python Implementation
English | 2021 | ISBN: B0998WKLMR | 62 pages | PDF,EPUB,AZW3 | 2.29 MB

It is tried to introduce machine learning very easily in this book with python implementation technique. You will find 3 popular machine learning problems and their step by step solutions.


Prediction on iris plants dataset (data is taken from sklearn.datasets)

Titanic - Machine Learning from Disaster (kaggle link :https://www.kaggle.com/c/titanic )

House Prices Advanced Regression Techniques (kaggle link:https://www.kaggle.com/c/house-prices-advanced-regression-techniques )

In chapter 1, some basic machine learning concepts is defined easily. In chapter 2, popular used
python libraries is introduced. How to install, how to use etc. In chapter 3, Implementation
of ML technique in iris plants dataset. In chapter 4, Prediction of survived and dead based
on Titanic - Machine Learning from Disaster data. In chapter 5, Training on House Prices -
Advanced Regression Techniques dataset.

The following steps are done to solve the problems:

Data Preprocessing

Checking data leakage

Handling Categorical variables

Handling missing values

Handling class imbalance

Building model and prediction

Cross validation

Evaluating technique of model

You are cordially invited to read the book.