Giter VIP home page Giter VIP logo

anilbey / nonlinear-model-identification-with-froe Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 994 KB

Implementation of the algorithm described in the following paper. Korenberg, M., Billings, S.A. and Liu, Y.P. (1987) An Orthogonal Parameter Estimation Algorithm for Nonlinear Stochastic Systems

License: MIT License

MATLAB 100.00%
matlab system-identification modeling feature-selection non-linear-optimization model-fitting

nonlinear-model-identification-with-froe's Introduction

Nonlinear Model Identification with FROE

License: MIT
This repository contains the implementation of the algorithm described in the following paper. Additionally, the report also contains the comparison of FROE models with Feed-forward Neural Networks.
Korenberg, M., Billings, S.A. and Liu, Y.P. (1987) An Orthogonal Parameter Estimation Algorithm for Nonlinear Stochastic Systems.

DOI:10.1080/00207178808906169

Summary

The work is consisting of performing a nonlinear model identification by using the Forward Regression Orthogonal Estimates Method with polynomial NARX models and the feed-forward neural networks and the comparison of two approaches under different model complexity assumptions. Further detail can be found inside the pdf report.

Identification of Polynomial NARX Models using FROE

A nonlinear autoregressive exogenous (NARX) model relates the output by the previous values of the output signal and previous values of an independent (exogenous) input signal. The generic NARX model is formulated as follows:
S: y(t) = f(y(t−1), ..., y(t−n y ), u(t−1), ..., u(t−n u ))
The parameter estimation problem can simply be solved by using Least Squares. In fact, the complication is to select the correct parameters of polynomial expansion to include in the model rather than estimating them. The number of possible polynomial terms increases exponentially with respect to the model order k. To evaluate a model, one has to estimate its parameters and measure its goodness of fit. However testing all the possible model structures is not feasible. Therefore many structure selection methods employ the forward regression approach. Forward selection can be speeded up even further using a technique called orthogonal least squares. This is a Gram-Schmidt orthogonalization process which ensures that each new column added to the design matrix of the growing subset is orthogonal to all previous columns.

nonlinear-model-identification-with-froe's People

Contributors

anilbey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

lmnonlinear

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.