Tutorials
This section contains practical examples demonstrating the main features of nnodely through Jupyter notebooks.
All examples are provided without large datasets. Please refer to the repository for the complete data files.
Available Examples
- Load Data
- Training
- Inference
- Import/Export Network
- Save/Load the model definition in a json file
- Save/Load network parameters in a pickle file
- Export/Import pytorch model
- Export the network to an ONNX format
- ONNX inference
- Export training and validation report
- Example - Longitudinal dynamics of a vehicle (Non recurrent version export)
- Example - Longitudinal dynamics of a vehicle (Recurrent version export)
- Fir Layer
- Fuzzify Layer
- Linear Layer
- Local Model
- Constant and Parameter
- Parametric Functions
- Partitioning
- State Variables
- Equation Learner Layer
- Interpolation Layer