Learning Vector Quantization - Fresh Spar Technologies - Manojkumar Chandrasekar

manojchandran2004 24 views 9 slides Oct 04, 2024
Slide 1
Slide 1 of 9
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9

About This Presentation

#freshspartechnologies #manojkumar_c #manojkumar_chandrasekar #fresh_spar_tech
Other social links:
https://linkedin.com/in/manojkumar--c/
https://instagram.com/manojkumar._.c
https://x.com/manoj_kumar__c
https://linktr.ee/manojkumar_c
https://linktr.ee/manoj_c
portfolio:
https://manojkumar-c.vercel...


Slide Content

Learning Vector Quantization… Manojkumar C

Machine Learning vs Deep Learning :

What is Neural Network ? Neural Networks use the architecture of human neurons which have multiple inputs, a processing unit, and single/multiple outputs

Types of Neural Networks: Perceptron Feed Forward Neural Network Multilayer Perceptron Convolutional Neural Network Radial Basis Functional Neural Network Recurrent Neural Network LSTM – Long Short-Term Memory Sequence to Sequence Models Modular Neural Network

What is Learning Vector Quantization ? Learning Vector Quantization ( or LVQ ) is a type of Artificial Neural Network which also inspired by biological models of neural systems. A Nearest Neighbour method, because the unknown vector from a set of reference vectors is sought LVQ has two layers, one is the Input layer and the other one is the Output layer.

Algorithm of Learning Vector Quantization Weight initialization For 1 to N number of epochs Select a training example Compute the winning vector Update the winning vector Repeat steps 3, 4, 5 for all training example. Classify test sample

What LVQ does ? The LVQ algorithm allows one to choose the number of training instances to undergo and then learns about what those instances look like. LVQ is a prototype-based supervised classification algorithm. LVQ is the supervised counterpart of vector quantization systems.

Uses of the Vector Quantization : Lossy data compression Lossy data correction Pattern recognition Density estimation and clustering Mainly in biometric modalities like fingerprinting, pattern recognition, face recognition using codebooks of desired size

THANK YOU