Machine Learning in Elixir: Chapter 1 Minor Nits (multiple pages)

Some minor nits in the beta version:

  • “but is often considered it’s own type of machine learning.” → should be “its”

  • “represents a datapoints deviation” → should be “datapoint’s”

  • “subtract each value in the series by the mean” → “subtract the mean from each value in the series” or “reduce each value in the series by the mean”

Thank you for pointing these out! I’ve updated each in the new version!

1 Like