-
- Downloads
First commit. Added kNN classifier class compatible with PyTorch GPU...
First commit. Added kNN classifier class compatible with PyTorch GPU acceleration. An MPI execution environment is required to run knn_random_subsets.py
parents
No related branches found
No related tags found
Showing
- classifiers/__pycache__/k_nearest_neighbors.cpython-310.pyc 0 additions, 0 deletionsclassifiers/__pycache__/k_nearest_neighbors.cpython-310.pyc
- classifiers/__pycache__/k_nearest_neighbors.cpython-39.pyc 0 additions, 0 deletionsclassifiers/__pycache__/k_nearest_neighbors.cpython-39.pyc
- classifiers/k_nearest_neighbors.py 108 additions, 0 deletionsclassifiers/k_nearest_neighbors.py
- knn_random_subsets.py 225 additions, 0 deletionsknn_random_subsets.py
File added
File added
classifiers/k_nearest_neighbors.py
0 → 100644
knn_random_subsets.py
0 → 100644
Please register or sign in to comment