Skip to content

Bijayakumar2005/Machine_Learning_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– Machine Learning Projects

Welcome to my collection of Machine Learning projects!
This repository showcases hands-on applications of ML concepts using Python, Scikit-learn, and deep learning frameworks.

Author: Bijaya Kumar Rout
Created: July 2025
Status: πŸ“Œ Active & Public


πŸ“‚ Projects Overview

1. 🧠 Handwritten Digit Recognizer

A classic computer vision task using the MNIST dataset and neural networks to recognize handwritten digits (0–9).

Highlights:

  • Dataset: MNIST
  • Model: Convolutional Neural Network (CNN)
  • Libraries: tensorflow, keras, matplotlib
  • Accuracy: ~98% on test data
  • Features:
    • Input image preprocessing
    • Visualization of predictions
    • Real-time testing with custom images (optional)

πŸ“ Folder: handwritten-digit-recognizer


2. πŸ“§ Spam Email Classifier

A binary classification project that predicts whether an email is spam or not using NLP and ML techniques.

Highlights:

  • Dataset: Labeled spam/ham email dataset (e.g., UCI)
  • Model: Naive Bayes / Logistic Regression
  • Techniques: Bag of Words (BoW), TF-IDF
  • Libraries: sklearn, pandas, nltk
  • Features:
    • Text cleaning and tokenization
    • Feature extraction with CountVectorizer
    • Accuracy & confusion matrix reporting

πŸ“ Folder: spam-email-classifier


🧠 Technologies Used

  • Languages: Python
  • Libraries: NumPy, Pandas, Matplotlib, Scikit-learn, TensorFlow, Keras, NLTK
  • Tools: Jupyter Notebook, Git, GitHub

πŸ“œ License

This project is open-source and available under the MIT License (if you add one).


πŸ“¬ Contact


⭐ Star This Repo

If you found these projects helpful or inspiring, please consider giving this repository a ⭐. Thanks!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors