Skip to content

s4096770/ai-math-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 AI Math Visualiser

Explore how mathematics powers machine learning — interactively and intuitively!

A Streamlit web app that helps you see how equations become intelligence.
Adjust sliders, visualise regression, and watch math come alive.


✨ Features

  • 🎚️ Interactive linear regression with live slope/intercept updates
  • 🧭 Real-time cost function intuition (coming soon!)
  • 🧩 3D neural activation plots (coming soon!)

🧰 Built With

  • Python 3
  • Streamlit
  • NumPy
  • Matplotlib
  • Plotly

🚀 Run It Locally

git clone https://github.com/s4096770/ai-math-visualiser.git
cd ai-math-visualiser
python3 -m venv venv
source venv/bin/activate  # or venv\Scripts\activate on Windows
pip install -r requirements.txt
streamlit run app.py

About

Interactive visualisations showing how math powers machine learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages