This repository contains a collection of machine learning projects, each utilizing different types of models applied to publicly accessible datasets. The goal is to learn and implement various machine learning techniques while creating valuable and practical applications.
- Linear Regression: Predicting Car Prices
- Logistic Regression: Titanic Survival Prediction
- Decision Trees and Random Forests: Iris Flower Classification
- Support Vector Machines (SVM): Handwritten Digit Recognition
- K-Nearest Neighbors (KNN): Movie Recommendation System
- Neural Networks: Predicting House Prices
- Convolutional Neural Networks (CNNs): Object Detection in COCO Dataset
- Recurrent Neural Networks (RNNs) and LSTMs: Stock Price Prediction
- Transformer Models: Text Summarization with News Articles
- Description: Predict car prices based on features like mileage, year, make, and model.
- Data Source: Kaggle's Car Price dataset.
- Tools and Libraries: scikit-learn, pandas, matplotlib
- Status: Planned
- Description: Predict whether a passenger survived the Titanic disaster based on various features.
- Data Source: Kaggle's Titanic dataset.
- Tools and Libraries: scikit-learn, pandas, matplotlib
- Status: Planned
- Description: Classify species of Iris flowers based on petal and sepal measurements.
- Data Source: UCI Machine Learning Repository (Iris dataset).
- Tools and Libraries: scikit-learn, pandas, matplotlib
- Status: Planned
- Description: Recognize handwritten digits using the MNIST dataset.
- Data Source: MNIST dataset.
- Tools and Libraries: scikit-learn, tensorflow, keras
- Status: Planned
- Description: Recommend movies to users based on their ratings.
- Data Source: MovieLens dataset.
- Tools and Libraries: scikit-learn, pandas, numpy
- Status: Planned
- Description: Predict house prices based on various features like location, size, and year built.
- Data Source: Kaggle's House Prices dataset.
- Tools and Libraries: tensorflow, keras, pandas
- Status: Planned
- Description: Detect and identify objects in images using the COCO dataset.
- Data Source: COCO dataset.
- Tools and Libraries: tensorflow, keras, OpenCV
- Status: Planned
- Description: Forecast stock prices based on historical data.
- Data Source: Yahoo Finance.
- Tools and Libraries: tensorflow, keras, pandas
- Status: Planned
- Description: Generate summaries of news articles using transformer models.
- Data Source: News API or any public news dataset.
- Tools and Libraries: transformers (Hugging Face), tensorflow, pandas
- Status: Planned
Feel free to fork this repository and submit pull requests. Contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.