K Means algorithm | part 1 | KMeans Clustering | Supervised vs Unsupervised learning | tamil

k-means clustering aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean (cluster centers or cluster centroid), serving as a prototype of the cluster.
00:00 Kmeans and Unsupervised Introduction
00:26 labelled vs unlabelled dataset
04:05 KMeans Clustering Intuition
05:35 How does a K-Means Algorithm works?
35:47 KMeans Pseudocode
36:26 Stopping Condition
Other series playlist:
PANDAS
• Datascience pre-requis...
LINEAR REGRESSION
• Linear regression in t...
Machine Learning Concepts
• Machine Learning conce...
Python
• Python Tutorial - Pyth...
KNN
• KNN algorithm
Kmeans,Kmeans algorithm in machine learning,Kmeans algorithm,what is Kmeans algorithm,how Kmeans algorithm works,machine learning training in tamil,ml in tamil,how to implement Kmeans algorithm in python,machine learning in tamil,k-meanss algorithm,k-means algorithm versus k-means clustering in tamil,means algorithm,k meanss,k-means algorithm example python,euclidean distance in tamil,k-means classification algorithm,labelled vs unlabelled dataset
#KMeansAlgorithm #KMeansAlgorithmintamil #mahcinelearning #machinelearningintamil
#distancebasedmodel

Пікірлер: 18

  • @vigneshrajr1257
    @vigneshrajr12573 ай бұрын

    Super bro

  • @PythonOdyssey_ajith

    @PythonOdyssey_ajith

    2 ай бұрын

    thank you. Like Share subscribe if found helpful and check out other playlist videos in my channel.

  • @Prabhakaran-hp1to
    @Prabhakaran-hp1to8 ай бұрын

    Wonderful way you explained the concept bro,thank you so much.

  • @PythonOdyssey_ajith

    @PythonOdyssey_ajith

    8 ай бұрын

    glad it helped you :) Like Share subscribe if found helpful and check out other playlist videos in my channel.

  • @kinoshan591
    @kinoshan5912 жыл бұрын

    Great explain bro 👍

  • @PythonOdyssey_ajith

    @PythonOdyssey_ajith

    2 жыл бұрын

    thanks bro for the feedback . Like,Share,Subscribe if found helpful .

  • @gokilanraja7172
    @gokilanraja71722 жыл бұрын

    Nice video bro

  • @PythonOdyssey_ajith

    @PythonOdyssey_ajith

    2 жыл бұрын

    thanks bro for the feedback . Like,Share,Subscribe if found helpful .

  • @anbalaganmarimuthu6937
    @anbalaganmarimuthu6937 Жыл бұрын

    How to find the mean of data points which has 2 values ( x ,y ) for each data point ( average of all observations) ?

  • @PythonOdyssey_ajith

    @PythonOdyssey_ajith

    Жыл бұрын

    Add up all the x values and divide the result by the total number of data points. This gives you the average x value. Add up all the y values and divide the result by the total number of data points. This gives you the average y value. The mean of the data points is the pair (average x value, average y value).

  • @kishorekumar-1987
    @kishorekumar-198710 ай бұрын

    Good session . One small suggestion is that the voice is running fast.

  • @PythonOdyssey_ajith

    @PythonOdyssey_ajith

    10 ай бұрын

    glad it helped you :) , will record in slow pace in upcoming videos . Like Share subscribe if found helpful and check out other playlist videos in my channel

  • @PraveenKumar-zs1gp
    @PraveenKumar-zs1gp11 ай бұрын

    Where is the x1 and x2 value is ? And y1 and y2 bro ?

  • @PythonOdyssey_ajith

    @PythonOdyssey_ajith

    11 ай бұрын

    can you mentioned the exact timestamp in the vide where your not able to find these values ?

  • @sakehazeena1634
    @sakehazeena1634 Жыл бұрын

    Bro first iteration la centroids value enna bro?

  • @PythonOdyssey_ajith

    @PythonOdyssey_ajith

    Жыл бұрын

    Video timeline 09:20 la 2 inverted triangles randomly initialized centroid . if k value is 2 , First iteration la randomly edachu 2 places centroid point ah vechukalam if k value is 3 , First iteration la randomly edachu 3 places centroid point ah vechukalam ... etc since random ah place panradunala it better to place those random 2 centroid point at extremes ends so that they will be far from each other than to place them both near to each other this will help to group points and form cluster . Reference : scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html "‘random’: choose n_clusters observations (rows) at random from data for the initial centroids."

  • @sakehazeena1634

    @sakehazeena1634

    Жыл бұрын

    @@PythonOdyssey_ajith bro inda video la first iteration la neenga enna value centroid ku edutrukkinga bro?

  • @PythonOdyssey_ajith

    @PythonOdyssey_ajith

    Жыл бұрын

    unfortunately i lost these slides !

Келесі