Beta Version 1.9.0

Added

  • Added internal model wait times to avoid reaching script exhaustion time. You can access this using :setWaitDurations().

Fixes

  • None

Changes

  • Changed SupportVectorMachine .new() and :setParameters() parameters. Now you can apply different kernels to the support vector machine!

  • LSTM and RNN takes in a table of token sequence arrays.

  • Changed OnlineLearning .new() parameters.