LDiana22 / NLP

0 stars 2 forks source link

Feature extraction and selection (PCA/SVD) + implementation of weak classifiers #2

Open LDiana22 opened 5 years ago

LDiana22 commented 5 years ago

The main idea is to extract many features from text and perform feature selection to determine what are the most promising ones. Ideas:

LDiana22 commented 5 years ago

Implement classifiers such as Naive Bayes, SVM, Decision tree and report performance

LDiana22 commented 5 years ago

Grid search SVM using Weka - https://www.researchgate.net/publication/324835821_SVM_Optimization_for_Sentiment_Analysis

LDiana22 commented 5 years ago

https://pdfs.semanticscholar.org/0f4d/f38e308a65ff3fe42878c7fdfa68e17f9212.pdf

LDiana22 commented 5 years ago

SVM example implementation https://github.com/Ankushr785/Emotion-recognition-from-tweets/blob/master/emotion_recognizer_svm.py