Top "Multi-layer" questions

How to use multilayered bidirectional LSTM in Tensorflow?

I want to know how to use multilayered bidirectional LSTM in Tensorflow. I have already implemented the contents of bidirectional …

tensorflow lstm recurrent-neural-network bidirectional multi-layer
Microservices vs multi-layered architecture

My project has one backend service (Web API) and one frontend SPA application. Backend service has presentation, application services, domain …

asp.net-web-api architecture microservices multi-layer
Multi layer RNN with LSTM in Tensorflow

I have coded a single layer RNN with LSTM in Tensorflow (ver 1.5) by Python (ver 3.6). I would like to add 3 …

python-3.x tensorflow lstm recurrent-neural-network multi-layer