Closed
Description
Hello, this is a great project , I am learning how to implement model without sklearn/tensorflow , it really help me a lot .
I have a question on
numpy-ml/numpy_ml/linear_models/lm.py
Line 252 in 4f37707
l1norms(self.beta)
means the sum of all absulote value of each element in self.beta . I don't quite understand why the simple gamma * beta
stand for `L2 ?
PS: May I ask what IDE and code document plugin you are using ? I see some annotation don't beyond to latex , it would be nice to see beautiful math symbols than raw latex :)