Posts

Showing posts from July 11, 2024

New Post

Hidden Markov Model (HMM)

Image
Hidden Markov Model (HMM)  VIDEO LINK:  https://youtu.be/YIGCWNG8BIA A Hidden Markov Model (HMM) is a statistical model in which the system has hidden states that cannot be directly observed, but produce observable outputs. It is based on the Markov property, meaning the next state depends only on the current state. Video Chapters: HMM in Artificial Intelligence 00:00 Introduction 00:31 Statistical Model 00:54 HMM Examples 02:30 HMM 03:10 HMM Components 05:23 Viterbi Algorithm 06:23 HMM Applications 06:38 HMM Problems 07:28 HMM in Handwriting Recognition 11:20 Conclusion  HMM COMPONENTS A Hidden Markov Model (HMM) is a statistical model in which the system has hidden states that cannot be directly observed, but produce observable outputs. It is based on the Markov property, meaning the next state depends only on the current state. An HMM consists of states, observations, transition probabilities, emission probabilities, and initial probabilities. It is commonly used in a...

Hyperparameter Optimization || Deep Learning + PSO || Hybrid Approach

Image
Learn how to Optimize Hyperparameters in Deep Learning Using Particle Swarm Optimization (PSO) Video Chapters: Deep Learning + Particle Swarm Optimization 00:00 Introduction 00:59 Deep Learning 03:05 ANN Example 06:55 Deep Learning Applications 07:55 How to use Deep Learning 10:55 Deep Learning Tools 11:15 Hyperparameter Optimization Example 14:04 Hyperparameter 14:22 Conclusion 
More posts