-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Classifying MNIST Dataset With K-Nearest Neighbors | ||
|
||
Final Project for DSC106 at UCSD. | ||
Authors: Joyce Lu, Monica Dai, Henry Xu | ||
**Authors:** Joyce Lu, Monica Dai, Henry Xu | ||
|
||
Introducing k-nearest neighbors and how it can be used for handwritten digit classification using the MNIST dataset with visualizations created using D3.js. | ||
An interactive explorable with visualizations created using D3.js to introduce k-nearest neighbors and how it can be used for handwritten digit classification on the MNIST dataset. |