Book Image

Python: Deeper Insights into Machine Learning

By : David Julian, Sebastian Raschka, John Hearty
Book Image

Python: Deeper Insights into Machine Learning

By: David Julian, Sebastian Raschka, John Hearty

Overview of this book

Machine learning and predictive analytics are becoming one of the key strategies for unlocking growth in a challenging contemporary marketplace. It is one of the fastest growing trends in modern computing, and everyone wants to get into the field of machine learning. In order to obtain sufficient recognition in this field, one must be able to understand and design a machine learning system that serves the needs of a project. The idea is to prepare a learning path that will help you to tackle the real-world complexities of modern machine learning with innovative and cutting-edge techniques. Also, it will give you a solid foundation in the machine learning design process, and enable you to build customized machine learning models to solve unique problems. The course begins with getting your Python fundamentals nailed down. It focuses on answering the right questions that cove a wide range of powerful Python libraries, including scikit-learn Theano and Keras.After getting familiar with Python core concepts, it’s time to dive into the field of data science. You will further gain a solid foundation on the machine learning design and also learn to customize models for solving problems. At a later stage, you will get a grip on more advanced techniques and acquire a broad set of powerful skills in the area of feature selection and feature engineering.
Table of Contents (6 chapters)
4
A. Biblography
5
Index

What this learning path covers

Module 1, Python Machine Learning, discusses the essential machine algorithms for classification and provides practical examples using scikit-learn. It teaches you to prepare variables of different types and also speaks about polynomial regression and tree-based approaches. This module focuses on open source Python library that allows us to utilize multiple cores of modern GPUs.

Module 2, Designing Machine Learning Systems with Python, acquaints you with large library of packages for machine learning tasks. It introduces broad topics such as big data, data properties, data sources, and data processing .You will further explore models that form the foundation of many advanced nonlinear techniques. This module will help you in understanding model selection and parameter tuning techniques that could help in various case studies.

Module 3, Advanced Machine Learning with Python, helps you to build your skill with deep architectures by using stacked denoising autoencoders. This module is a blend of semi-supervised learning techniques, RBM and DBN algorithms .Further this focuses on tools and techniques which will help in making consistent working process.