K nearest neighbor(knn algorithm classification problem solution)

Publicado el: 15 mayo 2023
en el canal de: Basic CS Tutorials
662
11

KNN algorithm at the training phase just stores the dataset and when it gets new data, then it classifies that data into a category that is much similar to the new data.

Example: Suppose, we have an image of a creature that looks similar to cat and dog, but we want to know either it is a cat or dog. So for this identification, we can use the KNN algorithm, as it works on a similarity measure. Our KNN model will find the similar features of the new data set to the cats and dogs images and based on the most similar features it will put it in either cat or dog category.


En esta página del sitio puede ver el video en línea K nearest neighbor(knn algorithm classification problem solution) de Duración hora minuto segunda en buena calidad , que subió el usuario Basic CS Tutorials 15 mayo 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 662 veces y le gustó 11 a los espectadores. Disfruta viendo!