Naive Bayes Classifier for Insult/ Not Insult data. Used both,
- Mutlinomial Naive Bayes
- Bernoulli Naive Bayes
Preprocessing + Random Forest for Moive review
- Preprocessing with nltk library. Removing stopwords
- 100 desicion trees were used to in the Random Forest
Logistic Regression + Gradient Descent for Cancer Data
- Sigmoid function
- Finding epoch and alpha