-
大小: 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的校園門戶網站
評論
共有 條評論