Skip to content

Intricate v0.6.0

Compare
Choose a tag to compare
@gabrielmfern gabrielmfern released this 02 Sep 21:15
· 93 commits to main since this release

What's Changed

  • fix the categorical cross entropy to compute loss and derivatives as it is normally defined to compute
  • fix the sum buffer operation that had a problem when setting the local buffer
  • add the Mean Bias loss function
  • add the Mean Absolute loss function
  • improve Intricate's internal code overall to run better and sometimes faster
  • add the Nesterov Accelerated Gradient optimizer
  • add the Momentum-based optimizer
  • add the Adagrad optimizer

Full Changelog: v0.5.0...v0.6.0