├── LICENSE ├── README.md ├── check_env.py ├── data ├── .DS_Store ├── intro_to_ann.csv └── mnist.pkl.gz ├── installation.md └── notebooks ├── .ipynb_checkpoints ├── 1. Introduction to Artificial Neural Networks-checkpoint.ipynb ├── 2. Problem Definition-checkpoint.ipynb ├── 3. A Simple Implementation of ANN for MNIST-checkpoint.ipynb ├── 4. Multi Layer Perceptron-checkpoint.ipynb ├── 5. Convolution Nets-checkpoint.ipynb ├── 6. Unsupervised Learning - Autoencoders-checkpoint.ipynb └── 7. Augmenting Images-checkpoint.ipynb ├── 1. Introduction to Artificial Neural Networks.ipynb ├── 2. Problem Definition.ipynb ├── 3. A Simple Implementation of ANN for MNIST.ipynb ├── 4. Multi Layer Perceptron.ipynb ├── 5. Convolution Nets.ipynb ├── 6. Unsupervised Learning - Autoencoders.ipynb └── 7. Augmenting Images.ipynb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/README.md -------------------------------------------------------------------------------- /check_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/check_env.py -------------------------------------------------------------------------------- /data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/data/.DS_Store -------------------------------------------------------------------------------- /data/intro_to_ann.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/data/intro_to_ann.csv -------------------------------------------------------------------------------- /data/mnist.pkl.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/data/mnist.pkl.gz -------------------------------------------------------------------------------- /installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/installation.md -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/1. Introduction to Artificial Neural Networks-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/notebooks/.ipynb_checkpoints/1. Introduction to Artificial Neural Networks-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/2. Problem Definition-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/notebooks/.ipynb_checkpoints/2. Problem Definition-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/3. A Simple Implementation of ANN for MNIST-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/notebooks/.ipynb_checkpoints/3. A Simple Implementation of ANN for MNIST-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/4. Multi Layer Perceptron-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/notebooks/.ipynb_checkpoints/4. Multi Layer Perceptron-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/5. Convolution Nets-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/notebooks/.ipynb_checkpoints/5. Convolution Nets-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/6. Unsupervised Learning - Autoencoders-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/notebooks/.ipynb_checkpoints/6. Unsupervised Learning - Autoencoders-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/7. Augmenting Images-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/notebooks/.ipynb_checkpoints/7. Augmenting Images-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/1. Introduction to Artificial Neural Networks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/notebooks/1. Introduction to Artificial Neural Networks.ipynb -------------------------------------------------------------------------------- /notebooks/2. Problem Definition.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/notebooks/2. Problem Definition.ipynb -------------------------------------------------------------------------------- /notebooks/3. A Simple Implementation of ANN for MNIST.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/notebooks/3. A Simple Implementation of ANN for MNIST.ipynb -------------------------------------------------------------------------------- /notebooks/4. Multi Layer Perceptron.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/notebooks/4. Multi Layer Perceptron.ipynb -------------------------------------------------------------------------------- /notebooks/5. Convolution Nets.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/notebooks/5. Convolution Nets.ipynb -------------------------------------------------------------------------------- /notebooks/6. Unsupervised Learning - Autoencoders.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/notebooks/6. Unsupervised Learning - Autoencoders.ipynb -------------------------------------------------------------------------------- /notebooks/7. Augmenting Images.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouseguy/DeepLearning-Image/HEAD/notebooks/7. Augmenting Images.ipynb --------------------------------------------------------------------------------