Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 478 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 478 Bytes

net-sort

Implemention of LSTM sequence-to-sequence based combinatorics model using only numpy and scipy

Models Used

  • Encoder-Decoder architecture
  • PointerNet architecture described here

Instructions to run

  • Install dependencies
python -m venv env
source env/bin/activate
pip install -r requirements.txt
  • Modify variables in main.py
  • Run main.py:
cd src
python main.py

License

MIT