A collection of algorithms implemented in Julia. The implementations here focus on the mathematical readability. When possible, I will also include implementations that improve the performance and numerical stability.
- AdaBoost
- Decision tree
- Loss functions
- Squared error
- Binomial deviance
- LambdaRank
- Survival analysis
- GP regression
- GP classification
- Bayesian optimization
- Search
- Sort
- Heap Queue
- Union Find
- Unweighted Graph
- Weighted Graph