July 2, 2020Linear Regression with GogospagomlmathLinear regression is fun and easy to do in Go. You don't need to learn python to do basic data work!
July 1, 2020Partial Derivatives & Recursive DescentpythonmlmathWriting partial derivatives is a great way to understand some of the underlying features of machine learning and neural network libraries.