In this tutorial, they are going to list some of the most common algorithms that are used in supervised learning along with a practical tutorial on such algorithms.
This is really useful and worth a bookmark or printout.
This is a blog containing data related news and information that I find interesting or relevant. Links are given to original sites containing source information for which I can take no responsibility. Any opinion expressed is my own.
In this tutorial, they are going to list some of the most common algorithms that are used in supervised learning along with a practical tutorial on such algorithms.
This is really useful and worth a bookmark or printout.
Why and when does R-squared, the coefficient of determination, go below zero?
Interesting and good to be able to confirm it is how I thought it was.
The connection between probability definition and machine learning explanation.
Great guide and clear explanation.
Implement a simple Linear Regression with OOP basics on your own.
I love this and the clear examples of code. Object-oriented programming might appear to be extra work but if you have a long or complicated piece of code it is very useful to standardise exactly what you are doing and how.
While there may always seem to be something new, cool, and shiny in the field of AI/ML, classic statistical methods that leverage machine learning techniques remain powerful and practical for solving many real-world business problems.
Some really good points in this article that make sense if you think about it a bit more. I particularly like point #2 as anything that makes it easier to communicate with others definitely gets my vote.