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.
- 🎚️ Interactive linear regression with live slope/intercept updates
- 🧭 Real-time cost function intuition (coming soon!)
- 🧩 3D neural activation plots (coming soon!)
- Python 3
- Streamlit
- NumPy
- Matplotlib
- Plotly
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