Skip to content

Maithilishetty/Neural-Net-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Net-Control

This respository contains the code for the identification and control of nonlinear dynamical systems using Neural Networks. The examples for this experiment is taken from 'Identification and Control of Dynamical Systems using Neural Networks' by K. S. Narendra and Kannan Parthasarathy.

There are 3 different implementations for the same:

  1. BPA - This is the implementation using simple back propagation with 2 hidden layers.
  2. BPA - Single Layer - This uses only a single hidden layer.
  3. OSLA - This is the implentation of the Online Sequential Learning Algorithm.

All the above results can be compared using the MSE (mean square error) and the VAF (variance accounted for) parameters.

About

Nonlinear control using neural networks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages