Skip to content

Releases: JingweiToo/Machine-Learning-Toolbox

Update license

11 Dec 12:02
5df82aa
Compare
Choose a tag to compare
1.5

Update LICENSE

Small change on ensemble tree

10 Dec 08:46
9d1c4bd
Compare
Choose a tag to compare

Change Adaboost to Bag so that ensemble tree can be used for multiclass problem.

1.2

10 Dec 08:01
023aaf6
Compare
Choose a tag to compare
1.2

The toolbox has been fully updated.

  • Add hold-out and leave-one-out strategies for all methods
  • Add Gaussian mixture model
  • Add ensemble tree classifier
  • Improve Naive Bayes
  • All methods can be executed with only one main function jml
  • Simplicity and easy to implement
  • New examples are provided