From 91001f31b3900a1af1bd2c3b853d560ed954aa3e Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Tue, 30 Mar 2021 11:09:13 -0400 Subject: [PATCH] moving from 'future' to 'real-world' title --- {8-Future/Ethics => 8-Real-World/1-Ethics}/README.md | 0 {8-Future/Ethics => 8-Real-World/1-Ethics}/assignment.md | 0 .../1-Ethics}/translations/README.es.md | 0 .../Future-Trends => 8-Real-World/2-Applications}/README.md | 0 .../2-Applications}/assignment.md | 0 .../2-Applications}/translations/README.es.md | 0 {8-Future => 8-Real-World}/README.md | 0 {8-Future => 8-Real-World}/translations/README.es.md | 0 README.md | 4 ++-- 9 files changed, 2 insertions(+), 2 deletions(-) rename {8-Future/Ethics => 8-Real-World/1-Ethics}/README.md (100%) rename {8-Future/Ethics => 8-Real-World/1-Ethics}/assignment.md (100%) rename {8-Future/Ethics => 8-Real-World/1-Ethics}/translations/README.es.md (100%) rename {8-Future/Future-Trends => 8-Real-World/2-Applications}/README.md (100%) rename {8-Future/Future-Trends => 8-Real-World/2-Applications}/assignment.md (100%) rename {8-Future/Future-Trends => 8-Real-World/2-Applications}/translations/README.es.md (100%) rename {8-Future => 8-Real-World}/README.md (100%) rename {8-Future => 8-Real-World}/translations/README.es.md (100%) diff --git a/8-Future/Ethics/README.md b/8-Real-World/1-Ethics/README.md similarity index 100% rename from 8-Future/Ethics/README.md rename to 8-Real-World/1-Ethics/README.md diff --git a/8-Future/Ethics/assignment.md b/8-Real-World/1-Ethics/assignment.md similarity index 100% rename from 8-Future/Ethics/assignment.md rename to 8-Real-World/1-Ethics/assignment.md diff --git a/8-Future/Ethics/translations/README.es.md b/8-Real-World/1-Ethics/translations/README.es.md similarity index 100% rename from 8-Future/Ethics/translations/README.es.md rename to 8-Real-World/1-Ethics/translations/README.es.md diff --git a/8-Future/Future-Trends/README.md b/8-Real-World/2-Applications/README.md similarity index 100% rename from 8-Future/Future-Trends/README.md rename to 8-Real-World/2-Applications/README.md diff --git a/8-Future/Future-Trends/assignment.md b/8-Real-World/2-Applications/assignment.md similarity index 100% rename from 8-Future/Future-Trends/assignment.md rename to 8-Real-World/2-Applications/assignment.md diff --git a/8-Future/Future-Trends/translations/README.es.md b/8-Real-World/2-Applications/translations/README.es.md similarity index 100% rename from 8-Future/Future-Trends/translations/README.es.md rename to 8-Real-World/2-Applications/translations/README.es.md diff --git a/8-Future/README.md b/8-Real-World/README.md similarity index 100% rename from 8-Future/README.md rename to 8-Real-World/README.md diff --git a/8-Future/translations/README.es.md b/8-Real-World/translations/README.es.md similarity index 100% rename from 8-Future/translations/README.es.md rename to 8-Real-World/translations/README.es.md diff --git a/README.md b/README.md index 3632017a..ba890c08 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ By ensuring that the content aligns with projects, the process is made more enga | 20 | Power Usage in India ⚡️ | [Time Series]() | tbd | [lesson]() | Francesca | | 21 | Introduction to Reinforcement Learning | [Reinforcement Learning]() | tbd | [lesson]() | Dmitry | | 22 | A fancy French mousetrap 🍫 | [Reinforcement Learning]() | tbd | [lesson]() | Dmitry | -| 23 | Future | The Ethics of Machine Learning | What are the important ethical issues apparent now and how will they impact the field going forward? | [lesson](8-Future/Ethics/README.md) | Tomomi | -| 24 | Future | The Future of Machine Learning | What are the important trends that will shape the future of ML? | [lesson](8-Future/Future-Trends/README.md) | All | +| 23 | Real-World ML Scenarios and Applications | The Ethics of Machine Learning | What are the important ethical issues apparent now and how will they impact the field going forward? | [lesson](8-Real-World/1-Ethics/README.md) | Tomomi | +| 24 | Real-World ML Scenarios and Applications | The Future of Machine Learning | Interesting and Revealing real-world applications of ML | [lesson](8-Real-World/2-Applications/README.md) | All | ## Offline access You can run this documentation offline by using [Docsify](https://docsify.js.org/#/). Fork this repo, [install Docsify](https://docsify.js.org/#/quickstart) on your local machine, and then in the root folder of this repo, type `docsify serve`. The website will be served on port 3000 on your localhost: `localhost:3000`.