https://github.com/mujadded/knn_with_pytorch
https://github.com/mujadded/knn_with_pytorch
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mujadded/knn_with_pytorch
- Owner: Mujadded
- License: mit
- Created: 2023-03-13T14:28:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T22:53:22.000Z (over 3 years ago)
- Last Synced: 2025-02-23T09:16:40.590Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# knn_with_pytorch
A Simple implementation of KNN using pyTorch.
## Files
`knn.py` has the main code for K-Nearest Neighbor
`knn_test.ipynb` has the playgroud where this is tested.
Example of KNN:
