darryl's blog
hi! i'm a y3 student in hci doing ml/dl research.
idk what i'll post here but yay!
Latest Posts
Thu, December 12, 2024
7 min read
Introduction to Linear Regression
In this comprehensive guide, we'll delve into the essentials of linear regression, explore its mathematical underpinnings, and demonstrate how to implement it in Python using popular libraries.
read more →
Mon, December 9, 2024
6 min read
Introduction to Complexity Analysis
This blog post explores the core concepts of complexity analysis, providing a beginner-friendly introduction to this essential field.
Fri, November 29, 2024
11 min read
Understanding Buffer Overflow Vulnerabilities in C
This article will provide a detailed examination of buffer overflows in C