README.md
setup.py
example/__init__.py
example/anal_result.py
example/classification_test.py
example/cnn_test.py
example/load_test.py
example/regression_test.py
jjy/__init__.py
jjy.egg-info/PKG-INFO
jjy.egg-info/SOURCES.txt
jjy.egg-info/dependency_links.txt
jjy.egg-info/requires.txt
jjy.egg-info/top_level.txt
jjy/dataset/__init__.py
jjy/dataset/mnist.py
jjy/framework/__init__.py
jjy/framework/functions.py
jjy/framework/gradient.py
jjy/framework/initializer.py
jjy/framework/layer.py
jjy/framework/network.py
jjy/framework/optimizer.py
jjy/framework/scaler.py