root
├── academia-profiles
├── control-theory
├── image-analysis
├── latex
├── algorithms
│ ├── algorithms
│ ├── cheat-sheet
│ ├── keywords
│ └── problem-list
├── art
│ └── painters
├── databases
│ ├── databases
│ └── sql
├── high-performance-computing
│ ├── computational-techniques
│ ├── distributed-systems
│ └── keywords
├── machine-learning
│ ├── keywords
│ ├── linear-classifiers-regressors
│ ├── machine-learning
│ ├── optimization
│ ├── paradigms
│ └── models
│ ├── CNN
│ ├── LSTM
│ ├── decision-tree
│ ├── ensembles
│ ├── random-forests
│ └── support-vector-machine
├── math
│ ├── bayesian-inference
│ ├── calculus
│ ├── distributions
│ ├── keywords
│ ├── linear-algebra
│ ├── mathematical-models
│ ├── nonlinear-optimization
│ ├── number-theory
│ ├── probability-theory
│ ├── series
│ ├── statistics
│ └── stochastic-processes
├── meta
│ └── structure
├── networking
│ ├── cryptography
│ ├── firewall
│ ├── keywords
│ ├── network-security
│ ├── osi-model
│ └── protocols
├── os
│ ├── file-systems
│ ├── interprocess-communication
│ ├── keywords
│ ├── memory-management
│ ├── processes-and-threads
│ └── processors
├── programming-languages
│ ├── python
│ │ ├── matplotlib
│ │ ├── numpy
│ │ ├── pandas
│ │ ├── python
│ │ └── scikit-learn
│ └── rust
│ └── rust
├── reinforcement-learning
│ ├── bandits
│ └── reinforcement-learning
└── web
└── react