- Hands-On Markov Models with Python
- Ankur Ankan Abinash Panda
- 91字
- 2021-07-23 19:12:00
Preface
Using Hidden Markov Models (HMMs) is a technique for modeling Markov processes with unobserved states. They are a special case of Dynamic Bayesian Networks (DBNs) but have been found to perform well in a wide range of problems. One of the areas where HMMs are used a lot is speech recognition because HMMs are able to provide a very natural way to model speech data. This book starts by introducing the theoretical aspects of HMMs from the basics of probability theory, and then talks about the different applications of HMMs.
推薦閱讀
- Arduino入門基礎教程
- 深入理解Spring Cloud與實戰
- 筆記本電腦維修不是事兒(第2版)
- Large Scale Machine Learning with Python
- R Deep Learning Essentials
- 筆記本電腦維修300問
- 深入理解序列化與反序列化
- BeagleBone Robotic Projects
- 電腦組裝與維護即時通
- FreeSWITCH Cookbook
- Istio實戰指南
- 單片機項目設計教程
- Corona SDK Mobile Game Development:Beginner's Guide
- Deep Learning with Keras
- 微服務架構基礎(Spring Boot+Spring Cloud+Docker)