-
大小: 102.22MB文件类型: .rar金币: 1下载: 0 次发布日期: 2022-02-24
- 语言: 其他
- 标签: deepLearning
资源简介
不能上传大于220M的文件,将吴恩达深度学习课程所有内容分成四部分,这是第一部分,1,2课的PPT,以及作业文件,包含所需数据集。
代码片段和文件信息
import numpy as np
import h5py
def load_dataset():
train_dataset = h5py.File(‘datasets/train_catvnoncat.h5‘ “r“)
train_set_x_orig = np.array(train_dataset[“train_set_x“][:]) # your train set features
train_set_y_orig = np.array(train_dataset[“train_set_y“][:]) # your train set labels
test_dataset = h5py.File(‘datasets/test_catvnoncat.h5‘ “r“)
test_set_x_orig = np.array(test_dataset[“test_set_x“][:]) # your test set features
test_set_y_orig = np.array(test_dataset[“test_set_y“][:]) # your test set labels
classes = np.array(test_dataset[“list_classes“][:]) # the list of classes
train_set_y_orig = train_set_y_orig.reshape((1 train_set_y_orig.shape[0]))
test_set_y_orig = test_set_y_orig.reshape((1 test_set_y_orig.shape[0]))
return train_set_x_orig train_set_y_orig test_set_x_orig test_set_y_orig classes
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 113956 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\readonly\week3\images\FlowerModel.png
....... 2361 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Unti
....... 452812 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 01\w01 v 02 Supervised Learning with Neural Networks.pdf
....... 419283 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 01\w01 v01 What is a neural network.pdf
....... 434713 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 01\w01 v03 Why is Deep Learning taking off.pdf
....... 7111829 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 01\week 1 Welcome to the Deep Learning Specialization.pptx
....... 765177 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Logistic Regression as a Neural Network\.ipynb_checkpoints\Logistic Regression with a Neural Network mindset v3-checkpoint.ipynb
....... 616958 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Logistic Regression as a Neural Network\datasets\test_catvnoncat.h5
....... 2572022 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Logistic Regression as a Neural Network\datasets\train_catvnoncat.h5
....... 601084 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Logistic Regression as a Neural Network\images\cat_in_iran.jpg
....... 310181 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Logistic Regression as a Neural Network\images\gargouille.jpg
....... 265708 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Logistic Regression as a Neural Network\images\image1.png
....... 154439 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Logistic Regression as a Neural Network\images\image2.png
....... 339673 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Logistic Regression as a Neural Network\images\la_defense.jpg
....... 191592 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Logistic Regression as a Neural Network\images\LogReg_kiank.png
....... 636273 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Logistic Regression as a Neural Network\images\my_image.jpg
....... 94439 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Logistic Regression as a Neural Network\images\my_image2.jpg
....... 40233 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Logistic Regression as a Neural Network\Logistic Regression with a Neural Network mindset v3.ipynb
....... 40664 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Logistic Regression as a Neural Network\Logistic Regression with a Neural Network mindset v4.ipynb
....... 880 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Logistic Regression as a Neural Network\lr_utils.py
....... 858 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Logistic Regression as a Neural Network\__pycache__\lr_utils.cpython-35.pyc
....... 41716 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Python Basics with Numpy\.ipynb_checkpoints\Python Basics With Numpy v3-checkpoint.ipynb
....... 611749 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Python Basics with Numpy\images\image2vector.png
....... 250537 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Python Basics with Numpy\images\image2vector_kiank.png
....... 68390 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Python Basics with Numpy\images\Sigmoid.png
....... 33615 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Python Basics with Numpy\Python Basics With Numpy v3.ipynb
....... 6563262 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Week 2 Logistic Regration as a Neural network.pptx
....... 645930 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 2\Week 2 Python and Vectorixation.pptx
....... 44956 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 3\Planar data classification with one hidden la
....... 139115 2017-11-26 03:30 COURSE 1 Neural Networks and Deep Learning\Week 3\Planar data classification with one hidden la
............此处省略143个文件信息
- 上一篇:2019考研数学高等数学辅导讲义.pdf
- 下一篇:1027基于ssm的校园门户网站
评论
共有 条评论