ann_elucubrations

Sorting my notes about artificial neural networks

View the Project on GitHub

First Order Linear Time Invariant (LTI) Plant Identification

The continuous-time model of a first order LTI system is given by:

which is discretized as

FeedForward sklearn code

FeedForward keras code

RNN: keras code