Smolyakov V. Machine Learning Algorithms in Depth 2024 Final
- Type:
- Other > E-books
- Files:
- 2
- Size:
- 25.9 MiB (27154252 Bytes)
- Uploaded:
- 2024-08-05 15:23 GMT
- By:
- andryold1
- Seeders:
- 54
- Leechers:
- 9
- Info Hash: E5D12536D005B97988B1C644A182FC86F76EA4B2
Textbook in PDF format Learn how machine learning algorithms work from the ground up so you can effectively troubleshoot your models and improve their performance. Fully understanding how machine learning algorithms function is essential for any serious ML engineer. In Machine Learning Algorithms in Depth you’ll explore practical implementations of dozens of ML algorithms including: Monte Carlo Stock Price Simulation Image Denoising using Mean-Field Variational Inference EM algorithm for Hidden Markov Models Imbalanced Learning, Active Learning and Ensemble Learning Bayesian Optimization for Hyperparameter Tuning Dirichlet Process K-Means for Clustering Applications Stock Clusters based on Inverse Covariance Estimation Energy Minimization using Simulated Annealing Image Search based on ResNet Convolutional Neural Network Anomaly Detection in Time-Series using Variational Autoencoders Machine Learning Algorithms in Depth dives into the design and underlying principles of some of the most exciting machine learning (ML) algorithms in the world today. With a particular emphasis on probabilistic algorithms, you’ll learn the fundamentals of Bayesian inference and deep learning. You’ll also explore the core data structures and algorithmic paradigms for machine learning. Each algorithm is fully explored with both math and practical implementations so you can see how they work and how they’re put into action. Purchase of the print book includes a free eBook in PDF and EPUB formats from Manning Publications. About the technology Learn how machine learning algorithms work from the ground up so you can effectively troubleshoot your models and improve their performance. This book guides you from the core mathematical foundations of the most important ML algorithms to their Python implementations, with a particular focus on probability-based methods. About the book Machine Learning Algorithms in Depth dissects and explains dozens of algorithms across a variety of applications, including finance, computer vision, and NLP. Each algorithm is mathematically derived, followed by its hands-on Python implementation along with insightful code annotations and informative graphics. You’ll especially appreciate author Vadim Smolyakov’s clear interpretations of Bayesian algorithms for Monte Carlo and Markov models. What's inside Monte Carlo stock price simulation EM algorithm for hidden Markov models Imbalanced learning, active learning, and ensemble learning Bayesian optimization for hyperparameter tuning Anomaly detection in time-series About the reader For machine learning practitioners familiar with linear algebra, probability, and basic calculus. About the author Vadim Smolyakov is a data scientist in the Enterprise & Security DI R&D team at Microsoft. Table of Contents Part 1 Machine learning algorithms Markov chain Monte Carlo Variational inference Software implementation Part 2 Classification algorithms Regression algorithms Selected supervised learning algorithms Part 3 Fundamental unsupervised learning algorithms Selected unsupervised learning algorithms Part 4 Fundamental deep learning algorithms Advanced deep learning algorithms