summaryrefslogtreecommitdiff
path: root/education/2018-09_ens/2019-09_m1.nix
blob: f58e7ea316e27ae16eb98d642afc574b59104f37 (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
{ ... }:

{
  date = {
    start = "2019-09-01";
    end = "2020-07-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).";
}