Skip to content

Repository files navigation

Machine Learning Projects

Portfolio folder with four standalone ML projects. Each project has its own README, dependencies, and (where applicable) git remote.

Project Focus Stack Status
deep-learning-mnist Handwritten digit CNN + Gradio UI (~99.33%) PyTorch, Gradio Showcase
stock-price-forecast-lstm AAPL next-day LSTM forecast + Streamlit app TensorFlow, Streamlit Showcase (live demo)
Image-recognition/MNIST-MLP-CNN MLP vs CNN comparison TensorFlow/Keras Comparison study
spam-classifier SMS spam/ham with TF-IDF + logistic regression scikit-learn Classic NLP pipeline

How the two MNIST projects differ

  • deep-learning-mnist — production-style PyTorch CNN, training plots, interactive drawing UI.
  • MNIST-MLP-CNN — educational MLP baseline vs CNN comparison.

Quick start

Open any project folder, create a venv, and follow that project’s README:

cd <project>
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Remotes

This folder is published as a single monorepo:

Former individual repos (DEEP-LEARNING-MNIST, AAPL-LSTM-forecaster, MNIST-MLP-CNN) were consolidated here.

About

Portfolio monorepo: MNIST CNN, AAPL LSTM, MLP vs CNN, SMS spam classifier

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages