pytorch-ident

System Identification with PyTorch.

pytorch-ident is an open-source python library for system identification with deep learning tools based on the PyTorch framework. The project is hosted on this GitHub repository.

Requirements

In order to run pytorch-ident, you need a python 3.x environment and the following packages:

Installation

  1. Copy or clone the pytorch-ident project into a local folder. For instance, run

git clone https://github.com/forgi86/pytorch-ident.git

from the command line

  1. Navigate to your local pytorch-ident folder

cd LOCAL_FOLDER

where LOCAL_FOLDER is the folder where you have just downloaded the code in step 2

  1. Install pytorch-ident in your python environment: run

pip install .

from the command line, in the working folder LOCAL_FOLDER

Getting started

The best way to get started with pytorch-ident is to run the examples.

API Documentation

Indices and tables