Update.
[tex.git] / dlscore.tex
1 %% -*- mode: latex; mode: reftex; mode: flyspell; coding: utf-8; tex-command: "pdflatex.sh" -*-
2
3 \documentclass[11pt,a4paper,twocolumn,twoside]{article}
4 \usepackage[a4paper,top=2cm,bottom=2cm,left=2.5cm,right=2.5cm]{geometry}
5 \usepackage[utf8]{inputenc}
6 \usepackage{cmbright}
7
8 \begin{document}
9
10 \noindent One point per item if you know precisely the meaning of the
11 listed word(s)
12
13 \section{Machine Learning}
14
15 \begin{enumerate}
16
17   \item VC dimension
18   \item over-fitting, under-fitting
19   \item logistic regression
20   \item Q-value
21   \item kernel trick
22   \item boosting
23   \item feature design
24   \item linear regression
25   \item expectation-maximization, GMM
26   \item SVM
27   \item Bellman equation
28   \item decision tree
29   \item train/validation/test sets
30   \item naive Bayesian model
31   \item autoregressive model
32   \item bias-variance dilemma
33   \item policy gradient
34   \item random forest
35   \item k-NN
36   \item perceptron algorithm
37
38 \end{enumerate}
39
40
41 \section{Deep-Learning}
42
43 \begin{enumerate}
44
45   \item Adam
46   \item softmax
47   \item residual connections
48   \item autograd
49   \item ReLU
50   \item dropout
51   \item CLIP
52   \item Xavier's initialization
53   \item Vanishing gradient
54   \item LeNet
55   \item ViT
56   \item transposed convolution layer
57   \item checkpoint (during the forward pass)
58   \item minibatch
59   \item masked model
60   \item supervised / unsupervised
61   \item data augmentation
62   \item attention block
63   \item SGD
64   \item batchnorm
65   \item gradient clipping
66   \item tokenizer
67   \item VAE
68   \item weight decay
69   \item GELU
70   \item LSTM, GRU
71   \item GAN
72   \item resnet
73   \item straight-through estimator
74   \item convolution layer
75   \item pre-training / fine-tuning
76   \item perplexity
77   \item logits
78   \item cls token
79   \item forward pass
80   \item Transformer (original one), GPT
81   \item backward pass
82   \item autoencoder, denoising autoencoder
83   \item layer norm
84   \item GNN
85   \item diffusion model
86   \item cross-entropy
87   \item max pooling, average pooling
88   \item RNN
89   \item contrastive loss
90   \item positional encoding
91   \item causal model
92   \item attention layer
93   \item SSL
94   \item MSE
95   \item positional encoding
96   \item tensor
97
98 \end{enumerate}
99
100 \section{Math}
101
102 \begin{enumerate}
103   \item Hessian
104   \item random variable
105   \item matrix
106   \item entropy, mutual information
107   \item dot product
108   \item mean, variance
109   \item L2 norm
110   \item chain rule (differentiation)
111   \item Fourier transform
112   \item continuity, Lipschitz continuity
113   \item chain rule (probability)
114   \item polynomial
115   \item Cantor's diagonal argument
116   \item Jacobian
117   \item linear operator
118   \item gradient
119   \item Bayes' thorem
120   \item vector
121   \item joint law, product law
122   \item Gaussian distribution
123   \item distribution
124   \item determinant, rank
125   \item eigen-decomposition, svd
126   \item maximum likelihood
127   \item Central Limit Theorem
128
129 \end{enumerate}
130
131 \section{Computer Science}
132
133 \begin{enumerate}
134
135 %% \itemsep0em 
136
137   \item polymorphism
138   \item recursion
139   \item value passed by reference
140   \item binary search
141   \item quick sort
142   \item parallel scan
143   \item mutability
144   \item Turing machine
145   \item FP32
146   \item iterator
147   \item interpreter, compiler
148   \item anonymous function
149   \item set
150   \item binary heap
151   \item mutex
152   \item cache memory
153   \item scope of a variable or function
154   \item dynamic programming
155   \item hash table
156   \item big-O notation
157   \item Turing complete
158   \item class inheritance
159   \item closure
160   \item loop unrolling
161   \item complexity
162
163 \end{enumerate}
164
165 \end{document}