Skip to content

Jatin-Sharma-11/Machine-Learning-Short-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

alt text

πŸš€ Machine Learning Short Projects Collection

πŸ“˜ Abstract

This repository serves as a practical portfolio showcasing various Machine Learning, Deep Learning, and Data Science implementations across domains like computer vision, time-series prediction, risk modeling, and natural language processing.

Each project highlights skills in:

  • πŸ“Š Data preprocessing
  • 🧠 Model selection (ML β†’ DL)
  • πŸ”§ Hyperparameter tuning
  • πŸ“ˆ Performance evaluation

πŸ›  Technology Stack

Area Key Technologies
Language Python 3.x
Core ML Scikit-learn, XGBoost, CatBoost
Deep Learning TensorFlow, Keras
Data Processing Pandas, NumPy
Visualization Matplotlib, Seaborn
Notebooks Jupyter / iPython

πŸ“‚ Project Showcase

Category Project Name Description Key File
Classification Drowsy Detection System Real-time driver drowsiness detector using CNN-based facial feature analysis. Classification/drowsy-detection.ipynb
Time Series / Regression CSIRO – Image2Biomass Prediction Predicts biomass from satellite images using feature extraction + regression. CSIRO - Image2Biomass Pred.../csiro.ipynb
Finance Hull Tactical – Market Prediction Market forecasting using time-series indicators + LSTM/advanced models. Hull Tactical - Market Predic.../market1.ipynb
Risk Modeling Predicting Road Accident Risk Predicts accident probability/severity using environmental & driver features. Predicting Road Accident Risk/...2023.ipynb
Assessment SRL Intern Hiring Assessment ML challenge demonstrating structured problem-solving. SRL-Intern-Hiring-Assessmen.../readme.md
NLP / Audio Speech2Score Speech analysis to assign quantitative scores using acoustic/text features. Speech2Score/readme.md

βš™οΈ How to Run

1️⃣ Clone the Repository

git clone https://github.com/Jatin-Sharma-11/Machine-Learning-Short-Projects.git
cd Machine-Learning-Short-Projects

---

### 2️⃣ Create Virtual Environment
```bash
python -m venv venv
source venv/bin/activate   # Linux/macOS
---

### 3️⃣ Install Dependencies
```bash
pip install pandas numpy scikit-learn matplotlib seaborn jupyter
pip install tensorflow keras   # For deep learning projects
---

### 4️⃣ Run Any Project
```bash
cd "Hull Tactical - Market Predic..."
jupyter notebook
---




## 🀝 Contributions

Feel free to submit issues or PRs for:

Code improvements

Documentation enhancements

New ML/DL projects

## πŸ‘€ Author

Jatin Sharma
GitHub: @Jatin-Sharma-11

About

Collection of Short ML/DL Notebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors