Skip to content

Non-linear topology identification using Deep Learning. Sparsity (lasso) is enforced in the sensor connections. The non-convex and non-differentiable function is solved using sub-gradient descent algorithm.

License

Notifications You must be signed in to change notification settings

kevinroy007/NLVAR_subgradient_descent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains two different model formulations for evaluating linear and nonlinear VAR models:

Formulation A linear_validation.py: Executes the linear VAR (Vector Autoregression) model using a predefined set of hyperparameters.

nonlinear_validation.py: Runs the nonlinear VAR (NLVAR) model with the desired configuration.

python linearvalidation.py or

python nonlinearvalidation.py depending on the model you wish to evaluate.

Formulation B Implements the VAR model under Formulation B.

Navigate to the FormulationB/ folder and run:

python var_lip.py

About

Non-linear topology identification using Deep Learning. Sparsity (lasso) is enforced in the sensor connections. The non-convex and non-differentiable function is solved using sub-gradient descent algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published