文件名称:Python-RecurrentShop利用Keras构建复杂的递归神经网络的框架
文件大小:48KB
文件格式:ZIP
更新时间:2022-08-30 21:51:21
Python开发-机器学习
Recurrent Shop:利用Keras构建复杂的递归神经网络的框架
【文件预览】:
recurrentshop-master
----setup.py(506B)
----.gitignore(1KB)
----requirements.txt(42B)
----LICENSE(1KB)
----examples()
--------recurrent_highway_networks.py(6KB)
--------rwa_sequence_length_problem.py(3KB)
--------speed_test.py(2KB)
--------rwa_adding_problem.py(3KB)
--------query_reduction_network.py(6KB)
--------output_dim100.txt(158KB)
----README.md(6KB)
----tests()
--------test_recurrent_sequential.py(8KB)
--------test_recurrent_model.py(3KB)
--------test_rnn_cell_from_model.py(766B)
----pytest.ini(27B)
----docs()
--------teacher_force.md(1KB)
--------readout.md(1KB)
--------state_init.md(1KB)
--------state_sync.md(1KB)
--------decoder.md(462B)
----recurrentshop()
--------__init__.py(43B)
--------advanced_cells.py(4KB)
--------generic_utils.py(2KB)
--------engine.py(46KB)
--------basic_cells.py(2KB)
--------backend()
--------cells.py(9KB)