You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is supplementary material to the course **Julia for machine learning**, which is taught at the Czech Technical University in Prague. More information can be found on the [official course website](https://VaclavMacha.github.io/JuliaCourse/stable) or in the [course syllabus](http://bilakniha.cvut.cz/en/predmet6606806.html)
12
+
This repository is supplementary material to the course **Julia for Optimization and Learning**, which is taught at the Czech Technical University in Prague. More information can be found on the [official course website](https://VaclavMacha.github.io/JuliaCourse/stable) or in the [course syllabus](http://bilakniha.cvut.cz/en/predmet6606806.html)
Copy file name to clipboardExpand all lines: docs/src/index.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
```@raw html
2
-
<img class="docs-dark-only" src="https://raw.githubusercontent.com/JuliaTeachingCTU/JuliaCTUGraphics/master/logo/Julia-for-Machine-Learning-logo-dark.svg" alt="Julia for Machine Learning logo">
3
-
<img class="docs-light-only" src="https://raw.githubusercontent.com/JuliaTeachingCTU/JuliaCTUGraphics/master/logo/Julia-for-Machine-Learning-logo.svg" alt="Julia for Machine Learning logo">
2
+
<img class="docs-light-only" src="https://raw.githubusercontent.com/JuliaTeachingCTU/JuliaCTUGraphics/main/logo/Julia-for-Optimization-and-Learning.svg" alt="Julia for Optimization and Learning logo">
3
+
<img class="docs-dark-only" src="https://raw.githubusercontent.com/JuliaTeachingCTU/JuliaCTUGraphics/main/logo/Julia-for-Optimization-and-Learning-dark.svg" alt="Julia for Optimization and Learning logo">
4
4
```
5
5
---
6
6
@@ -10,7 +10,7 @@ ENV["GKSwstype"] = "100"
10
10
gr()
11
11
```
12
12
13
-
Welcome to our course *Julia for Machine Learning*. This course consists of two parts:
13
+
Welcome to our course *Julia for Optimization and Learning*. This course consists of two parts:
14
14
-*Basics of Julia*: [Julia](https://julialang.org/) is a fast programming language for scientific computing. Designed and developed at MIT, it quickly keeps gaining popularity and scored rank 25 among programming languages in the [PYPL rating](https://pypl.github.io/PYPL.html) (as of February 2021).
15
15
-*Applications*: The second part of the course will be dedicated to applications. The main emphasis will given to machine learning, but we will also go through statistics and differential equations.
16
16
Since there are no course requirements, all students who want to learn to program efficiently or machine learning techniques are welcome to join.
0 commit comments