mkholod / meth

0 stars 0 forks source link

Supervised ML #3

Open mkholod opened 2 years ago

mkholod commented 2 years ago

Supervised machine learning Doesn't matter which algorithm Take the params of a single patient, with the DNA age and predict if it has metastasis or not and this is compared to the ability to predict without this param

לא ככ משנה לי איזה אלגוריתם שיקח את הפרמטרים של המטופל יחד עם גיל הדנא ויחזה אם יש או אין גרורות ןזה בהשוואה ליכולת ניבוי בלי הפרמטר הזה

mkholod commented 2 years ago

אפשר יהיה לנסות גם אלגוריתמים אחרים של unsuprevised machine learning כמו k nearest neiboour?

mkholod commented 2 years ago

https://youtu.be/GtgJEVxl7DY?t=816 Values should be normalized to be between 0 and 1

mkholod commented 2 years ago

To try to predict the actual age based on beta

mkholod commented 2 years ago

Part two https://www.youtube.com/watch?v=DkLNb0CXw84

mkholod commented 2 years ago

https://github.com/mkholod/meth/commit/0c981b84ea9db8cca4f1cc2dfa3546fc54dc063f

mkholod commented 2 years ago
mkholod commented 2 years ago

Try to predict with supervised the type of the growth (Sporadic / MEN1 / VHL), try KNN

mkholod commented 2 years ago

What's the correlation between accelerations (delta, acc1, acc2 and metastasis) Is there a correlation between deviation between the ability to predict the age and the metastasis

mkholod commented 2 years ago

Apply forrest which takes a lot of subsets for learning