资源简介
吴恩达深度学习1-2,1-3,1-4,2-1编程作业线下所需python文件和数据集,lr_utils.py,planar_utils.py,testCases_v2.py,testCases_v3.py,dnn_utils_v2.py.py,dnn_app_utils_v2.py,init_utils.py
代码片段和文件信息
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 236885 2017-11-07 16:43 NG深度学习作业\1-2\Identify_cat-master\.ipynb_checkpoints\Logistic Regression with a Neural Network mindset-checkpoint.ipynb
....... 616958 2017-11-07 16:43 NG深度学习作业\1-2\Identify_cat-master\datasets\test_catvnoncat.h5
....... 2572022 2017-11-07 16:43 NG深度学习作业\1-2\Identify_cat-master\datasets\train_catvnoncat.h5
....... 40353 2017-11-07 16:43 NG深度学习作业\1-2\Identify_cat-master\images\other_test.jpg
....... 236885 2017-11-07 16:43 NG深度学习作业\1-2\Identify_cat-master\Logistic Regression with a Neural Network mindset.ipynb
....... 880 2017-11-07 16:43 NG深度学习作业\1-2\Identify_cat-master\lr_utils.py
....... 832 2017-11-07 16:43 NG深度学习作业\1-2\Identify_cat-master\lr_utils.pyc
....... 324 2017-11-07 16:43 NG深度学习作业\1-2\Identify_cat-master\readme.md
文件 3161925 2018-04-15 09:27 NG深度学习作业\1-2\Identify_cat-master.zip
文件 2273 2018-04-14 13:32 NG深度学习作业\1-3\planar_utils.py
文件 3996 2018-04-14 13:34 NG深度学习作业\1-3\testCases_v2.py
文件 616958 2017-08-28 03:55 NG深度学习作业\1-4\datasets\test_catvnoncat.h5
文件 2572022 2017-08-28 03:55 NG深度学习作业\1-4\datasets\train_catvnoncat.h5
文件 14776 2017-08-28 03:55 NG深度学习作业\1-4\dnn_app_utils_v2.py
文件 1756 2018-04-23 21:47 NG深度学习作业\1-4\dnn_utils_v2.py.py
文件 6012 2018-04-23 22:01 NG深度学习作业\1-4\testCases_v3.py
文件 7748 2018-04-23 21:56 NG深度学习作业\2-1\init_utils.py
目录 0 2017-11-07 16:43 NG深度学习作业\1-2\Identify_cat-master\.ipynb_checkpoints
目录 0 2017-11-07 16:43 NG深度学习作业\1-2\Identify_cat-master\datasets
目录 0 2017-11-07 16:43 NG深度学习作业\1-2\Identify_cat-master\images
目录 0 2017-11-07 16:43 NG深度学习作业\1-2\Identify_cat-master
目录 0 2017-08-28 03:55 NG深度学习作业\1-4\datasets
目录 0 2018-04-17 22:21 NG深度学习作业\1-2
目录 0 2018-04-17 22:19 NG深度学习作业\1-3
目录 0 2018-04-23 22:04 NG深度学习作业\1-4
目录 0 2018-04-23 22:04 NG深度学习作业\2-1
目录 0 2018-04-23 22:04 NG深度学习作业
----------- --------- ---------- ----- ----
10092605 27
............此处省略0个文件信息
相关资源
- python机器学习Sebastian Raschka中文最新完
- Python-DeepMoji模型的pyTorch实现
- 《机器学习实战》源代码Python3
- Python-使用DeepFakes实现YouTube视频自动换
- Introduction to machine learning with python (
- python新浪微博爬虫,爬取微博和用户
- Python-一系列高品质的动漫人脸数据集
- Python-Insightface人脸检测识别的最小化
- 非线性回归Python代码
- 093 2018北风网人工智能视频(完结)转
- python的色情图片识别
- 贝叶斯网络程序
- 《机器学习实战》Python3代码
- Python-自然场景文本检测PSENet的一个
- Python-在特征金字塔网络FPN的Pytorch实现
- Python-PyTorch实时多人姿态估计项目的实
- Python-用PyTorch10实现FasterRCNN和MaskRCNN比
- Python-心脏核磁共振MRI图像分割
- Python-基于YOLOv3的行人检测
- Python-RLSeq2Seq用于SequencetoSequence模型的
- Python-PyTorch对卷积CRF的参考实现
- Python-高效准确的EAST文本检测器的一个
- Python-pytorch实现的人脸检测和人脸识别
- Python-UNet用于医学图像分割的嵌套UN
- Python-TensorFlow弱监督图像分割
- Python-基于tensorflow实现的用textcnn方法
- Python-Keras实现Inceptionv4InceptionResnetv1和
- Python-pytorch中文手册
- Python-FastSCNN的PyTorch实现快速语义分割
- Python-滑动窗口高分辨率显微镜图像分
评论
共有 条评论