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.
- Host: GitHub
- URL: https://github.com/erebekavi/basic_ml
- Owner: erebekavi
- License: apache-2.0
- Created: 2025-01-11T23:36:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-16T15:20:40.000Z (over 1 year ago)
- Last Synced: 2025-03-27T06:16:19.055Z (over 1 year ago)
- Topics: machine-learning, python3, tensorflow
- Language: Python
- Homepage:
- Size: 28.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.