mtl-brainhack-school-2019 / Isabelle-Simard_Multimodal_ML

Project repository
MIT License
1 stars 1 forks source link

Other python libraries #2

Open alexapichet opened 5 years ago

alexapichet commented 5 years ago

Cool project :)

For the machine learning part, probably scikit-learn would be useful to build your model. Do you know how you want to split your dataset for training, cross-validation, testing yet?

What does FNC mean?

Isabelle-Simard commented 5 years ago

Hi Alexa,

Thanks!

I am looking into scikit-learn at the moment to learn more about it, there are so many things to learn! I am using the dataset split that we used in the machine learning tutorial that we did last week, which is a 75/25 split and 10-fold cross-validation. Would you have any recommendations?

FNC means functional connectivity, I'll correct it in the README file.

Thank you very much for your input!