This is the rendered collections of notes by me, Lex Toumbourou.
You can find the source on the GitHub project.
The notes are collecting using my interpretation of the Zettelkasten method.
More
You can find the source on the GitHub project.
The notes are collecting using my interpretation of the Zettelkasten method.
More
-
-
Data Structures and Performance
Course notes from Data Structures and Performance on Coursera
-
-
Recursive queries in PostgreSQL
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
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 …
-
ML Regression
Notes taken during ML Regression by Coursera.
Linear Algebra Refresher
Matrices and Vectors
- Denoted by
n x m
(n rows, m columns).
Special Matrices
- Square …
- Denoted by
-
Root Mean-Squared Error
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 …
-
-
Machine Learning Foundations: A Case Study Approach
Notes from Coursera's Machine Learning Foundations: A Case Study Approach by Emily Fox and Carlos Guestrin
-