Skip to content

hitesh-2457/Email-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email-Classifier

The program implements and executes both Naïve Bayes and Logistic Regression. The main function executes both the algorithms with and without extracting stop words. One can be invoked from “main.py”, the program takes 3 arguments: Learning Rate, Regularization Factor, and number of iterations.

“python main.py <LearningRate> <RegularizationFactor> <Iterations>”

About

Email Classifier designed with Naïve Bayes and Logistic Regression Algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages