brainhack-school2020 / emilyemchen-EEGML

Project for BrainHack School 2020
0 stars 0 forks source link

Questions about ML classifiers #7

Open emilyemchen opened 4 years ago

emilyemchen commented 4 years ago

Hi @dllussier! My team and I have come up with a variety of classifier models from this article and I was wondering if you had some suggestions about which ones would be good ones to start with:

NON-LINEAR

LINEAR (sparse l_1 regularization)

NON-SPARSE LINEAR (l_2 regularization)

We are thinking of starting with supervised learning and then perhaps branching out to unsupervised learning if we have time.

dllussier commented 4 years ago

The model you select will depend on what problem you are trying to solve or the question you are interested in and your data. Scikit learn has a nice cheat sheet that can show you how some of the options might be used: https://scikit-learn.org/stable/tutorial/machine_learning_map/index.html