Skip to content

The implementations of some basic machine learning classifiers.

Notifications You must be signed in to change notification settings

Charan0/Classifiers

 
 

Repository files navigation

Classifiers

The Repositories contains the implementations of some Classifiers which we implemented as part of our ML Course.

  1. Bayes Classifier.
  2. Naive Bayes Classifier.
  3. Linear Regression.

How to Use?

  1. Each of the classifier is a Python class.
  2. They can be instantiated as Python objects and after that we can run the Classifier.fit() method with the necessary arguments to the classifier.

About

The implementations of some basic machine learning classifiers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.1%
  • Python 1.9%