blob: 9c85316be08a09f8d96c57804bbf244a769fd828 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
{...}: {
date = {
start = {
year = 2019;
month = 9;
day = 1;
};
end = {
year = 2020;
month = 7;
day = 31;
};
};
program = {
name = "ENS's Computer Science Department";
acronym = "DIENS";
studyType = "First year Master's degree in Computer Science";
url = "https://diplome.di.ens.fr/index_en.html";
};
courses = {
"Computer Science" = [
"Random Structures & Algorithms"
"Path Planning in Robotics"
"Models & Algorithms for Networks"
"Deep Learning"
"Artificial Vision"
"Lambda Calculus & Categories"
"Combinatorial & Convex Optimisation"
"Parallel & Reactive Programming"
];
Mathematics = [
"Functional Analysis"
"Dynamical Systems"
"Stochastic Processes"
"Differential Geometry"
"Algebra (Domains)"
"Logics"
"Data Science"
"Statistics"
"Partial Differential Equations"
"Algebraic Topology"
];
};
description = "Completed with highest honors (18.20/20).";
}
|