Statistical and Machine Learning Examples in Go
References :
-
Practical Statistics for Data Science
-
Algebra Matrix Operations :
- Determinant Info - https://www.mathwords.com/d/determinant.htm
- Cofactor - https://www.mathwords.com/c/cofactor.htm
- Adjoint - https://www.mathwords.com/a/adjoint.htm
- Inverse matrix - https://www.mathwords.com/i/inverse_of_a_matrix.htm
- Go examples for matrix operations