Implemention of LSTM sequence-to-sequence based combinatorics model using only numpy and scipy
- Encoder-Decoder architecture
- PointerNet architecture described here
- 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
MIT