|
|
|
|
|
by jwilber
1881 days ago
|
|
On point 3 - I had to implement a logistic regression model in js recently and implementing all of the required math methods (eg dot product, transpose, vectorized addition, etc.) were actually super easy with js’s functional array utilities. |
|