๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Hands-On Markov Models with Python

โœ Scribed by Ankur Ankan, Abinash Panda


Publisher
Packt Publishing
Year
2018
Tongue
English
Leaves
178
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Hidden Markov Model (HMM) is a statistical model based on the Markov chain concept. Hands-On Markov Models with Python helps you get to grips with HMMs and different inference algorithms by working on real-world problems. The hands-on examples explored in the book help you simplify the process flow in machine learning by using Markov model concepts, thereby making it accessible to everyone.

Once youโ€™ve covered the basic concepts of Markov chains, youโ€™ll get insights into Markov processes, models, and types with the help of practical examples. After grasping these fundamentals, youโ€™ll move on to learning about the different algorithms used in inferences and applying them in state and parameter inference. In addition to this, youโ€™ll explore the Bayesian approach of inference and learn how to apply it in HMMs.

In further chapters, youโ€™ll discover how to use HMMs in time series analysis and natural language processing (NLP) using Python. Youโ€™ll also learn to apply HMM to image processing using 2D-HMM to segment images. Finally, youโ€™ll understand how to apply HMM for reinforcement learning (RL) with the help of Q-Learning, and use this technique for single-stock and multi-stock algorithmic trading.

By the end of this book, you will have grasped how to build your own Markov and hidden Markov models on complex datasets in order to apply them to projects.

โœฆ Table of Contents


1 Introduction to the Markov Process
2 Hidden Markov Models
3 State Inference - Predicting the States
4 Parameter Learning Using Maximum Likelihood
5 Parameter Inference Using the Bayesian Approach
6 Time Series Predicting
7 Natural Language Processing
8 2D HMM for Image Processing
9 Markov Decision Process
A Appendix A: Other Books You May Enjoy
A Appendix B: Index

โœฆ Subjects


Statistics, Markov Processes, Markov Chains, Hidden Markov Models, Python


๐Ÿ“œ SIMILAR VOLUMES