This project visualizes the gradient descent optimization process in 3D using Matplotlib.
Three particles descend along a sinusoidal surface by following the gradient of a mathematical function.
- Python
- NumPy
- Matplotlib
- Clone the repository:
git clone https://github.com/CodeLoopdroid/gradient-descent-3d-visualization.git
cd gradient-descent-3d-visualization