Currently I’m watching a Scala and a Maschine Learning course on coursera.org and wanted to try some simple stuff for myself. I choose Gradient Decent would be a perfect start to try some functional programming. The code import scala.math._ object GradientDecent extends App { val alpha = 0.1 //size of steps taken in […]