Using Keras, I am trying to reproduce a few basic results from a published paper.
In this task, there are two neural networks - A & B, that are connected in a cascade formation, i.e. the output of model A feeds the input of model B. Please see the figure below.

Here are the specifics steps that need to be implemented:
As I am quite new to the world of neural networks & Keras, I'd really appreciate any help from the community to implement the above steps in Keras. In particular, I am quite confused about implementing step 2 (please see the attached figure).
The details of customization to my specific problem is fuzzy, for example how to implement the forward & backward logic separately etc.
--
You received this message because you are subscribed to the Google Groups "Keras-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keras-users...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/keras-users/2408083a-c79c-424e-8a37-8d0ddcc90b67n%40googlegroups.com.