MANIFEST.in
README.md
setup.py
example/__init__.py
example/anal_result.py
example/binary_test.py
example/classification_test.py
example/cnn_test.py
example/convert_cupy.py
example/cupy_test.py
example/load_test.py
example/regression_test.py
example/dog_cat/__init__.py
example/dog_cat/dog_cat_classification.py
example/dog_cat/image_augmentation.py
example/dog_cat/load_result.py
example/idol/__init__.py
example/idol/anal_result.py
example/idol/idol_image_augmentation.py
example/idol/img_to_npz_array.py
example/idol/make_dataset.py
example/idol/test.py
example/idol/train_model.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/cuda.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