You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
This project implements a 5th degree polynomial curve-fitting algorithm using gradient descent. Given seven y-values sampled at x ∈ {−3, −2, −1, 0, 1, 2, 3 ...