Skip to content
This repository was archived by the owner on May 22, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 321 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 321 Bytes

SeCloud

Code for source/sink classifiers.

Recurrent Neural Net (RNN) classifier

The code for this can be found in the rnn folder. To run the code, execute:

python rnn/rnn.py data.csv

Information about all parameters that can be passed to the program can be shown by executing python rnn/rnn.py --help.