Prompt Detail:
Write a lstm network in pytorch with 4 layers, layer_1 having 384 cells, then 256, then 128 cells, 64 cells. Each having return sequences except the last one. Also attach a feed forward dense network of three layers. Dense_1 of 1000 neurons, then 100 neurons and then 1 neuron.
Add a comment