An open API service indexing awesome lists of open source software.

https://github.com/erebekavi/basic_ml

This repository has all the tasks and projects I worked on during my Machine Learning. Each project shows what I learned and the skills I developed in ML.
https://github.com/erebekavi/basic_ml

machine-learning python3 tensorflow

Last synced: 2 months ago
JSON representation

This repository has all the tasks and projects I worked on during my Machine Learning. Each project shows what I learned and the skills I developed in ML.

Awesome Lists containing this project

README

          

Machine Learning

This repo showcases my work for the Machine Learning . I completed the following tasks:

Movie Genre Classification: Built a model to predict movie genres using TF-IDF and Naive Bayes.
Spam SMS Detection: Developed a model to classify SMS messages as spam or legit.
Credit Card Fraud Detection: Created a fraud detection model using Logistic Regression.

I learned how to preprocess data, train models, and evaluate them. This helped me grow my machine learning skills!
How to Run:

Clone the repo.
Install dependencies from requirements.txt.
Run the scripts for each task.