Linear Regression | y = (ax + b)
Logistic Regression | y = sig(ax + b)
reLu | y = reLu(ax + b)
Curve | y = (ax^2 + bx + c)
Sin Wave | y = a * sin(2PI * f * x / b)
Multiple Waves