8000
Skip to content

amogh2004/BasicsML

Repository files navigation

BasicML

Simple projects during my self-learning of Machine Learning in Python. Except for Spark files, run the other files in Jupyter Notebooks for better results.

Spam-Ham using Naive Bayes Algorithm

Classfies mails as Spam or Not Spam(Ham).

K-Means Clustering

Clustering people based on income and age.

Decision Tree

Useful for hiring considering the factors if the candidate was employed before, has done an internship, has attended top-tier school.

Similar Movies

Finding all similar movies from a data-set.

Movie Recommendations

Make movie recommendations to a person, based on the movie watched priorly by that person, using Item Based Classification.

KNN-Movie-Recc

Using K-Nearest-Neighbours algorithm for making movie reccomendations in a more effective way.

Shortest Way

Find the shortest way for a taxi, from an existing point to pickup point and from pickup point to drop point using Q-Learning.

Top Pages

Cleaning web access log to figure out most viewed pages on a website from it.

Spark

To execute: spark-submit FILENAME.py

TF-IDF

You give a word, it tells you which is the best article in wikipedia you can read to learn about that word.

Spark Linear Regression

How to perform linear regression using Spark.

About

Simple projects during my self-learning of Machine Learning in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0