Skip to content

Implementation of some Neural Network Architectures in PyTorch (AE, FFNN, ELM, RNN). Includes training with Extended Kalman Filter.

Notifications You must be signed in to change notification settings

aarraf/NeuralNetworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural Networks

Description

Implementation of some Neural Network Architectures and training methods in PyTorch, including Autoencoder (AE), FeedForward (FFNN), Recursive (RNN) and Extreme Learning Machine (ELM). FNN are trained in batch or online with the Extended Kalman Filter. The ELM are trained with least squared or online with recursive least squares. RNN is trained with Truncated Backprobagation trough Time.

About

Implementation of some Neural Network Architectures in PyTorch (AE, FFNN, ELM, RNN). Includes training with Extended Kalman Filter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published