This book focuses on a speci fic sub- field of machine learning called predictive modeling. This is the field of machine learning that is the most useful in industry and the type of machine learning that the scikit-learn library in Python excels at facilitating. Unlike statistics, where models are used to understand data, predictive modeling is laser focused on developing models that make the most accurate predictions at the expense of explaining why predictions are made. Unlike the broader field of machine learning that could feasibly be used with data in any format, predictive modeling is primarily focused on tabular data (e.g. tables of numbers like in a spreadsheet).
Related posts:
Python Modules
Python Machine Learning - Sebastian Raschka
Python String splitlines()
Python Dictionary values()
Introduction to Deep Learning - Eugene Charniak
Introduction to Scientific Programming with Python - Joakim Sundnes
Python if...else Statement
Python Program to Convert Kilometers to Miles
Python Program to Check Prime Number
Python abs()
Python Program to Check Whether a String is Palindrome or Not
Python memoryview()
Python String islower()
An introduction to neural networks - Kevin Gurney & University of Sheffield
Python Program to Get the Full Path of the Current Working Directory
Coding Theory - Algorithms, Architectures and Application
Python Set intersection()
Python Dictionary get()
Python Program to Convert Bytes to a String
Python Program to Display the multiplication Table
Python round()
Python Program to Create a Long Multiline String
Python String translate()
R Deep Learning Essentials - Dr. Joshua F.Wiley
Python List sort()
Pro Deep Learning with TensorFlow - Santunu Pattanayak
Artificial Intelligence by example - Denis Rothman
Python map()
Python sum()
Python Recursion
Python Program to Convert String to Datetime
Python chr()