rayanesouuuu1234 / student02

Apache License 2.0
0 stars 0 forks source link

Final Project Plan (ML + Algorithm) #10

Open rayanesouuuu1234 opened 1 month ago

rayanesouuuu1234 commented 1 month ago

Individual: My plan is to incorporate an algorithm into my machine learning project. Specifically, I want to include an anomaly detection algorithm that can identify potential outliers within the cancer dataset. The potential anomalies will be displayed after the ML portion, once the probabilities of a clump being benign or malignant have been calculated.

w/ Remy: If I have trouble with the plan above, I will work with Remy on a search function on the database to uncover certain users.

sfremy commented 1 month ago

Individual: I will implement a text-matching search function for an expanded college database, from which I will only show matching entries in the frontend. I want to match results using similarity (possibly using an ML?) in order to add robustness against misspellings/inaccurate results. I will show the computational complexity of this program.