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

Machine Learning with Python: The Basics

Posted By: naag
Machine Learning with Python: The Basics

Machine Learning with Python: The Basics
2017 | English | ASIN: B06XT6M64L | 210 pages | PDF + EPUB (conv) | 0.7 Mb

This book is an exploration of machine learning in Python. The first step is a guide for you on how to get started with machine learning in Python. All the steps which are necessary for you to do machine learning are discussed. You are guided on how to implement the concept of machine learning with Python and the SciPy platform. You are first guided on how to install the various Python libraries which are necessary for such a project to work. The installation methods for the various operating systems are explored. The book also discusses how you can use Python and matplotlib for the purpose of Data Exploration. You will learn how to use these two to load your data, explore data, and Visualizing the Data Images by use of matplotlib. The Principle Component Analysis (PCA) is also examined in detail. Logic Regression, which is very crucial in machine learning is discussed, soyou will learn how to implement it in Python.
The following topics are discussed in this book:
- Getting Started
- Python and matplotlib for Data Exploration
- Logistic Regression