├── README.md ├── data_stream.py ├── model.py └── train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ujjax/machine-comprehension/HEAD/README.md -------------------------------------------------------------------------------- /data_stream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ujjax/machine-comprehension/HEAD/data_stream.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ujjax/machine-comprehension/HEAD/model.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ujjax/machine-comprehension/HEAD/train.py --------------------------------------------------------------------------------