Posts

Showing posts from August 23, 2022

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...

Fitness Values Calculation in Metaheuristics | Krill Herd Optimizer |

Image
Video Chapters: Krill Herd Optimization Algorithm Introduction: 00:00 KHO Parameters: 00:51 Krill's Position Initialization: 01:51 Objective Function Calculation: 03:52 Conclusion: 05:22 Learn How to Calculate Objective Function values for Metaheuristic Optimization Algorithm. Objective Function is also known as Cost Function, Fitness function, or Evaluation Function. Krill herd Optimization Algorithm Introduction, Numerical Examples: https://www.youtube.com/playlist?list=PLVLAu9B7VtkYR8GkHtTHV83AlR0WjGCfi Initialize the position for search agents randomly in the search space using this equation: Agent's Position in the Search Space : Using any Objective Function to calculate fitness values for each agent: Sphere Function is used here Fitness Values for each agent: Fitness(1) = 4.11424
More posts