This repository acts as a support for solution of assignments, optional labs and quizzes that are solved by me during my ML specialization. I am not intended to sell or steal from DeepLearning.AI. All the quizzes, assignments and optional labs are part of DeepLearning.AI.
There are total 3 courses inside this specialization. The basic structure for each course is divided into weeks. Here is a basic structure of course 01, week 02
:
Week02/
βββ Optional_Lab
βΒ Β βββ C1_W2_Lab01_Python_Numpy_Vectorization_Soln.ipynb
βΒ Β βββ C1_W2_Lab02_Multiple_Variable_Soln.ipynb
βΒ Β βββ C1_W2_Lab03_Feature_Scaling_and_Learning_Rate_Soln.ipynb
βΒ Β βββ C1_W2_Lab04_FeatEng_PolyReg_Soln.ipynb
βΒ Β βββ C1_W2_Lab05_Sklearn_GD_Soln.ipynb
βΒ Β βββ C1_W2_Lab06_Sklearn_Normal_Soln.ipynb
βΒ Β βββ data
βΒ Β βΒ Β βββ houses.txt
βΒ Β βββ deeplearning.mplstyle
βΒ Β βββ lab_utils_common.py
βΒ Β βββ lab_utils_multi.py
βββ Practise_Lab
βΒ Β βββ C1_W2_Linear_Regression_Exercise.ipynb
βΒ Β βββ C1_W2_Linear_Regression_Soln.ipynb
βΒ Β βββ data
βΒ Β βΒ Β βββ ex1data1.txt
βΒ Β βΒ Β βββ ex1data2.txt
βΒ Β βββ public_tests.py
βΒ Β βββ utils.py
βββ Quiz
βββ Q1_Multiple_Linear_Regression.png
βββ Q1_Soln.png
βββ Q2_Gradient_Descent.png
βββ Q2_Soln.png