Posts

Showing posts from August 14, 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...

Metaheuristics Performance Comparison | PSO vs JAYA Algorithm | ~xRay Pixy

Image
Metaheuristics Performance Comparison Comparison of the Metaheuristic Algorithms Performances Video Chapters: Introduction: 00:00 Metaheuristic Algorithms Applications: 01:41 Metaheuristics Comparision: 02:43 Testing Parameters: 06:16 Testing Output: 07:24 Optimal Values: 09:00 Computation Time: 12:00 Conclusion: 13:20 Questions Answered in this Video: Which is the best metaheuristic algorithm? Learn how to Compare Metaheuristic Optimization Algorithms Performance using the Standard Test Functions. Standard Test Functions used for Testing: - Unimodel Test Functions - Multi-Model Test Functions Metaheuristics Algorithms used for Comparision: - Particle Swarm Optimization (PSO) Algorithm - Jaya Optimization Algorithm (JOA) Testing Output is checked based on: - Optimal Value - Computation Time Using these test functions we will analyze the algorithm's Stability, Convergence Speed, and Accuracy. The comparison between the two metaheuristics is done using the standard test functi...
More posts