Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 426 Bytes

File metadata and controls

5 lines (3 loc) · 426 Bytes

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.