├── Artificial Neural Network (ANN) ├── Bank Customer's Churn Classification │ ├── Churn_Modelling.csv │ └── Customer Churn Classifier.ipynb └── README.md ├── Convolution Neural Network (CNN) ├── Cat and Dog Classification │ ├── Cat and Dog Classifier.ipynb │ ├── README.md │ └── readme_resources │ │ ├── architecture.jpg │ │ ├── data_augmentation.PNG │ │ ├── model_accuracy.png │ │ ├── model_loss.png │ │ └── model_summary.PNG └── README.md ├── README.md └── readme-resources └── deep-learning-banner.png /Artificial Neural Network (ANN)/Bank Customer's Churn Classification/Churn_Modelling.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anujvyas/Deep-Learning-Projects/HEAD/Artificial Neural Network (ANN)/Bank Customer's Churn Classification/Churn_Modelling.csv -------------------------------------------------------------------------------- /Artificial Neural Network (ANN)/Bank Customer's Churn Classification/Customer Churn Classifier.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anujvyas/Deep-Learning-Projects/HEAD/Artificial Neural Network (ANN)/Bank Customer's Churn Classification/Customer Churn Classifier.ipynb -------------------------------------------------------------------------------- /Artificial Neural Network (ANN)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anujvyas/Deep-Learning-Projects/HEAD/Artificial Neural Network (ANN)/README.md -------------------------------------------------------------------------------- /Convolution Neural Network (CNN)/Cat and Dog Classification/Cat and Dog Classifier.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anujvyas/Deep-Learning-Projects/HEAD/Convolution Neural Network (CNN)/Cat and Dog Classification/Cat and Dog Classifier.ipynb -------------------------------------------------------------------------------- /Convolution Neural Network (CNN)/Cat and Dog Classification/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anujvyas/Deep-Learning-Projects/HEAD/Convolution Neural Network (CNN)/Cat and Dog Classification/README.md -------------------------------------------------------------------------------- /Convolution Neural Network (CNN)/Cat and Dog Classification/readme_resources/architecture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anujvyas/Deep-Learning-Projects/HEAD/Convolution Neural Network (CNN)/Cat and Dog Classification/readme_resources/architecture.jpg -------------------------------------------------------------------------------- /Convolution Neural Network (CNN)/Cat and Dog Classification/readme_resources/data_augmentation.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anujvyas/Deep-Learning-Projects/HEAD/Convolution Neural Network (CNN)/Cat and Dog Classification/readme_resources/data_augmentation.PNG -------------------------------------------------------------------------------- /Convolution Neural Network (CNN)/Cat and Dog Classification/readme_resources/model_accuracy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anujvyas/Deep-Learning-Projects/HEAD/Convolution Neural Network (CNN)/Cat and Dog Classification/readme_resources/model_accuracy.png -------------------------------------------------------------------------------- /Convolution Neural Network (CNN)/Cat and Dog Classification/readme_resources/model_loss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anujvyas/Deep-Learning-Projects/HEAD/Convolution Neural Network (CNN)/Cat and Dog Classification/readme_resources/model_loss.png -------------------------------------------------------------------------------- /Convolution Neural Network (CNN)/Cat and Dog Classification/readme_resources/model_summary.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anujvyas/Deep-Learning-Projects/HEAD/Convolution Neural Network (CNN)/Cat and Dog Classification/readme_resources/model_summary.PNG -------------------------------------------------------------------------------- /Convolution Neural Network (CNN)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anujvyas/Deep-Learning-Projects/HEAD/Convolution Neural Network (CNN)/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anujvyas/Deep-Learning-Projects/HEAD/README.md -------------------------------------------------------------------------------- /readme-resources/deep-learning-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anujvyas/Deep-Learning-Projects/HEAD/readme-resources/deep-learning-banner.png --------------------------------------------------------------------------------