CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
setup.py
examples/gan_example.py
examples/mnist_cnn_example.py
examples/simple_example.py
examples/vae_example.py
neuralm/__init__.py
neuralm.egg-info/PKG-INFO
neuralm.egg-info/SOURCES.txt
neuralm.egg-info/dependency_links.txt
neuralm.egg-info/requires.txt
neuralm.egg-info/top_level.txt
neuralm/core/__init__.py
neuralm/core/model_builder.py
neuralm/layers/__init__.py
neuralm/layers/layer_factory.py
neuralm/models/__init__.py
neuralm/models/attention.py
neuralm/models/autoencoder.py
neuralm/models/cnn.py
neuralm/models/gan.py
neuralm/models/mlp.py
neuralm/models/rnn.py
neuralm/models/sequential.py
neuralm/models/siamese.py
neuralm/utils/__init__.py
neuralm/utils/yaml_parser.py
tests/test_model_builder.py