Skip to content

Commit 7e545d5

Browse files
committed
Changed course name
1 parent 31d54d2 commit 7e545d5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/JuliaTeachingCTU/JuliaCTUGraphics/main/logo/Julia-for-Machine-Learning-logo.svg" alt="Course logo"/>
2+
<img src="https://raw.githubusercontent.com/JuliaTeachingCTU/JuliaCTUGraphics/main/logo/Julia-for-Optimization-and-Learning.svg" alt="Course logo"/>
33
</p>
44

55
---
@@ -9,4 +9,4 @@
99
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://VaclavMacha.github.io/JuliaCourse/dev)
1010

1111

12-
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)

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ lecture_12 = joinpath.("./lecture_12/", [
125125
# make docs options
126126
makedocs(;
127127
authors = "Václav Mácha",
128-
sitename = "Julia for Machine Learning",
128+
sitename = "Julia for Optimization and Learning",
129129
format = Documenter.HTML(;
130130
prettyurls = get(ENV, "CI", "false") == "true",
131131
collapselevel = 1,

docs/src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
```@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">
44
```
55
---
66

@@ -10,7 +10,7 @@ ENV["GKSwstype"] = "100"
1010
gr()
1111
```
1212

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:
1414
- *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).
1515
- *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.
1616
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

Comments
 (0)