Тёмный

PCA Code Example Using Visualization | Dimensionality Reduction Lecture - 19 | Applied AI Course 

Applied AI Course
Подписаться 88 тыс.
Просмотров 29 тыс.
50% 1

PCA Code Example Using Visualization | Dimensionality Reduction Lecture - 19 | Applied AI Course
#visualization #machinelearning #appliedaicourse
for more information please visit appliedaicourse.com
#ArtificialIntelligence,#MachineLearning,#DeepLearning,#DataScience,#NLP,#AI,#ML
THANKS FOR WATCHING 😊

Опубликовано:

 

18 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 19   
@niharjamdar4869
@niharjamdar4869 3 года назад
One of the best explaination on PCA so far on RU-vid thanks a lot ❤️
@samcool6569
@samcool6569 4 года назад
Very well explained sir. Just to add the entire code at 11:15 dataframe = pd.DataFrame(data= new_coordinates, columns= ("1st_Principal", "2nd_Principal", "labels"))
@devenderkumar-pr6ig
@devenderkumar-pr6ig 2 года назад
can you please provide the code if you have?
@laposanti534
@laposanti534 2 года назад
Straightforward explanation. Thanks for the great content!!
@blendsadikaj888
@blendsadikaj888 Год назад
The reason why the 2 plots (your plot and the one from scikit-learn library) are not the same is that you are not reversing the vectors array along the columns (vectors = vectors[:, ::-1]), since eigh() is returning the vectors on ascending order and you need them on descending order.
@aliceiceberg581
@aliceiceberg581 4 года назад
Extremely useful. Thank you!
@devenderkumar-pr6ig
@devenderkumar-pr6ig 2 года назад
if you have the code please can you share it?
@nidhi_singh9494
@nidhi_singh9494 2 года назад
Should we have to add labels according to row manually?
@nehamanpreet1044
@nehamanpreet1044 4 года назад
Why you did the transpose you could have performed matmul(sample_data,vectors) ?
@prashantsingh1096
@prashantsingh1096 6 лет назад
why1/n is not multiplied with covar_matrix? Is it done in fit_transform(data) function?
@PrasannaChowdharyborn9th
@PrasannaChowdharyborn9th 3 года назад
As said in the appliedAI website under this video description: correction: The formula for covariance matrix is 1/n * (X^T*X) (we missed out in 1/n in the video) there is a typo in the ipython notebook, as eigenvalues generated are in ascending order, when we multiply vector*sample_data^T vector[0]*X[i] will be second principle component vector[1]*x[i] will be first principle component
@abhinavsinghtawar9157
@abhinavsinghtawar9157 3 года назад
where we are setting the number of principal components in the first expaination ?
@Will-bb4zy
@Will-bb4zy 3 года назад
in the data frame , the column part should include label as well. you did not show
@harshavardhanambati5963
@harshavardhanambati5963 4 года назад
can you please upload the code by any link
@sachindubey4315
@sachindubey4315 4 года назад
sir from where i get the dataset used in this video please provide link of the dataset
@AppliedAICourse
@AppliedAICourse 4 года назад
That's just a Google search away. Just search for " MNIST dataset download" and you will get multiple sources for this data. This dataset is also inbuilt in most libraries like Scikit Learn.
@dursundurmaz915
@dursundurmaz915 5 лет назад
can we take your code for investigate
@username42
@username42 5 лет назад
where is the github link ?
Далее
AI can't cross this line and we don't know why.
24:07
Просмотров 571 тыс.
Principal Component Analysis (PCA)
13:46
Просмотров 381 тыс.
Метод главных компонент (PCA)
4:13
Principal Component Analysis (PCA)
26:34
Просмотров 408 тыс.
A.I. Experiments: Visualizing High-Dimensional Space
3:17