Machine Learning Resources

Some of Machine Learning Resources

Explore curated learning paths from fundamentals to advanced topics. Each resource connects to interactive Confluence tools where you can practice and experiment with real algorithms.

1

Linear Algebra

beginnerFundamentals

Vectors, matrices, and transformations are the language of ML. Every model internally uses linear algebra for computation.

2

Statistics & Probability

beginnerFundamentals

The mathematical foundation of machine learning. Understanding distributions, hypothesis testing, and Bayesian thinking is essential for interpreting model results.

3

Optimization

intermediateFundamentals

How models learn. Gradient descent, loss functions, and convergence are the mechanisms behind training.

4

Feature Engineering

intermediatePractice

Transforming raw data into useful features. Often more impactful than algorithm choice.

5

Evaluation

intermediatePractice

Measuring model performance correctly. Understanding metrics prevents overfitting to the wrong goal.

6

Model Selection

intermediatePractice

Choosing the right algorithm and tuning it. No single algorithm works best for everything.

7

Deployment

advancedAdvanced

Taking models to production. Serialization, APIs, monitoring, and maintaining models over time.

Recommended Learning Platforms

beginner

Curated collection of documentation, interactive courses, and YouTube channels for continuous learning in machine learning and data science.