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

Cloud Computing Architecture

Cloud Computing Architecture Divided into 2 Parts It is divided into 2 parts:

1.) The Front End

2.) The Back End

Each end is connected to the other through Network (i.e., Internet or virtual network).

Cloud Computing Architecture - front End

The front end means How users interact with the cloud infrastructure? 

Front End: It is the side that is visible to Clients / Computer Users.

The front end consists of Applications and infrastructure that is used to access different cloud computing platform.

It includes web servers (i.e., Chrome, Firefox, and IE) mobile devices. 

Cloud Computing Architecture - Back End

Cloud Service Provider [e.g., AWS] maintains Back end.

The back End supports the front end.

The back end manage different services like

Data Storage

Virtual Network

Security System

Traffic Control 

Protocols used for communication over the internet

Cloud Computing Architecture - Components

The client interface provides GUI [i.e., Graphical User Interface] that helps users to connect with the cloud. 

Interface interaction with end uses directly (in order to perform tasks on the cloud).

Internet is the medium through which Frond end & back End can communicate. 

Using the INTERNET Entire Cloud is Connected.


The application can be a Platform or software that Clint wants to access. 

It Back ends Architecture component.


Runtime cloud = where services RUN.

Provides a runtime environment for virtual machines. 

On the same server, multiple runtimes exist. 


On Storage, all the data i.e., required to manage Cloud resides. 

Services Offered:

Hard Drives

Solid-state devices

Intel Optane DC Persistent 


Infrastructure

Provide services at the Host level, Application Level, and Network Level. 

Infrastructure includes all the hardware and software components [like server, storage, network, and virtualization].

It also includes CPU, Motherboard 


Management: Handle several components at the back end.

Allocates the right resources for the specific tasks.


Security

Prevents Data Loss. 

Protect the system from various attacks. 

Keeps data safe from the attackers


Popular Cloud Computing Service Providers

Microsoft Azure 

AWS – Amazon Web Services 

IBM Cloud

Google Cloud 

Salesforce 

VMware 

ORACLE 

Video Link: https://youtu.be/MlayOUsBsH4




Comments

Popular Post

PARTICLE SWARM OPTIMIZATION ALGORITHM NUMERICAL EXAMPLE

Cuckoo Search Algorithm for Optimization Problems

PSO (Particle Swarm Optimization) Example Step-by-Step

Particle Swarm Optimization (PSO)

how is the LBP |Local Binary Pattern| values calculated? Step-by-Step with Example

PSO Python Code || Particle Swarm Optimization in Python || ~xRay Pixy

Grey Wolf Optimization Algorithm

Bat algorithm Explanation Step by Step with example

Grey Wolf Optimization Algorithm Numerical Example

Whale Optimization Algorithm Code Implementation || WOA CODE || ~xRay Pixy