You are browsing as a guest. Sign up (or log in) to start making projects!

2h 56m 37s logged

#Develog #5….its been a while since my last Devlog. To fix my machine learning model, I used UMAP, which reduces dimensions (features) of my data, which is put it through a K-Means model. K-Means is an unsupervised ML model, meaning it comes up with patterns itself. In this project, it is used to find the different groups of NEOs. After, I began on implementing the model to the recent NEOs. Essentially, when a user clicks on an asteroid in the table, all the relevant data of that NEO will be put into the UMAP, and then predicted by my K-Means.

0
6

Comments 0

No comments yet. Be the first!