Skip to content

Interactive deep learning visualizer — featuring linear regression, MLPs, logistic regression, gradient descent demos, and mathematical explanations.

Notifications You must be signed in to change notification settings

Paulyang80/DeepLearningLab

Repository files navigation

DeepLearningLab

Interactive deep learning (DL) visualizer playground.

This repo contains:

  • web/: Next.js (TypeScript + Tailwind) frontend for interactive visualizations
  • backend/: FastAPI backend for Python-side computation (later: PyTorch inference/training)

Run (dev)

Backend (FastAPI)

cd /Users/paulyang/Projects/DeepLearningLab
source .venv/bin/activate
pip install -r requirements.txt
uvicorn backend.main:app --reload --port 8000

Frontend (Next.js)

cd /Users/paulyang/Projects/DeepLearningLab/web
npm install
npm run dev

About

Interactive deep learning visualizer — featuring linear regression, MLPs, logistic regression, gradient descent demos, and mathematical explanations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published