/hcnn

Historical Consistent Neural Network (HCNN) implemented in PyTorch

Primary LanguageJupyter Notebook

hcnn

HCNN is a special type of recurrent neural network with teacher forcing while training. More detailed description is provided in https://link.springer.com/chapter/10.1007/978-3-642-28696-4_10

This package implements Historical Consistent Neural Network (HCNN) that was designed by Hans-Georg Zimmermann and has been studied by Alexey Minin in papers:

Package also contains implementaion of Causal-Retro-Causal Neural Networks (CRC). Details are provided in https://link.springer.com/chapter/10.1007/978-3-642-29210-1_92.