Sklearn-like python package with class implementations of different ML algorithms
-
Updated
Feb 1, 2022 - Jupyter Notebook
Sklearn-like python package with class implementations of different ML algorithms
Performing classification tasks with the LibSVM toolkit on four different datasets: Iris, News, Abalone, and Income.
Plagiarism detection between documents
Designed a Machine Learning model which takes newsgroup dataset and performs binary classification to predict if a given document has Atheistic or Christian sentiment. Used LIME library and PySpark. Performed feature selection to improve classifier’s performance.
Multinomial naive Bayes newsgroup document classification without relying on pre-built sklearn modules. Smoothing and inverse document frequencies utilized to improve model accuracy.
Add a description, image, and links to the newsgroups-dataset topic page so that developers can more easily learn about it.
To associate your repository with the newsgroups-dataset topic, visit your repo's landing page and select "manage topics."