https://github.com/mattn/go-knn-iris
Implementation of KNN in Go
https://github.com/mattn/go-knn-iris
golang knn machine-learning
Last synced: 2 months ago
JSON representation
Implementation of KNN in Go
- Host: GitHub
- URL: https://github.com/mattn/go-knn-iris
- Owner: mattn
- License: mit
- Created: 2019-10-15T17:02:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T06:35:48.000Z (almost 6 years ago)
- Last Synced: 2025-05-07T05:26:32.316Z (5 months ago)
- Topics: golang, knn, machine-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 9.77 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# go-knn-iris
Implementation of KNN
## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a. mattn)