Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupervised Partitioning of Field Reflectance Data with K_means #1

Open
braimahm opened this issue Sep 18, 2023 · 0 comments
Open
Assignees

Comments

@braimahm
Copy link
Owner

braimahm commented Sep 18, 2023

Image
The code constructs K_means clustering algorithm to processes the field reflectance data. The code interpolates the 1nm reflectance to 10nm computes derivatives, and construct k_means model for field data. The objective of the project is to partition agricultural field reflectance data. K-means model was constructed to partition agricultural field cover after harvesting. The data was first transformed to derivate spectra to bring out unique features. The K mean model generated 3 classes of agricultural field cover classes. The clusters are very great because it shows few overlaps in the dataset. The first one is a mixture of corn residue and soil; the second class is mainly about soil with few corns' residue. The third class shows weeds and grass. The kmeans model does a good job but it will be great if it can differentiate weeds from grass and dried corn residue from bare soil.

Unsupervised_Machine_Learning_Model_Colaboratory.pdf

@braimahm braimahm self-assigned this Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant