Releases: tonegas/nnodely
Releases · tonegas/nnodely
v1.5.4
v1.5.2
This new version 1.5.2 of nnodely, featuring several updates:
- Fixes many bugs
- Improved the recurrent plot in matplotlib
v1.5.1
This new version 1.5.1 of nnodely, featuring several updates:
- Improved clarity of documentation and examples.
- Support for managing multi-dataset features is now available.
- DataFrames can now be used to create datasets.
- Datasets can now be resampled.
- Random data training has been fixed for both classic and recurrent training.
- The
Statevariable has been removed. - It is now possible to add or remove a connection or a closed loop.
- Partial models can now be exported.
- The
trainModelfunction and theresultAnalysishave been separated. - A new function,
trainAndAnalyse, is now available. - The report now works across all network types.
- The training function code has been reorganized.
- New plotting function for network structure
v1.3.1
Here's the new version of nnodely!
In this new version, you can:
- derive and integrate streams;
- create a time or sample window on the stream;
- create the new equation learner layer.
- call easly the parametric function using a simplified inputs that improve the flexibility and reliability.
In addition, countless bugs have been fixed and the warning and error system has been hardened.
Moreover the domumentation is improved and it has been included in the tests.
v1.0.0
It’s time to build—nnodely 1.0.0 is officially here!
The main functionalities of this first version are:
- Build your forward neural models using the basic building blocks: Activation Trigonometric and Aritmetic functions, Linear and Fir layers, Fuzzy layers and Local Models, and custom Parametric Function.
- Build your neural controllers using Connect and CloseLoop operations.
- Load multiple datasets from different files.
- Train from a network's piece to the whole network, including loops and connections.
- Export your controller or your estimator in stand-alone Pytorch or Onnx.
v0.25.0
Merge pull request #35 from tonegas/features/1-setup-the-documentation Modified the version
v0.24.0
Merge pull request #19 from tonegas/fixes/1-test New version for test check push
v0.23.0
Merge pull request #18 from tonegas/fixes/1-test New version after clean the repository files
v0.22.13
Merge pull request #16 from tonegas/features/14-test-autorelease-on-p…