Skip to content

Added code for GRU and Peephole-LSTM#2

Open
angad-kalra wants to merge 2 commits intoRLAgent:masterfrom
angad-kalra:master
Open

Added code for GRU and Peephole-LSTM#2
angad-kalra wants to merge 2 commits intoRLAgent:masterfrom
angad-kalra:master

Conversation

@angad-kalra
Copy link
Copy Markdown

The GRU based approach performs really well and takes less time, making it an optimal choice in a time constrained environment. Whereas, the Peephole-LSTM approach gives competitive results when compared to GPPN (i.e. LSTM based approach), as it converges to the optimal result in much less number of epochs. Making it a desirable choice in an environment with limitation on availability of computational power.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant