dbeinhauer / mcs-source

0 stars 0 forks source link

Use LSTM cell instead of DNN model of neuron #10

Open dbeinhauer opened 1 week ago

dbeinhauer commented 1 week ago

It might be better to use shared LSTM cell instead of DNN model of the shared neuron in the layer.

Need to figure out how the cell should look like.