Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
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 31 1 2 3 4

Machine Learning: Creating an End to End Solution For Absolute Beginners

Posted By: AlexGolova
Machine Learning: Creating an End to End Solution For Absolute Beginners

Machine Learning: Creating an End to End Solution For Absolute Beginners by Shaun Tull
English | October 9, 2018 | ISBN: N/A | ASIN: B07JB516BF | 70 pages | MOBI | 0.74 MB

The 21st Century has seen an explosion in data availability and the rise in processing power of computers; self-driving cars, critical illness diagnosis and predicting fraud, Machine Learning has finally come of age. This book will describe step by step, how to take a dataset and create a machine learning model and deploy this to a web application.

What this book is:
Do you want to start building Machine Learning Models without having to wade through lots of theoretical equation dense, lengthy textbooks? Then read this book.
This book is a practical text, designed to get you up and running, and developing machine learning models. This book is accompanied with a dataset and code, so you can work through the examples and create your first Machine Learning Models in no time at all.

Machine Learning Creating an End to End Solution For Absolute Beginners has been written and designed for absolute beginners. This means plain-English explanations each step of the way. What I will reiterate, this book is a practical text, so to get the most out of this book, I strongly recommend using the Python code, included, which will allow you to build your own Machine Learning Models. This way even if you do not have much programming experience, you can follow along and start to understand what each part of the code is doing.


In this step-by-step guide you will learn:

- What tools and machine learning libraries you need.
- How to load datasets.
- Data Pre-processing techniques, including feature selection, dealing with missing data and one-hot encoding.
- How to build three different Machine Learning Models.
- Hyperparameter Tuning, including k-fold Cross Validation and GridsearchCV.
- How to Compare Machine Learning Models.
- Overfitting / Underfitting and Bias/Variance to improve your machine learning model.
- Synthetic Minority Over-sampling Technique.
- Model Persistence.
- How to deploy your Machine Learning Model to a Web Application.



Frequently Asked Questions
Q: Do I need programming experience to complete this book?
A: This book has been designed for absolute beginners, but if you have a little programming experience or are determined to learn, then you will be fine.


What this book Isn't:

This book is not a guide for how to install software or applications. There are many free online sources on how to install Python packages or software.