├── README.md ├── Week_1_PA ├── week01_pa.ipynb └── week01_pa.py ├── Week_2_PA_1 ├── digits_classification.ipynb └── digits_classification.py ├── Week_2_PA_2 ├── NumpyNN+%28honor%29.ipynb └── NumpyNN+%28honor%29.py ├── Week_3_ PA1 ├── week3_task1_first_cnn_cifar10_clean.ipynb └── week3_task1_first_cnn_cifar10_clean.py ├── Week_3_PA2 ├── week3_task2_fine_tuning_clean.ipynb └── week3_task2_fine_tuning_clean.py ├── Week_4_PA1 ├── Autoencoders_task.ipynb └── autoencoders_task.py ├── Week_4_PA2 ├── Adversarial_task.ipynb └── adversarial_task.py ├── Week_5_PA1 ├── RNN_task.ipynb └── rnn_task.py └── Week_6_Final_PA ├── my_week6_final_project_image_captioning_clean.ipynb ├── week6_final_project_image_captioning_clean.ipynb └── week6_final_project_image_captioning_clean.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/README.md -------------------------------------------------------------------------------- /Week_1_PA/week01_pa.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_1_PA/week01_pa.ipynb -------------------------------------------------------------------------------- /Week_1_PA/week01_pa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_1_PA/week01_pa.py -------------------------------------------------------------------------------- /Week_2_PA_1/digits_classification.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_2_PA_1/digits_classification.ipynb -------------------------------------------------------------------------------- /Week_2_PA_1/digits_classification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_2_PA_1/digits_classification.py -------------------------------------------------------------------------------- /Week_2_PA_2/NumpyNN+%28honor%29.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_2_PA_2/NumpyNN+%28honor%29.ipynb -------------------------------------------------------------------------------- /Week_2_PA_2/NumpyNN+%28honor%29.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_2_PA_2/NumpyNN+%28honor%29.py -------------------------------------------------------------------------------- /Week_3_ PA1/week3_task1_first_cnn_cifar10_clean.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_3_ PA1/week3_task1_first_cnn_cifar10_clean.ipynb -------------------------------------------------------------------------------- /Week_3_ PA1/week3_task1_first_cnn_cifar10_clean.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_3_ PA1/week3_task1_first_cnn_cifar10_clean.py -------------------------------------------------------------------------------- /Week_3_PA2/week3_task2_fine_tuning_clean.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_3_PA2/week3_task2_fine_tuning_clean.ipynb -------------------------------------------------------------------------------- /Week_3_PA2/week3_task2_fine_tuning_clean.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_3_PA2/week3_task2_fine_tuning_clean.py -------------------------------------------------------------------------------- /Week_4_PA1/Autoencoders_task.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_4_PA1/Autoencoders_task.ipynb -------------------------------------------------------------------------------- /Week_4_PA1/autoencoders_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_4_PA1/autoencoders_task.py -------------------------------------------------------------------------------- /Week_4_PA2/Adversarial_task.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_4_PA2/Adversarial_task.ipynb -------------------------------------------------------------------------------- /Week_4_PA2/adversarial_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_4_PA2/adversarial_task.py -------------------------------------------------------------------------------- /Week_5_PA1/RNN_task.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_5_PA1/RNN_task.ipynb -------------------------------------------------------------------------------- /Week_5_PA1/rnn_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_5_PA1/rnn_task.py -------------------------------------------------------------------------------- /Week_6_Final_PA/my_week6_final_project_image_captioning_clean.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_6_Final_PA/my_week6_final_project_image_captioning_clean.ipynb -------------------------------------------------------------------------------- /Week_6_Final_PA/week6_final_project_image_captioning_clean.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_6_Final_PA/week6_final_project_image_captioning_clean.ipynb -------------------------------------------------------------------------------- /Week_6_Final_PA/week6_final_project_image_captioning_clean.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AKASH2907/Introduction_to_Deep_Learning_Coursera/HEAD/Week_6_Final_PA/week6_final_project_image_captioning_clean.py --------------------------------------------------------------------------------