Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 393 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 393 Bytes

ML Classifiers

Naive Bayes Classifier for Insult/ Not Insult data. Used both,

  1. Mutlinomial Naive Bayes
  2. 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