Linear discriminant analysis explained | LDA algorithm in python | LDA algorithm explained

  Рет қаралды 51,805

Unfold Data Science

Unfold Data Science

Күн бұрын

Linear discriminant analysis explained | LDA algorithm in python | LDA algorithm explained
#LDA #LDAInPython
Hello ,
My name is Aman and I am a Data Scientist.
About this video:
In this video, I explain about LDA - Linear discriminant analysis and demonstrate the application of LDA in python. Below topics are discussed in this video:
1. Linear discriminant analysis explained
2. LDA algorithm in python
3. LDA algorithm explained
4. Linear discriminant analysis example
5. Linear discriminant analysis sklearn
6. Linear discriminant analysis(lda)
7.Linear discriminant analysis vs logistic regression
8. Linear discriminant analysis matlab
About Unfold Data science: This channel is to help people understand basics of data science through simple examples in easy way. Anybody without having prior knowledge of computer programming or statistics or machine learning and artificial intelligence can get an understanding of data science at high level through this channel. The videos uploaded will not be very technical in nature and hence it can be easily grasped by viewers from different background as well.
If you need Data Science training from scratch . Please fill this form (Please Note: Training is chargeable)
docs.google.co...
Book recommendation for Data Science:
Category 1 - Must Read For Every Data Scientist:
The Elements of Statistical Learning by Trevor Hastie - amzn.to/37wMo9H
Python Data Science Handbook - amzn.to/31UCScm
Business Statistics By Ken Black - amzn.to/2LObAA5
Hands-On Machine Learning with Scikit Learn, Keras, and TensorFlow by Aurelien Geron - amzn.to/3gV8sO9
Ctaegory 2 - Overall Data Science:
The Art of Data Science By Roger D. Peng - amzn.to/2KD75aD
Predictive Analytics By By Eric Siegel - amzn.to/3nsQftV
Data Science for Business By Foster Provost - amzn.to/3ajN8QZ
Category 3 - Statistics and Mathematics:
Naked Statistics By Charles Wheelan - amzn.to/3gXLdmp
Practical Statistics for Data Scientist By Peter Bruce - amzn.to/37wL9Y5
Category 4 - Machine Learning:
Introduction to machine learning by Andreas C Muller - amzn.to/3oZ3X7T
The Hundred Page Machine Learning Book by Andriy Burkov - amzn.to/3pdqCxJ
Category 5 - Programming:
The Pragmatic Programmer by David Thomas - amzn.to/2WqWXVj
Clean Code by Robert C. Martin - amzn.to/3oYOdlt
My Studio Setup:
My Camera : amzn.to/3mwXI9I
My Mic : amzn.to/34phfD0
My Tripod : amzn.to/3r4HeJA
My Ring Light : amzn.to/3gZz00F
Join Facebook group :
www.facebook.c...
Follow on medium : / amanrai77
Follow on quora: www.quora.com/...
Follow on twitter : @unfoldds
Get connected on LinkedIn : / aman-kumar-b4881440
Follow on Instagram : unfolddatascience
Watch Introduction to Data Science full playlist here : • Data Science In 15 Min...
Watch python for data science playlist here:
• Python Basics For Data...
Watch statistics and mathematics playlist here :
• Measures of Central Te...
Watch End to End Implementation of a simple machine learning model in Python here:
• How Does Machine Learn...
Learn Ensemble Model, Bagging and Boosting here:
• Introduction to Ensemb...
Build Career in Data Science Playlist:
• Channel updates - Unfo...
Artificial Neural Network and Deep Learning Playlist:
• Intuition behind neura...
Natural langugae Processing playlist:
• Natural Language Proce...
Understanding and building recommendation system:
• Recommendation System ...
Access all my codes here:
drive.google.c...
Have a different question for me? Ask me here : docs.google.co...
My Music: www.bensound.c...

