noiseux1523 / Recurrent-Neural-Network

RNN Implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TO FILTER THE LOG FILE

sed -n '/Embedding /p; /LSTM/p; /Batch/p; /Dataset/p' log-python.txt > results-python.txt

About

RNN Implementations


Languages

Language:Python 87.5%Language:Shell 12.5%