Akshay Agrawal commited on
Commit
9c32824
Β·
unverified Β·
1 Parent(s): 20826a7

Update README.md with optimization course

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -9,7 +9,7 @@
9
  # πŸ“š Learn
10
 
11
  This repository contains a curated collection of educational
12
- [marimo](https://github.com/marimo-team/marimo) notebooks. These notebooks,
13
  organized into courses, explain fundamental concepts for an expanding set of
14
  topics, including academic topics like computer science, linear algebra,
15
  probability, and machine learning, as well as applied topics such as how to use
@@ -21,12 +21,13 @@ notebooks for educators, students, and practitioners.
21
  ## Courses
22
 
23
  - 🐍 [Python](python/): Learn the basics of the Python programming language
 
24
 
25
  **Coming soon.**
26
 
27
  - 🎲 Probability
28
  - πŸ“ Linear algebra
29
- - βš–οΈ Optimization
30
  - ❄️ Polars
31
  - πŸ”₯ Pytorch
32
 
 
9
  # πŸ“š Learn
10
 
11
  This repository contains a curated collection of educational
12
+ [marimo](https://github.com/marimo-team/marimo) notebooks. These Python notebooks,
13
  organized into courses, explain fundamental concepts for an expanding set of
14
  topics, including academic topics like computer science, linear algebra,
15
  probability, and machine learning, as well as applied topics such as how to use
 
21
  ## Courses
22
 
23
  - 🐍 [Python](python/): Learn the basics of the Python programming language
24
+ - βš–οΈ [Optimization](optimization/): Learn how to solve optimization problems, with applications to finance and control
25
 
26
  **Coming soon.**
27
 
28
  - 🎲 Probability
29
  - πŸ“ Linear algebra
30
+
31
  - ❄️ Polars
32
  - πŸ”₯ Pytorch
33