Structuring Machine Learning Projects (Coursera)
Notes from Coursera's Structuring Machine Learning Projects by Andrew Ng, Younes Bensouda Mourri and Kian Katanforoosh
Notes from Coursera's Structuring Machine Learning Projects by Andrew Ng, Younes Bensouda Mourri and Kian Katanforoosh
Notes from Coursera's Introduction to Recommender Systems: Non-Personalized and Content-Based by Joseph A Konstan and Michael D. Ekstrand.
Course notes from Data Structures and Performance on Coursera
For some data relationships in Postgres (or any other relational database that speaks SQL), recursive queries are near inevitable. Let's say you have some top-level …
Mean Absolute Error (MAE) is a metric for assessing Regression predictions. Simply take the average of the absolute error between all labels and predictions in …
Notes taken during ML Regression by Coursera.
n x m
(n rows, m columns).Root mean-squared error (RMSE) is a function for assessing Regression predictions.
Sometimes called L2 Loss because it takes the L2 Norm of the error vector …