# Algorithms

- [Overview](/algorithms/overview.md): This page discusses the building blocks of an algorithm.
- [Bias/Variance Tradeoff](/algorithms/bias-variance-tradeoff.md)
- [Regression](/algorithms/regression.md)
- [Generative vs Discriminative Models](/algorithms/generative-vs-discriminative-models.md)
- [Classification](/algorithms/classification.md)
- [Clustering](/algorithms/clustering.md)
- [Tree based approaches](/algorithms/tree-based-approaches.md)
- [Time Series Analysis](/algorithms/time-series-analysis.md)
- [Anomaly Detection](/algorithms/anomaly-detection.md)
- [Big O](/algorithms/big-o.md)
