Knowledge Base
Organized collections of academic notes, cheat sheets, and reference materials.
Course Collections
Statistics II: Inference
Updated 2 days ago
Comprehensive notes on Bayesian inference, hypothesis testing, and regression analysis using Python.
Python OOP Design
Updated 5 days ago
Deep dive into classes, inheritance, dunder methods, and design patterns in Python 3.10+.
Game Math & Physics
Updated 1 week ago
Vector mathematics, collision resolution strategies, and HLSL shader basics for Unity developers.
Recent Notes
Bayesian Inference
Introduction to priors, likelihoods, and posterior distributions with Python examples.
Magic Methods
Understanding __init__, __str__, and operator overloading for custom classes.
Eigenvalues
Visualizing linear transformations and calculating determinants.
Raycasting 101
Implementing line-of-sight checks in Unity C# using Physics.Raycast.