Computer Engineering
Machine Learning Exercise 1: Best Implement Linear Regression from scratch
Introduction Hey there! 👋 Today, we’re gonna dive into the world of linear regression. Our mission? Predict laptop prices using some cool Python and NumPy magic. We’ll be working with a dataset of laptops and trying to figure out how their screen size, RAM, and weight affect their price. Ready? Read more…