Пікірлер: 50
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Access English, Hindi Course here - www.unfolddatascience.com/store Don't forget to register on the website, it's free🙂
@kalam_indian
@kalam_indian 2 жыл бұрын
aman sir, please make a video only containing the different topics of different subjects to be prepared to become a machine learning engineer and data scientist, include every topic from a to z of different subjects like mathematics, programming, database language to learn, etc etc and also different framework and different packages etc... i mean please include everything... that will be very helpful to everyone, thank you sir
@Annasupari
@Annasupari Жыл бұрын
Sir please explain in detail the math behind algorithms because that is the most crucial in understanding than the python implementation. And it is mentioned in sklearn documentation for LDA that it used Bayes probablitic rule, which yiu have not mentioned. Sir i request you to create videos with full information.
@anu.s3283
@anu.s3283 2 жыл бұрын
Thank you so much Aman for another insightful video. All your videos are really good. I have seen almost all your videos. All the concepts get clear when I learn from your channel. Thanks for your great help . And In this series can you please make videos on SVD and TSNE as well.. Though I search from channels you give very clear explanation. Will be waiting for more videos
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Thanks Anu. Sure.
@souravbiswas6892
@souravbiswas6892 2 жыл бұрын
I think another difference between PCA and LDA is,- PCA is unsupervised ML technique whereas LDA is supervised.
@vinaykannam3629
@vinaykannam3629 Жыл бұрын
PCA use for both supervised , unsupervised By ignoring target feature
@sadhnarai8757
@sadhnarai8757 2 жыл бұрын
Very good Aman
@rishigupta2342
@rishigupta2342 2 жыл бұрын
Very good explanation. Could you make a video on differences between LDA VS QDA?
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Yes, sure. Thanks for suggesting
@DsfgdteChgdgxc-o5h
@DsfgdteChgdgxc-o5h Ай бұрын
Moore Ronald Thompson Thomas Williams Barbara
@shakhawathossainsajal1859
@shakhawathossainsajal1859 2 жыл бұрын
i am really confused! what is difference between LDA (Linear discriminant analysis) and LDA (latent dirichlet allocation)?
@muhammadzubair440
@muhammadzubair440 Жыл бұрын
LDA (Linear Discriminant Analysis) and LDA (Latent Dirichlet Allocation) are two different techniques used in different areas of data analysis. LDA (Linear Discriminant Analysis) is a supervised learning technique used for dimensionality reduction and classification. It aims to find a linear combination of features that maximizes the separation between classes in a dataset. In other words, it tries to project the data onto a lower-dimensional space such that the classes are well-separated. LDA is commonly used in pattern recognition, machine learning, and data analysis. LDA (Latent Dirichlet Allocation), on the other hand, is an unsupervised learning technique used in natural language processing and text mining. It is a probabilistic model that is used to discover the latent topics that underlie a collection of documents. LDA assumes that each document is a mixture of several topics, and each topic is a distribution over words. The goal of LDA is to learn the topic distribution for each document and the word distribution for each topic. So, while both techniques are referred to as "LDA," they are used for different purposes in different areas of data analysis.
@shakhawathossainsajal1859
@shakhawathossainsajal1859 Жыл бұрын
@@muhammadzubair440 Thanks a lot for the explanation!
@Lord31325
@Lord31325 2 жыл бұрын
Very poor explanation.
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Thanks for your feedback. Most people found it useful though
@Lord31325
@Lord31325 2 жыл бұрын
@@UnfoldDataScience 3:58 decision boundary is wrong or the data symbols used are incorrect. 7:35 purpose is laughable. 13:13 I dont see any separation boundary. You dont talk about how it works with data with more than 2 variables / the general cost function. Maximizing the cost function is just to differentiate. Anyone can import sklearn and use it. Nothing useful there as well. Hope you know it is used in classification as well not just dimension reduction, but you never even mention it in the explanation part. But you show the classification example in your code. How is this vid useful to anyone?
@CurmeLeila-m5w
@CurmeLeila-m5w 20 күн бұрын
Clark Carol Lewis Amy Taylor Lisa
@indiannationalist07
@indiannationalist07 2 жыл бұрын
You didn't say one Difference that PCA is Unsupervised learning and LDA is Supervised Learning
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Thanks for suggesting. Yes may be i missed. I love these when you interact through comments. Keep rocking
@Abhinavkumar-og3xd
@Abhinavkumar-og3xd 5 ай бұрын
Please say in hindi.
@johnsonkachidza9621
@johnsonkachidza9621 2 жыл бұрын
You are brilliant, man! Great teacher, explainer.
@PramodKumar-su8xv
@PramodKumar-su8xv 5 ай бұрын
Great video. Can we have a similar one on t-SNE?
@vinaykannam3629
@vinaykannam3629 Жыл бұрын
How to identify which feature extraction method we going to apply? I mean when we see a dataset?
@prajaktawarghat1850
@prajaktawarghat1850 Жыл бұрын
Thank you so much sir , all videos are very informative.🙏🙏
@CodeExplorers5464
@CodeExplorers5464 Жыл бұрын
thank you bro , you are a Great teacher , so please make a video on SVM
@sarans3185
@sarans3185 2 жыл бұрын
That means how kernel trick is different from LDA sir
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Data is projected on new axis in LDA.
@indiannationalist07
@indiannationalist07 2 жыл бұрын
Kernel Trick Use is SVM with different types of kernels like rbf ,linear etc
@indiannationalist07
@indiannationalist07 2 жыл бұрын
In SVM we don't reduce dimensionality
@sahil2pradhan
@sahil2pradhan 2 жыл бұрын
I learned alot from your videos,it really help in aiml course
@VikashKumar-je6fb
@VikashKumar-je6fb 2 жыл бұрын
I have given interview with one of product based company.. they asked why lasso regression peanlize to zero..? It would be great if you explain this..
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Shape of the constraint in lasso is diamond, when the optimization touches corner, it becomes zero. Please read little about it, it's not difficult to understand.
@indiannationalist07
@indiannationalist07 2 жыл бұрын
Aman would you explain what is Eigen Value Decomposition ,Eigen Space and Eigen Face in Detail 🙏🙏
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Ok let me take that as one topic in list to come.
@HariomKumar-wi1mk
@HariomKumar-wi1mk 2 жыл бұрын
Thankyou so much sir 😇🙏
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Welcome Hariom.
@maryamazari1758
@maryamazari1758 2 жыл бұрын
What great trainings you have!!! I hope you have a tutorial video on Genetic Algorithm.
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Great suggestion! Thank you
@sadhnarai8757
@sadhnarai8757 2 жыл бұрын
Very nice Aman
@dsavkay
@dsavkay 6 ай бұрын
Excellent explanation!
@navoditmehta8833
@navoditmehta8833 2 жыл бұрын
Great video Aman 💯💯
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Thanks a lot.
@sachinahankari
@sachinahankari 6 ай бұрын
Your simplicity appreciated
@UnfoldDataScience
@UnfoldDataScience 6 ай бұрын
Thanks Sachin.
@phanikumar3136
@phanikumar3136 2 жыл бұрын
Plz explain tsne
@ayushsengar4153
@ayushsengar4153 2 жыл бұрын
How to decide if we should use lda, pca or svd?
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Cant decide in advance based on what is the objective and how the data distribution is we need to take call
@AmanKumar-gq7li
@AmanKumar-gq7li 2 жыл бұрын
good video.
@UnfoldDataScience
@UnfoldDataScience 2 жыл бұрын
Thank you Aman 😊
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 93 МЛН
Пришёл к другу на ночёвку 😂
01:00
Cadrol&Fatich
Рет қаралды 11 МЛН
Поветкин заставил себя уважать!
01:00
МИНУС БАЛЛ
Рет қаралды 6 МЛН
StatQuest: Linear Discriminant Analysis (LDA) clearly explained.
15:12
StatQuest with Josh Starmer
Рет қаралды 759 М.
ML Was Hard Until I Learned These 5 Secrets!
13:11
Boris Meinardus
Рет қаралды 308 М.
Linear discriminant analysis (LDA) - simply explained
24:26
TileStats
Рет қаралды 56 М.
All Machine Learning algorithms explained in 17 min
16:30
Infinite Codes
Рет қаралды 90 М.
Dimensional Reduction| Principal Component Analysis
19:06
Krish Naik
Рет қаралды 161 М.
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 93 МЛН