jsantalo / happybirds

GNU General Public License v3.0
1 stars 0 forks source link

SVM #9

Closed maytepenella closed 6 years ago

maytepenella commented 6 years ago

Implement a SVM

borbota commented 6 years ago

I got worse results than with NB, but let's try.

ldescampsvila commented 6 years ago

Yes, me too. The teacher said that with SVM we need to introduce a Vector with less characteristics than RandomForest, if not, the result will be worst.

maytepenella commented 6 years ago

I reopen the issue because it could work if we use embedding for characteristic extraction and SVM as classifier. --> it is explained in reference about word2vec.

maytepenella commented 6 years ago

Add a optimization function in order to obtain best parameters for the model

maytepenella commented 6 years ago

I close this issue as it has already been implemented. And I open a new one about model optimization