Spaces:
Running
Running
Akshay Agrawal
commited on
Update README.md with optimization course
Browse files
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 |
-
|
| 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 |
|