├── README.md ├── assets ├── architecture.png └── tf_computation_graph.png ├── main.py ├── modules.py ├── params.py └── qanet.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni9elf/QANet/HEAD/README.md -------------------------------------------------------------------------------- /assets/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni9elf/QANet/HEAD/assets/architecture.png -------------------------------------------------------------------------------- /assets/tf_computation_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni9elf/QANet/HEAD/assets/tf_computation_graph.png -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni9elf/QANet/HEAD/main.py -------------------------------------------------------------------------------- /modules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni9elf/QANet/HEAD/modules.py -------------------------------------------------------------------------------- /params.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni9elf/QANet/HEAD/params.py -------------------------------------------------------------------------------- /qanet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni9elf/QANet/HEAD/qanet.py --------------------------------------------------------------------------------