Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: alexshtf/torchcurves

v0.2.1

21 Nov 21:46
5991659

Choose a tag to compare

Changes

  • Added arctangent normalization function. Useful for heavy-tailed input features, since it models the CDF of the Cauchy distribution
  • Added auction win probability example as a demonstration of modeling increasing functions

v0.2.0

08 Nov 16:16
eb05c40

Choose a tag to compare

Changes

  • [Breaking] there is no longer a separation between b-spline curves and b-spline embeddings. Everything is handled gracefully by one class - BSplineCurve.

Fixed and improvements

  • Faster and less memory-allocation hungry B-Spline and Legendre evaluation

v0.1.1

16 Oct 17:41
78e2c4c

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

Initial release