I am a python Intermediate and Keras/NN beginner. I have implemented Keras models before from tutorials and want to try implementing one from a research paper. What does this schematic mean in relation to a Keras model?
Where "Input Cross-presence Matrix" is a incremental count of the number of times every pair of numbers (1-45) appeared together eg (1-2, 1-3 .. 1-45).
"Other input" is the incremental count of the number of times a number (1-45) appeared.
The output is a non-linear sigmoid of the presence or not a number (1-45) in an 8 wide array.
Thanks for any help.