├── 5_layer.py ├── README.md ├── class_labels.py ├── filter_class.py ├── imsave.py ├── load_cifar.py ├── sigmoid.py └── tf.py /5_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EN10/CIFAR/HEAD/5_layer.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EN10/CIFAR/HEAD/README.md -------------------------------------------------------------------------------- /class_labels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EN10/CIFAR/HEAD/class_labels.py -------------------------------------------------------------------------------- /filter_class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EN10/CIFAR/HEAD/filter_class.py -------------------------------------------------------------------------------- /imsave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EN10/CIFAR/HEAD/imsave.py -------------------------------------------------------------------------------- /load_cifar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EN10/CIFAR/HEAD/load_cifar.py -------------------------------------------------------------------------------- /sigmoid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EN10/CIFAR/HEAD/sigmoid.py -------------------------------------------------------------------------------- /tf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EN10/CIFAR/HEAD/tf.py --------------------------------------------------------------------------------