├── Chapter-1-Housing-Price-Prediction ├── bj_housing.csv └── housing.csv ├── Chapter-10-Dog-Breeds-Recognition ├── Maltese_06726.jpg ├── README.md └── victor_test.jpeg ├── Chapter-11-Face-Recognition ├── README.md ├── haarcascade_frontalface_alt.xml └── victor_test.jpeg ├── Chapter-12-Facial-Expression-Recognition ├── README.md ├── facial_expression_recog_model_architecture.json ├── facial_expression_recog_model_weights.h5 ├── haarcascade_frontalface_alt2.xml ├── haarcascade_frontalface_default.xml └── test_imgs │ ├── victor_1.jpg │ ├── victor_2.jpg │ ├── victor_3.jpg │ ├── victor_4.jpg │ ├── victor_5.jpg │ ├── victor_6.jpg │ ├── victor_7.jpg │ ├── victor_8.jpg │ ├── video.mp4 │ ├── video_clipped.mp4 │ └── video_clipped_中文.mp4 ├── Chapter-13-Human-Pose-Estimation ├── README.md └── test_imgs │ ├── Victor_test_0.jpg │ ├── Victor_test_0_out.png │ ├── Victor_test_1.jpg │ ├── Victor_test_1_out.png │ ├── effect_0.png │ ├── effect_1.png │ ├── effect_3.png │ ├── effect_4.png │ ├── effect_5.png │ ├── test_video_1.mp4 │ ├── test_video_1_effect_0.png │ ├── test_video_1_effect_1.png │ ├── test_video_1_effect_3.png │ └── test_video_1_out.mp4 ├── Chapter-14-Skin-Cancer-Classification ├── README.md └── nevus_ISIC_0007332.jpg ├── Chapter-15-Object-Detection └── test_image1.jpeg ├── Chapter-16-Image-Captioning ├── Image_Caption.ipynb ├── README.md └── test_singapore_financial_center.jpeg ├── Chapter-17-TV-Script-Generation └── README.md ├── Chapter-18-Style-Transferring ├── rough_sea.jpeg ├── the_shipwreck_of_the_minotaur.jpg ├── udnie.jpg ├── wangjing_selfie.jpg ├── xiangshan.jpeg ├── 效果图1.png ├── 效果图2.png └── 效果图3.png ├── Chapter-19-Face-Generation └── README.md ├── Chapter-2-Titanic-Survival-Exploration ├── gender_submission.csv ├── test.csv ├── titanic_dataset.csv └── train.csv ├── Chapter-20-Photos-Super-Resolution ├── blur_img_test0.jpg ├── blur_img_test0_waifu2x_photo_noise3_scale_tta_1.png ├── blur_img_test1.jpg ├── blur_img_test2.jpg └── generated_video.mp4 ├── Chapter-21-CycleGAN ├── README.md ├── horse2zebra效果图 │ ├── horse.png │ ├── horse1.jpg │ ├── horse2.jpg │ ├── zebra.png │ ├── zebra1.jpg │ └── zebra2.jpg └── man2woman效果图 │ ├── 11_female_0.jpg │ ├── 11_female_output_0.jpg │ ├── 22_female_1.jpg │ ├── 22_female_1_output.jpg │ ├── 22_female_1_reverse.jpg │ ├── 33_male_0_output.jpg │ ├── 44_male_0.jpg │ ├── 55_male_1.jpg │ ├── 55_male_1_output.jpg │ ├── 55_male_1_output_1.jpg │ ├── 66_male_2.jpg │ ├── 66_male_2_output.jpg │ ├── 77_female_2.jpg │ ├── 77_female_2_256x256.jpg │ ├── 77_female_2_output.jpg │ ├── 77_female_2_output_256x256.jpg │ ├── 88_female_3.jpg │ ├── 88_female_3_output1.jpg │ ├── 99_female_4.jpg │ ├── 99_female_4_reverse.jpg │ ├── Victor_1.jpg │ ├── Victor_2.jpg │ ├── Victor_3.jpg │ └── faceswap.py ├── Chapter-3-Bike-Sharing-Analysis ├── Readme.txt ├── day.csv └── hour.csv ├── Chapter-4-Lottery3D-Prediction └── 3d_lottery.csv ├── Chapter-5-Stock-Prediction ├── BaiduStock.csv ├── MicrosoftStock.csv └── prophet_evaluator.py ├── Chapter-6-Spam-Email-Prediction └── README.md ├── Chapter-7-Sentiment-Analysis └── README.md ├── Chapter-8-Language-Translation └── fra-eng.zip ├── Python Code.zip └── README.md /Chapter-1-Housing-Price-Prediction/bj_housing.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-1-Housing-Price-Prediction/bj_housing.csv -------------------------------------------------------------------------------- /Chapter-1-Housing-Price-Prediction/housing.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-1-Housing-Price-Prediction/housing.csv -------------------------------------------------------------------------------- /Chapter-10-Dog-Breeds-Recognition/Maltese_06726.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-10-Dog-Breeds-Recognition/Maltese_06726.jpg -------------------------------------------------------------------------------- /Chapter-10-Dog-Breeds-Recognition/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # 狗狗的图片数据集 4 | 链接:https://pan.baidu.com/s/1cEgg2aqXvAvI58M8EAS9CQ 密码:8ahu 5 | 6 | -------------------------------------------------------------------------------- /Chapter-10-Dog-Breeds-Recognition/victor_test.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-10-Dog-Breeds-Recognition/victor_test.jpeg -------------------------------------------------------------------------------- /Chapter-11-Face-Recognition/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-11-Face-Recognition/README.md -------------------------------------------------------------------------------- /Chapter-11-Face-Recognition/haarcascade_frontalface_alt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-11-Face-Recognition/haarcascade_frontalface_alt.xml -------------------------------------------------------------------------------- /Chapter-11-Face-Recognition/victor_test.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-11-Face-Recognition/victor_test.jpeg -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 链接:https://pan.baidu.com/s/1S_kCMD_ugsO3VBL-lEgIyg 密码:3l1b 5 | 6 | 7 | -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/facial_expression_recog_model_architecture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-12-Facial-Expression-Recognition/facial_expression_recog_model_architecture.json -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/facial_expression_recog_model_weights.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-12-Facial-Expression-Recognition/facial_expression_recog_model_weights.h5 -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/haarcascade_frontalface_alt2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-12-Facial-Expression-Recognition/haarcascade_frontalface_alt2.xml -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-12-Facial-Expression-Recognition/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/test_imgs/victor_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-12-Facial-Expression-Recognition/test_imgs/victor_1.jpg -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/test_imgs/victor_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-12-Facial-Expression-Recognition/test_imgs/victor_2.jpg -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/test_imgs/victor_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-12-Facial-Expression-Recognition/test_imgs/victor_3.jpg -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/test_imgs/victor_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-12-Facial-Expression-Recognition/test_imgs/victor_4.jpg -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/test_imgs/victor_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-12-Facial-Expression-Recognition/test_imgs/victor_5.jpg -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/test_imgs/victor_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-12-Facial-Expression-Recognition/test_imgs/victor_6.jpg -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/test_imgs/victor_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-12-Facial-Expression-Recognition/test_imgs/victor_7.jpg -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/test_imgs/victor_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-12-Facial-Expression-Recognition/test_imgs/victor_8.jpg -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/test_imgs/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-12-Facial-Expression-Recognition/test_imgs/video.mp4 -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/test_imgs/video_clipped.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-12-Facial-Expression-Recognition/test_imgs/video_clipped.mp4 -------------------------------------------------------------------------------- /Chapter-12-Facial-Expression-Recognition/test_imgs/video_clipped_中文.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-12-Facial-Expression-Recognition/test_imgs/video_clipped_中文.mp4 -------------------------------------------------------------------------------- /Chapter-13-Human-Pose-Estimation/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # 模型下载地址 4 | 链接:https://pan.baidu.com/s/1KcNoDeUeJCOEpfS7y_LhhA 密码:lshi 5 | -------------------------------------------------------------------------------- /Chapter-13-Human-Pose-Estimation/test_imgs/Victor_test_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-13-Human-Pose-Estimation/test_imgs/Victor_test_0.jpg -------------------------------------------------------------------------------- /Chapter-13-Human-Pose-Estimation/test_imgs/Victor_test_0_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-13-Human-Pose-Estimation/test_imgs/Victor_test_0_out.png -------------------------------------------------------------------------------- /Chapter-13-Human-Pose-Estimation/test_imgs/Victor_test_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-13-Human-Pose-Estimation/test_imgs/Victor_test_1.jpg -------------------------------------------------------------------------------- /Chapter-13-Human-Pose-Estimation/test_imgs/Victor_test_1_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-13-Human-Pose-Estimation/test_imgs/Victor_test_1_out.png -------------------------------------------------------------------------------- /Chapter-13-Human-Pose-Estimation/test_imgs/effect_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-13-Human-Pose-Estimation/test_imgs/effect_0.png -------------------------------------------------------------------------------- /Chapter-13-Human-Pose-Estimation/test_imgs/effect_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-13-Human-Pose-Estimation/test_imgs/effect_1.png -------------------------------------------------------------------------------- /Chapter-13-Human-Pose-Estimation/test_imgs/effect_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-13-Human-Pose-Estimation/test_imgs/effect_3.png -------------------------------------------------------------------------------- /Chapter-13-Human-Pose-Estimation/test_imgs/effect_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-13-Human-Pose-Estimation/test_imgs/effect_4.png -------------------------------------------------------------------------------- /Chapter-13-Human-Pose-Estimation/test_imgs/effect_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-13-Human-Pose-Estimation/test_imgs/effect_5.png -------------------------------------------------------------------------------- /Chapter-13-Human-Pose-Estimation/test_imgs/test_video_1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-13-Human-Pose-Estimation/test_imgs/test_video_1.mp4 -------------------------------------------------------------------------------- /Chapter-13-Human-Pose-Estimation/test_imgs/test_video_1_effect_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-13-Human-Pose-Estimation/test_imgs/test_video_1_effect_0.png -------------------------------------------------------------------------------- /Chapter-13-Human-Pose-Estimation/test_imgs/test_video_1_effect_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-13-Human-Pose-Estimation/test_imgs/test_video_1_effect_1.png -------------------------------------------------------------------------------- /Chapter-13-Human-Pose-Estimation/test_imgs/test_video_1_effect_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-13-Human-Pose-Estimation/test_imgs/test_video_1_effect_3.png -------------------------------------------------------------------------------- /Chapter-13-Human-Pose-Estimation/test_imgs/test_video_1_out.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-13-Human-Pose-Estimation/test_imgs/test_video_1_out.mp4 -------------------------------------------------------------------------------- /Chapter-14-Skin-Cancer-Classification/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-14-Skin-Cancer-Classification/README.md -------------------------------------------------------------------------------- /Chapter-14-Skin-Cancer-Classification/nevus_ISIC_0007332.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-14-Skin-Cancer-Classification/nevus_ISIC_0007332.jpg -------------------------------------------------------------------------------- /Chapter-15-Object-Detection/test_image1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-15-Object-Detection/test_image1.jpeg -------------------------------------------------------------------------------- /Chapter-16-Image-Captioning/Image_Caption.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-16-Image-Captioning/Image_Caption.ipynb -------------------------------------------------------------------------------- /Chapter-16-Image-Captioning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-16-Image-Captioning/README.md -------------------------------------------------------------------------------- /Chapter-16-Image-Captioning/test_singapore_financial_center.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-16-Image-Captioning/test_singapore_financial_center.jpeg -------------------------------------------------------------------------------- /Chapter-17-TV-Script-Generation/README.md: -------------------------------------------------------------------------------- 1 | 2 | # 剧本数据集下载链接: 3 | 链接:https://pan.baidu.com/s/1v83sqPKydlesXsAwxvSB_A 密码:pm1p 4 | 5 | -------------------------------------------------------------------------------- /Chapter-18-Style-Transferring/rough_sea.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-18-Style-Transferring/rough_sea.jpeg -------------------------------------------------------------------------------- /Chapter-18-Style-Transferring/the_shipwreck_of_the_minotaur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-18-Style-Transferring/the_shipwreck_of_the_minotaur.jpg -------------------------------------------------------------------------------- /Chapter-18-Style-Transferring/udnie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-18-Style-Transferring/udnie.jpg -------------------------------------------------------------------------------- /Chapter-18-Style-Transferring/wangjing_selfie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-18-Style-Transferring/wangjing_selfie.jpg -------------------------------------------------------------------------------- /Chapter-18-Style-Transferring/xiangshan.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-18-Style-Transferring/xiangshan.jpeg -------------------------------------------------------------------------------- /Chapter-18-Style-Transferring/效果图1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-18-Style-Transferring/效果图1.png -------------------------------------------------------------------------------- /Chapter-18-Style-Transferring/效果图2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-18-Style-Transferring/效果图2.png -------------------------------------------------------------------------------- /Chapter-18-Style-Transferring/效果图3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-18-Style-Transferring/效果图3.png -------------------------------------------------------------------------------- /Chapter-19-Face-Generation/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | lfw百度网盘下载地址: 链接:https://pan.baidu.com/s/1VY4qEz3BYQ-GnJJBgf1a7A 密码:mhk9 4 | 5 | -------------------------------------------------------------------------------- /Chapter-2-Titanic-Survival-Exploration/gender_submission.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-2-Titanic-Survival-Exploration/gender_submission.csv -------------------------------------------------------------------------------- /Chapter-2-Titanic-Survival-Exploration/test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-2-Titanic-Survival-Exploration/test.csv -------------------------------------------------------------------------------- /Chapter-2-Titanic-Survival-Exploration/titanic_dataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-2-Titanic-Survival-Exploration/titanic_dataset.csv -------------------------------------------------------------------------------- /Chapter-2-Titanic-Survival-Exploration/train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-2-Titanic-Survival-Exploration/train.csv -------------------------------------------------------------------------------- /Chapter-20-Photos-Super-Resolution/blur_img_test0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-20-Photos-Super-Resolution/blur_img_test0.jpg -------------------------------------------------------------------------------- /Chapter-20-Photos-Super-Resolution/blur_img_test0_waifu2x_photo_noise3_scale_tta_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-20-Photos-Super-Resolution/blur_img_test0_waifu2x_photo_noise3_scale_tta_1.png -------------------------------------------------------------------------------- /Chapter-20-Photos-Super-Resolution/blur_img_test1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-20-Photos-Super-Resolution/blur_img_test1.jpg -------------------------------------------------------------------------------- /Chapter-20-Photos-Super-Resolution/blur_img_test2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-20-Photos-Super-Resolution/blur_img_test2.jpg -------------------------------------------------------------------------------- /Chapter-20-Photos-Super-Resolution/generated_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-20-Photos-Super-Resolution/generated_video.mp4 -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 下载地址链接:https://pan.baidu.com/s/1qCdDtbFsVbR9I--p7s6CeA 密码:02oz 4 | 5 | -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/horse2zebra效果图/horse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/horse2zebra效果图/horse.png -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/horse2zebra效果图/horse1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/horse2zebra效果图/horse1.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/horse2zebra效果图/horse2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/horse2zebra效果图/horse2.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/horse2zebra效果图/zebra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/horse2zebra效果图/zebra.png -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/horse2zebra效果图/zebra1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/horse2zebra效果图/zebra1.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/horse2zebra效果图/zebra2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/horse2zebra效果图/zebra2.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/11_female_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/11_female_0.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/11_female_output_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/11_female_output_0.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/22_female_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/22_female_1.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/22_female_1_output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/22_female_1_output.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/22_female_1_reverse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/22_female_1_reverse.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/33_male_0_output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/33_male_0_output.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/44_male_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/44_male_0.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/55_male_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/55_male_1.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/55_male_1_output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/55_male_1_output.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/55_male_1_output_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/55_male_1_output_1.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/66_male_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/66_male_2.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/66_male_2_output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/66_male_2_output.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/77_female_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/77_female_2.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/77_female_2_256x256.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/77_female_2_256x256.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/77_female_2_output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/77_female_2_output.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/77_female_2_output_256x256.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/77_female_2_output_256x256.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/88_female_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/88_female_3.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/88_female_3_output1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/88_female_3_output1.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/99_female_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/99_female_4.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/99_female_4_reverse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/99_female_4_reverse.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/Victor_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/Victor_1.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/Victor_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/Victor_2.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/Victor_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/Victor_3.jpg -------------------------------------------------------------------------------- /Chapter-21-CycleGAN/man2woman效果图/faceswap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-21-CycleGAN/man2woman效果图/faceswap.py -------------------------------------------------------------------------------- /Chapter-3-Bike-Sharing-Analysis/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-3-Bike-Sharing-Analysis/Readme.txt -------------------------------------------------------------------------------- /Chapter-3-Bike-Sharing-Analysis/day.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-3-Bike-Sharing-Analysis/day.csv -------------------------------------------------------------------------------- /Chapter-3-Bike-Sharing-Analysis/hour.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-3-Bike-Sharing-Analysis/hour.csv -------------------------------------------------------------------------------- /Chapter-4-Lottery3D-Prediction/3d_lottery.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-4-Lottery3D-Prediction/3d_lottery.csv -------------------------------------------------------------------------------- /Chapter-5-Stock-Prediction/BaiduStock.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-5-Stock-Prediction/BaiduStock.csv -------------------------------------------------------------------------------- /Chapter-5-Stock-Prediction/MicrosoftStock.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-5-Stock-Prediction/MicrosoftStock.csv -------------------------------------------------------------------------------- /Chapter-5-Stock-Prediction/prophet_evaluator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-5-Stock-Prediction/prophet_evaluator.py -------------------------------------------------------------------------------- /Chapter-6-Spam-Email-Prediction/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # 垃圾邮件数据集下载 4 | 链接:https://pan.baidu.com/s/1r6JHUhb3_yM3J-YV_npSaA 密码:ggt0 5 | 6 | 7 | -------------------------------------------------------------------------------- /Chapter-7-Sentiment-Analysis/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # 影评的情感分析数据集下载 4 | 链接:https://pan.baidu.com/s/1DQdAROwzOT6nXdWBYeT2bw 密码:1rn7 5 | 6 | 7 | -------------------------------------------------------------------------------- /Chapter-8-Language-Translation/fra-eng.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Chapter-8-Language-Translation/fra-eng.zip -------------------------------------------------------------------------------- /Python Code.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/Python Code.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/21-projects-for-deep-learning/MyBook/HEAD/README.md --------------------------------------------------------------------------------