Category: Computer Science
-
Amdahl’s Law and The Maximum Theoretical Speedup Achievable By Parallelism
We’ve been learning about theoretical parallelism in my concepts of parallel and distributed systems class, and I found…
-
How I’m Saving Myself in the Age of AI
Introduction Right before the college semester began, I signed up for a class called Machine Learning. If you…
-
What is Gradient Descent in Machine Learning?
In this article, I’ll be explaining what gradient descent is in machine learning in a simple and easy…
-
My Advice for New Students in Computer Science
A few people have reached out to me, asking for my advice for new students thinking about going…
-
Merge Sort – Explained with Visuals
What is Merge Sort in One Sentence? Merge Sort is a computer science sorting algorithm, which essentially means…