Machine Learning

Table of Contents

1. Machine Learning

1.4. Machine Learning Computing alternative architectures

1.5. Regression

1.5.1. Blinder–Oaxaca decomposition - Wikipedia

https://en.wikipedia.org/wiki/Blinder%E2%80%93Oaxaca_decomposition
In a regression
y1 = β1*X1 + μ1
y2 = β2*X2 + μ2
μ is error
b1, b2 estimates of β1, β2
mean(y1) - mean(y2) = b1*mean(X1) - b2*mean(X2) = b1*(mean(X1) - mean(X2)) + mean(X2)*(b1 - b2) = b2*(mean(X2) - mean(X1)) + mean(X1)*(b2 - b1)

  1. First term: the impact of between-group differences in the explanatory variables X, evaluated using the coefficients for group 1/2.
  2. Second term: differential not explained by these differences in observed characteristics X.

1.6.

1.8. MLU-Explain

https://mlu-explain.github.io/
Machine Learning University (MLU) is an education initiative from Amazon designed to teach machine learning theory and practical application.

1.10. Ver “Carnegie Mellon University Deep Learning” en YouTube

1.11. Robert Miles - YouTube → Explaninable AI, AI Safety

Author: Julian Lopez Carballal

Created: 2024-09-16 Mon 04:41