Causal-Retro-Causal Neural Network ---------------------------------- Module ^^^^^^ .. automodule:: prosper_nn.models.crcnn.crcnn :members: :undoc-members: :show-inheritance: .. note:: The model uses the :ref:`Historical Consistent Neural Network Cell` in both temporal directions. Example ^^^^^^^ .. literalinclude:: ../examples_for_doc/crcnn_example.py :language: python Reference ^^^^^^^^^ `Zimmermann HG., Tietz C., Grothmann R. (2012) Forecasting with Recurrent Neural Networks: 12 Tricks. In: Montavon G., Orr G.B., Müller KR. (eds) Neural Networks: Tricks of the Trade. Lecture Notes in Computer Science, vol 7700. Springer, Berlin, Heidelberg. https://doi.org/10.1007/978-3-642-35289-8_37 `_