Skip to content

ReservoirPy v0.3.3

Compare
Choose a tag to compare
@nTrouvain nTrouvain released this 08 May 14:16
· 179 commits to master since this release

New features

  • Add japanese_vowels to datasets ! You can now dowload the Japanese vowels dataset to try Reservoir Computing on a well known pattern recognition task.

Major fixes

  • Incorrect import of ArpackNoConvergence Exception (#67)
  • Models with multiple inputs and complex branches were not created properly (Concat nodes were not created at the right place) (#68)
  • Model.run can now be called on multiple series (using lists of arrays or arrays with ndim > 2)

Minor fixes

  • Lock was used too soon in Ridge.partial_fit. Dot product is now performed in parallel.
  • Better data handling with complex models.
  • New Unsupervised node subclass can be used to mark a Node as unsupervised learner.
  • Update random state generator to numpy.random.Generator in hyper.research.
  • Other minor fixes in examples and typos.

What's Changed

Full Changelog: v0.3.2...v0.3.3