cute bird

Hi, I’m Diogo!

I’m a computer science graduate student. I love to expand my knowledge and try different topics on my projects. This blog will be a tool for me to document my journey through the world of programming, machine learning, and software development in general.

Recent Posts

Linear Regression

Diogo Nogueira · · 9 min read

When learning about any new subject there must allways be a starting point, and for machine learning (ML) this is usually linear regression (LR). This simple method provides an intuitive predictor using some basic math, while still being able to solve many problems. In this post I intend to provide a basic introduction to LR for any beginner in ML. What is Regression? Regression is one of the two main ML problems.