https://github.com/jdtumlinson/knn
This repository contains the code for the kNN and MLE assignment for CS434 Machine Learning and Data Mining at Oregon State University during Fall of 2024. This is being uploaded a few months afte the compleition of this assignment.
https://github.com/jdtumlinson/knn
cross-validation knn-classification maximum-likelihood-estimation poisson-distribution
Last synced: about 1 year ago
JSON representation
This repository contains the code for the kNN and MLE assignment for CS434 Machine Learning and Data Mining at Oregon State University during Fall of 2024. This is being uploaded a few months afte the compleition of this assignment.
- Host: GitHub
- URL: https://github.com/jdtumlinson/knn
- Owner: jdtumlinson
- Created: 2025-03-17T01:53:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T02:08:49.000Z (over 1 year ago)
- Last Synced: 2025-03-17T03:25:26.672Z (over 1 year ago)
- Topics: cross-validation, knn-classification, maximum-likelihood-estimation, poisson-distribution
- Language: Python
- Homepage:
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kNN and MLE
k-Nearest Neighbor Classification and maximum likelihood estimation
This repository contains the code for the kNN and MLE assignment for CS434 Machine Learning and Data Mining at Oregon State University during Fall of 2024. This is being uploaded a few months afte the compleition of this assignment.