Skip to content

Commit 8aa81f3

Browse files
committed
Removed homeworks
1 parent 2f32201 commit 8aa81f3

File tree

7 files changed

+1
-145
lines changed

7 files changed

+1
-145
lines changed

docs/make.jl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,32 +81,24 @@ lecture_07 = [
8181
"Package development" => "./lecture_07/develop.md",
8282
]
8383

84-
finalproject = joinpath.("./final_project/", [
85-
"homeworks.md",
86-
"project.md",
87-
])
88-
8984
lecture_08 = joinpath.("./lecture_08/", [
9085
"theory.md",
9186
"unconstrained.md",
9287
"constrained.md",
9388
"exercises.md",
94-
"homework.md",
9589
])
9690

9791
lecture_09 = joinpath.("./lecture_09/", [
9892
"theory.md",
9993
"linear.md",
10094
"logistic.md",
10195
"exercises.md",
102-
"homework.md",
10396
])
10497

10598
lecture_10 = joinpath.("./lecture_10/", [
10699
"theory.md",
107100
"nn.md",
108101
"exercises.md",
109-
"homework.md",
110102
])
111103

112104
lecture_11 = joinpath.("./lecture_11/", [
@@ -149,7 +141,6 @@ makedocs(;
149141
"5: Packages" => lecture_05,
150142
"6: Type system and generic programming" => lecture_06,
151143
"7: Code organization" => lecture_07,
152-
"Course requirements" => finalproject,
153144
"8: Optimization" => lecture_08,
154145
"9: Regression and classification" => lecture_09,
155146
"10: Neural networks I." => lecture_10,

docs/src/final_project/homeworks.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/src/final_project/project.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

docs/src/index.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,8 @@ gr()
1313
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 22 among programming languages in the [PYPL rating](https://pypl.github.io/PYPL.html) (as of September 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.
16-
Since there are no course requirements, all students who want to learn to program efficiently or machine learning techniques are welcome to join.
17-
18-
The course's main requirement is to finish a small project of your choice. This project can be connected to your bachelor or master thesis, and we hope that our course will help you prepare a better thesis.
19-
20-
21-
## Information about the course
22-
23-
- Teachers: Lukáš Adam, Václav Mácha
24-
- Credits: 4
25-
- FEL code: [B0B36JUL](http://bilakniha.cvut.cz/en/predmet6985806.html)
26-
- Requirements for the course:
27-
- Finish three [homework](@ref homeworks). Each homework is a short task.
28-
- Finish one final [project](@ref project). Project is a more complex task, where you can choose the topic.
29-
- Grading: The attendance and homework are compulsory to pass the course. The final grade will be based solely on the project.
30-
- Teaching way: online via MS Teams. CTU students will be added automatically to a team after registering for the course in [KOS](https://www.kos.cvut.cz). Students from other universities should write us an email.
3116

17+
Since there are no course requirements, all students who want to learn to program efficiently or machine learning techniques are welcome to join.
3218

3319
## What will we emphasize?
3420

docs/src/lecture_08/homework.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/src/lecture_09/homework.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/src/lecture_10/homework.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)