Book Description
Applied Supervised Learning with Python provides you a rich understanding of machine learning, one of the most pursued topics in information science, and Python, one of the most popular scripting languages. Through this book, you'll learn Jupyter Notebooks, the technology used in academic and commercial circles with in-line code running support.
You'll begin the book with an overview of supervised machine learning by looking at some intuitive and real-world examples. You'll study the tools and libraries that Python offers for machine learning. Then, you'll learn the basics of data science in Python, such as slicing, filtering, and merging. You'll explore various techniques used for assessing data quality, learn about regression models, and explore their applications. You'll also study classification and explore concepts, such as K-nearest neighbor classification and decision trees. You'll learn the famous ID3 algorithm that recursively forms splits data to make accurate decision trees. Next on the agenda will be neural networks, the internals of these models, why they work, and how you can modify different architectures to maximize performance. You'll find out more about ensemble modeling, Random Forest classifier, and other methods for combining the results from multiple models. Finally, you'll learn cross-validation to test your algorithm and check how well the model works on data it hasn't 'seen'.
With this book, you'll be equipped to work with machine learning algorithms or create some of your own!