Skip to content

mlpack 4.3.0

Latest
Compare
Choose a tag to compare
@mlpack-bot mlpack-bot released this 27 Nov 18:45
· 843 commits to master since this release

Released Nov. 27, 2023.

  • Fix include ordering issue for LinearRegression (#3541).
  • Fix L1 regularization in case where weight is zero (#3545).
  • Use HTTPS for all auto-downloaded dependencies (#3550).
  • More robust detection of C++17 mode in the MSVC "compiler" (#3555, #3557).
  • Fix setting number of classes correctly in SoftmaxRegression::Train() (#3553).
  • Adapt MultiheadAttention and LayerNorm ANN layers to new Layer interface (#3547).
  • Fix inconsistent use of the "input" parameter to the Backward method in ANNs (#3551).