.coveragerc
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
requirements-dev.txt
requirements-doc.txt
requirements.txt
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_build/html/_static/basic.css
docs/_build/html/_static/fix_rtd.css
docs/_build/html/_static/pygments.css
docs/_build/html/_static/sphinxdoc.css
docs/_build/html/_static/css/badge_only.css
docs/_build/html/_static/css/theme.css
docs/_static/fix_rtd.css
docs/api_references/activations.rst
docs/api_references/initializations.rst
docs/api_references/layers.rst
docs/api_references/model.rst
docs/api_references/objectives.rst
docs/api_references/optimizers.rst
docs/api_references/utils.rst
docs/api_references/layers/base.rst
docs/api_references/layers/convolution.rst
docs/api_references/layers/core.rst
docs/api_references/layers/embedding.rst
docs/api_references/layers/normalization.rst
docs/api_references/layers/pooling.rst
docs/api_references/layers/recurrent.rst
docs/api_references/layers/shape.rst
docs/api_references/utils/data.rst
docs/api_references/utils/random.rst
docs/tutorials/CNN.rst
docs/tutorials/MLP.rst
docs/tutorials/RNN.rst
docs/tutorials/activations.rst
docs/tutorials/cnn_visualization.py
docs/tutorials/initializations.rst
docs/tutorials/mlp_bp.py
docs/tutorials/objectives.rst
docs/tutorials/optimizers.rst
docs/user_guides/development.rst
docs/user_guides/installation.rst
examples/cnn-minist.py
examples/cnn_sentence_classification.py
examples/lstm-character-lm.py
examples/lstm_sentence_classification.py
examples/mlp-digits.py
examples/mlp-mnist.py
examples/rnn-character-lm.py
examples/data/lm/tiny_shakespeare.txt
examples/data/trec/TREC_10.label
npdl/__init__.py
npdl/activations.py
npdl/initializations.py
npdl/model.py
npdl/objectives.py
npdl/optimizers.py
npdl.egg-info/PKG-INFO
npdl.egg-info/SOURCES.txt
npdl.egg-info/dependency_links.txt
npdl.egg-info/requires.txt
npdl.egg-info/top_level.txt
npdl/layers/__init__.py
npdl/layers/base.py
npdl/layers/convolution.py
npdl/layers/core.py
npdl/layers/embedding.py
npdl/layers/normalization.py
npdl/layers/pooling.py
npdl/layers/recurrent.py
npdl/layers/shape.py
npdl/utils/__init__.py
npdl/utils/data.py
npdl/utils/random.py
tests/test_activaton.py
tests/test_examples.py
tests/test_initialization.py
tests/test_model.py
tests/test_objectives.py
tests/test_optimizer.py
tests/test_layers/__init__.py
tests/test_layers/test_base.py
tests/test_layers/test_convolution.py
tests/test_layers/test_core.py
tests/test_layers/test_embedding.py
tests/test_layers/test_normalization.py
tests/test_layers/test_pooling.py
tests/test_layers/test_recurrent.py
tests/test_layers/test_shape.py
tests/test_utils/__init__.py
tests/test_utils/test_data.py
tests/test_utils/test_random.py