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

Mastering Machine Learning Algorithms

Posted By: Grev27
Mastering Machine Learning Algorithms

Mastering Machine Learning Algorithms: Expert techniques to implement popular machine learning algorithms and fine-tune your models by Giuseppe Bonaccorso
English | 25 May 2018 | ISBN: 1788621115 | 576 Pages | EPUB | 94.35 MB

Explore and master the most important algorithms for solving complex machine learning problems.

Key Features
Discover high-performing machine learning algorithms and understand how they work in depth.
One-stop solution to mastering supervised, unsupervised, and semi-supervised machine learning algorithms and their implementation.
Master concepts related to algorithm tuning, parameter optimization, and more
Book Description
Machine learning is a subset of AI that aims to make modern-day computer systems smarter and more intelligent. The real power of machine learning resides in its algorithms, which make even the most difficult things capable of being handled by machines. However, with the advancement in the technology and requirements of data, machines will have to be smarter than they are today to meet the overwhelming data needs; mastering these algorithms and using them optimally is the need of the hour.

Mastering Machine Learning Algorithms is your complete guide to quickly getting to grips with popular machine learning algorithms. You will be introduced to the most widely used algorithms in supervised, unsupervised, and semi-supervised machine learning, and will learn how to use them in the best possible manner. Ranging from Bayesian models to the MCMC algorithm to Hidden Markov models, this book will teach you how to extract features from your dataset and perform dimensionality reduction by making use of Python-based libraries such as scikit-learn. You will also learn how to use Keras and TensorFlow to train effective neural networks.

If you are looking for a single resource to study, implement, and solve end-to-end machine learning problems and use-cases, this is the book you need.

What you will learn
Explore how a ML model can be trained, optimized, and evaluated
Understand how to create and learn static and dynamic probabilistic models
Successfully cluster high-dimensional data and evaluate model accuracy
Discover how artificial neural networks work and how to train, optimize, and validate them
Work with Autoencoders and Generative Adversarial Networks
Apply label spreading and propagation to large datasets
Explore the most important Reinforcement Learning techniques
Who This Book Is For
This book is an ideal and relevant source of content for data science professionals who want to delve into complex machine learning algorithms, calibrate models, and improve the predictions of the trained model. A basic knowledge of machine learning is preferred to get the best out of this guide.

Table of Contents
Machine Learning Model Fundamentals
Introduction to Semi-Supervised Learning
Graph-based Semi-Supervised Learning
Bayesian Networks and Hidden Markov Models
EM algorithm and applications
Hebbian Learning
Advanced Clustering and Feature Extraction
Ensemble Learning
Neural Networks for Machine Learning
Advanced Neural Models
Auto-Encoders
Generative Adversarial Networks
Deep Belief Networks
Introduction to Reinforcement Learning
Policy estimation algorithms