Solving LeetCode 2444: Count Subarrays With Fixed Bounds Using Sliding Window 🚀Apr 26, 2025·2 min read
🍬 Solving the "Candy" Problem from LeetCode: A Greedy Algorithm ApproachA Sweet Dive into Greedy Algorithms and Local OptimizationJun 2, 2025·3 min read
Unveiling the Mysteries of Machine Learning and Kernel MethodsWhat are Kernel Methods? At the heart of many machine learning algorithms lie kernel methods, a sophisticated set of techniques that enable the analysis and classification of complex datasets. For university students venturing into machine learning, ...May 1, 2024·3 min read
Understanding and Calculating the Variance of Sample MeanIntroduction When working with a set of data points, understanding the variability within the data is crucial for drawing meaningful conclusions. One fundamental measure of variability is the variance, which quantifies how much the values in a datase...Apr 30, 2024·3 min read
Unveiling Bayesian Linear Regression: A Step-by-Step Guide to Posterior DistributionIntroduction In machine learning, Bayesian Linear Regression offers a probabilistic framework to understand the relationships between variables. Unlike its classical counterpart, Bayesian regression provides a distribution over possible values of par...Apr 25, 2024·3 min read
Navigating the Expressivity vs. Generalization Trade-off in Machine Learning🧩Keywords Expressivity Expressivity in the context of machine learning refers to the ability of a model to capture and represent complex patterns within the training data. A highly expressive model can effectively learn intricate relationships and ...Apr 24, 2024·4 min read
Advancements in AI: Anomaly Detection, Computer Vision, and Ethical ConsiderationsAnomaly Detection and Computer Vision AI has an exceptional ability to detect anomalies and interpret visual information. Anomaly detection leverages sensor data to preempt potential equipment failures, marking a pivotal advancement in predictive mai...Apr 9, 2024·2 min read