Skip to content

SaurusXI/net-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages