From d59b53a355dbd3afb2ae9b4df21f2303e79d6bb9 Mon Sep 17 00:00:00 2001 From: TerenceLiu98 Date: Sat, 30 Jul 2022 17:33:41 +0000 Subject: [PATCH] update --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34cdb2d..50bb324 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ -# optimization +# Interactive Optimization Course +## Perpose of This Project + +Trying to develop an interactive web-based platform to help student learning (convex) optimization (UIC - OR4023) course. + +## Tech Stack + +1. [Manim](https://www.manim.community/) for creating the mathematical animations +2. [Jupyter and Jupyterlab](https://jupyter.org/) as the backend of the platform +3. [plotly](https://plotly.com/) for creating the plots and figures + +manim +jupyter +plotly + +## Some Similar Applications + +* [Gradient Desenct Viz](https://github.com/lilipads/gradient_descent_viz) +* [Optimizer Visualization](https://github.com/Jaewan-Yun/optimizer-visualization) +* [Optimization Visualization](https://emiliendupont.github.io/2018/01/24/optimization-visualization/) \ No newline at end of file