dlfc-fastai-pytorch

所属分类:数值算法/人工智能
开发工具:Dockerfile
文件大小:70KB
下载次数:0
上传日期:2021-09-14 18:47:14
上 传 者sh-1993
说明:  dlfc fastai pytorch,编码器的深度学习:使用pytorch和fastai的练习和问卷
(dlfc-fastai-pytorch,Deep Learning for Coders: Exercises and Questionnaires using PyTorch and Fastai)

文件列表:
Dockerfile (416, 2021-09-15)
docker-compose.yml (160, 2021-09-15)
exercises (0, 2021-09-15)
exercises\.keep (0, 2021-09-15)
questionnaires (0, 2021-09-15)
questionnaires\chapter_1.md (11667, 2021-09-15)
questionnaires\chapter_10.md (6859, 2021-09-15)
questionnaires\chapter_11.md (5091, 2021-09-15)
questionnaires\chapter_12.md (9249, 2021-09-15)
questionnaires\chapter_13.md (10206, 2021-09-15)
questionnaires\chapter_14.md (7582, 2021-09-15)
questionnaires\chapter_15.md (6338, 2021-09-15)
questionnaires\chapter_16.md (7818, 2021-09-15)
questionnaires\chapter_17.md (10281, 2021-09-15)
questionnaires\chapter_18.md (3001, 2021-09-15)
questionnaires\chapter_19.md (7937, 2021-09-15)
questionnaires\chapter_2.md (8156, 2021-09-15)
questionnaires\chapter_3.md (8463, 2021-09-15)
questionnaires\chapter_4.md (11884, 2021-09-15)
questionnaires\chapter_5.md (10619, 2021-09-15)
questionnaires\chapter_6.md (5443, 2021-09-15)
questionnaires\chapter_7.md (4454, 2021-09-15)
questionnaires\chapter_8.md (8420, 2021-09-15)
questionnaires\chapter_9.md (12360, 2021-09-15)
requirements-others.txt (101, 2021-09-15)
requirements.txt (58, 2021-09-15)

# Deep Learning for Coders Exercises and questionnaires following the book [Deep Learning for Coders with fastai and PyTorch](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/) and the 2020 version of the [fastai](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://course.fast.ai) course. For the exercises, additional examples will be created, instead of executing what you can find in the [Fastbook repo](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook), as the purpose is to see how to apply `PyTorch` and `fastai` in different use cases. The questionnaires solutions focus on the theoretical questions and give references for further exploration, so not all points can have an answer. The questionnaires are presented as in they appeared in the chapters of the book, which is different to the lessons in the course. Answers to the questions can be also found in the [Fastai Forum Part 1 v4](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://forums.fast.ai/c/part1-v4/46). ## Chapters I. Deep Learning in Practice 1. Your Deep Learning Journey - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/01_intro.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_1.md) 2. From Model to Production - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/02_production.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_2.md) 3. Data Ethics - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/03_ethics.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_3.md) II. Understanding fastai’s Applications 4. Under the Hood: Training a Digit Classifier - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/04_mnist_basics.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_4.md) 5. Image Classification - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/05_pet_breeds.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_5.md) 6. Other Computer Vision Problems - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/06_multicat.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_6.md) 7. Training a State-of-the-Art Model - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/07_sizing_and_tta.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_7.md) 8. Collaborative Filtering Deep Dive - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/08_collab.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_8.md) 9. Tabular Modeling Deep Dive - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/09_tabular.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_9.md) 10. NLP Deep Dive: RNNs - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/10_nlp.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_10.md) 11. Data Munging with fastai’s Mid-Level API - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/11_midlevel_data.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_11.md) III. Foundations of Deep Learning 12. A Language Model from Scratch - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/12_nlp_dive.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_12.md) 13. Convolutional Neural Networks - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/13_convolutions.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_13.md) 14. ResNets - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/14_resnet.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_14.md) 15. Application Architectures Deep Dive - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/15_arch_details.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_15.md) 16. The Training Process - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/16_accel_sgd.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_16.md) IV. Deep Learning from Scratch 17. A Neural Net from the Foundations - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/17_foundations.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_17.md) 18. CNN Interpretation with CAM - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/18_CAM.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_18.md) 19. A fastai Learner from Scratch - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/19_learner.ipynb) - [Questionnaire](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/questionnaires/chapter_19.md) 20. Concluding Thoughts - [Notebook](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://github.com/fastai/fastbook/blob/master/20_conclusion.ipynb) ## Lessons - Lesson 1 - Your first models - [Video](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://course.fast.ai/videos/?lesson=1) - Chapters covered: Chapter 1 - Lesson 2 - Evidence and p values - [Video](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://course.fast.ai/videos/?lesson=2) - Chapters covered: Chapter 1, Chapter 2 - Lesson 3 - Production and deployment - [Video](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://course.fast.ai/videos/?lesson=3) - Chapters covered: Chapter 4 - Lesson 4 - SGD from scratch - [Video](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://course.fast.ai/videos/?lesson=4) - Chapters covered: Chapter 4 - Lesson 5 - Data ethics - [Video](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://course.fast.ai/videos/?lesson=5) - Chapters covered: Chapter 3 - Lesson 6 - Collaborative filtering - [Video](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://course.fast.ai/videos/?lesson=6) - Chapters covered: Chapter 5, Chapter 6, Chapter 7 - Lesson 7 - Tabular data - [Video](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://course.fast.ai/videos/?lesson=7) - Chapters covered: Chapter 8, Chapter 9 - Lesson 8 - Natural language processing - [Video](https://github.com/symeneses/dlfc-fastai-pytorch/blob/master/https://course.fast.ai/videos/?lesson=8) - Chapters covered: Chapter 10, Chapter 12

近期下载者

相关文件


收藏者