K-Nearest Neighbors

K-nearest neighbors algorithm

K-NN is a non-parametric supervised learning method used for classification and regression. It takes the k closest training examples in a data set as input and assigns weights to the contributions of the neighbors. It is sensitive to the local structure of the data.

2 courses cover this concept

CS 106S Coding for Social Good

Stanford University

Winter 2023

This course applies fundamental CS concepts to social good problems, including health, government, education, and environment. Students will use their skills to create positive social impact. CS 106B is a recommended prerequisite.

No concepts data

+ 14 more concepts

CS231n: Deep Learning for Computer Vision

Stanford University

Spring 2022

This is a deep-dive into the details of deep learning architectures for visual recognition tasks. The course provides students with the ability to implement, train their own neural networks and understand state-of-the-art computer vision research. It requires Python proficiency and familiarity with calculus, linear algebra, probability, and statistics.

No concepts data

+ 55 more concepts