Introduction to Machine Learning with Python – Andreas C.Muller & Sarah Guido

Machine learning is an integral part of many commercial applications and research projects today, in areas ranging from medical diagnosis and treatment to finding your friends on social networks. Many people think that machine learning can only be applied by large companies with extensive research teams. In this book, we want to show you how easy it can be to build machine learning solutions yourself, and how to best go about it. With the knowledge in this book, you can build your own system for finding out how people feel on Twitter, or making predictions about global warming. The applications of machine learning are endless and, with the amount of data avail‐ able today, mostly limited by your imagination.

Who Should Read This Book

This book is for current and aspiring machine learning practitioners looking to implement solutions to real-world machine learning problems. This is an introduc‐ tory book requiring no previous knowledge of machine learning or artificial intelli‐ gence (AI). We focus on using Python and the scikit-learn library, and work through all the steps to create a successful machine learning application. The meth‐ ods we introduce will be helpful for scientists and researchers, as well as data scien‐ tists working on commercial applications. You will get the most out of the book if you are somewhat familiar with Python and the NumPy and matplotlib libraries.

We made a conscious effort not to focus too much on the math, but rather on the practical aspects of using machine learning algorithms. As mathematics (probability theory, in particular) is the foundation upon which machine learning is built, we won’t go into the analysis of the algorithms in great detail. If you are interested in the mathematics of machine learning algorithms, we recommend the book The Elements of Statistical Learning (Springer) by Trevor Hastie, Robert Tibshirani, and Jerome Friedman, which is available for free at the authors’ website. We will also not describe how to write machine learning algorithms from scratch, and will instead focus on how to use the large array of models already implemented in scikit-learn and other libraries.

Related posts:

Python String istitle()
Introduction to the Math of Neural Networks - Jeff Heaton
Python Program to Count the Number of Each Vowel
Python Program to Trim Whitespace From a String
Python Dictionary keys()
Practical computer vision applications using Deep Learning with CNNs - Ahmed Fawzy Gad
Python Program to Measure the Elapsed Time in Python
Python Program to Split a List Into Evenly Sized Chunks
Python Program to Parse a String to a Float or Int
Python List Comprehension
Introduction to Deep Learning Business Application for Developers - Armando Vieira & Bernardete Ribe...
Python Program to Check If a List is Empty
Python Program to Access Index of a List Using for Loop
Python Program to Check if a Number is Odd or Even
Python compile()
Python Strings
Python Program to Find the Sum of Natural Numbers
Python Program to Remove Punctuations From a String
Python String islower()
Deep Learning Illustrated - A visual, Interactive Guide to Arficial Intelligence First Edition - Jon...
Python Exception Handling Using try, except and finally statement
Python Program to Calculate the Area of a Triangle
Python Program to Find the Factors of a Number
Python input()
Python Program to Shuffle Deck of Cards
Python Program to Convert Decimal to Binary Using Recursion
Python pass statement
Natural Language Processing with Python - Steven Bird & Ewan Klein & Edward Loper
Python String startswith()
Python Program to Print Colored Text to the Terminal
Python break and continue
An introduction to neural networks - Kevin Gurney & University of Sheffield