amanchadha / coursera-deep-learning-specialization

Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
3.14k stars 2.27k forks source link

This Solution isn't upto date #27

Open praveen-mishra-22 opened 2 years ago

praveen-mishra-22 commented 2 years ago

This Solution isn't upto date as i looked up into the matter, the updated version requires more packages to be initiated

import numpy as np import copy import matplotlib.pyplot as plt import h5py import scipy from PIL import Image from scipy import ndimage from lr_utils import load_dataset from public_tests import *

%matplotlib inline %load_ext autoreload %autoreload 2

and so with this we will have different solution

BHUVAN-RJ commented 2 years ago

yes , I have created a pull request about that i hope he accepts