From 3654fe5a5f52913789b8475a292e34d203f245db Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Mon, 1 Mar 2021 12:45:08 -0500 Subject: [PATCH] rearranging all lessons --- 1-Introduction/3-ethics-of-ML/README.md | 53 ------------------- 1-Introduction/3-ethics-of-ML/assignment.md | 9 ---- {2-Tooling => 2-Regression}/README.md | 0 2-Tooling/1-tools/README.md | 53 ------------------- 2-Tooling/1-tools/assignment.md | 9 ---- 2-Tooling/2-programming/README.md | 53 ------------------- 2-Tooling/2-programming/assignment.md | 9 ---- 2-Tooling/3-math/README.md | 53 ------------------- 2-Tooling/3-math/assignment.md | 9 ---- 2-Tooling/4-algorithms/README.md | 53 ------------------- 2-Tooling/4-algorithms/assignment.md | 9 ---- {3-Libraries => 3-Classification}/README.md | 0 .../translations/README.es.md | 0 3-Libraries/5-Spark/assignment.md | 9 ---- 3-Libraries/6-NLTK/assignment.md | 9 ---- .../1-Supervised-1}/README.md | 0 .../1-Supervised-1/assignment.md | 0 .../1-Supervised-1}/translations/README.es.md | 0 .../2-Supervised-2}/README.md | 0 .../2-Supervised-2}/assignment.md | 0 .../2-Supervised-2}/translations/README.es.md | 0 .../3-Unsupervised-1}/README.md | 0 .../3-Unsupervised-1}/assignment.md | 0 .../translations/README.es.md | 0 .../4-Unsupervised-2}/README.md | 0 .../4-Unsupervised-2}/assignment.md | 0 .../translations/README.es.md | 0 .../5-Reinforcement-1}/README.md | 0 .../5-Reinforcement-1}/assignment.md | 0 .../translations/README.es.md | 0 .../6-Reinforcement-2}/README.md | 0 .../6-Reinforcement-2}/assignment.md | 0 .../translations/README.es.md | 0 {4-Types => 4-Clustering}/README.md | 0 .../translations/README.es.md | 0 4-Types/3-Unsupervised-1/README.md | 53 ------------------- 4-Types/4-Unsupervised-2/README.md | 53 ------------------- 4-Types/5-Reinforcement-1/README.md | 53 ------------------- 4-Types/5-Reinforcement-1/assignment.md | 1 - 4-Types/6-Reinforcement-2/README.md | 53 ------------------- 4-Types/6-Reinforcement-2/assignment.md | 1 - 5-Applied/1-Edge/README.md | 53 ------------------- 5-Applied/1-Edge/assignment.md | 9 ---- 5-Applied/1-Edge/translations/README.es.md | 0 5-Applied/2-Web/README.md | 53 ------------------- 5-Applied/2-Web/assignment.md | 9 ---- 5-Applied/2-Web/translations/README.es.md | 0 5-Applied/3-Mobile/README.md | 53 ------------------- 5-Applied/3-Mobile/assignment.md | 9 ---- 5-Applied/3-Mobile/translations/README.es.md | 0 5-Applied/4-AutoML/README.md | 53 ------------------- 5-Applied/4-AutoML/assignment.md | 9 ---- 5-Applied/4-AutoML/translations/README.es.md | 0 5-Applied/translations/README.es.md | 0 {5-Applied => 5-NLP}/README.md | 0 .../translations/README.es.md | 0 6-Future/Future-Trends/README.md | 53 ------------------- 6-Future/Future-Trends/assignment.md | 1 - .../Future-Trends/translations/README.es.md | 0 6-Future/translations/README.es.md | 0 {6-Future => 6-TimeSeries}/README.md | 0 .../translations/README.es.md | 0 7-Reinforcement/README.md | 12 +++++ .../translations/README.es.md | 0 .../Ethics}/README.md | 0 .../Ethics}/assignment.md | 0 .../Ethics}/translations/README.es.md | 0 .../Future-Trends}/README.md | 0 .../Future-Trends}/assignment.md | 0 .../Future-Trends}/translations/README.es.md | 0 8-Future/README.md | 12 +++++ .../translations/README.es.md | 0 72 files changed, 24 insertions(+), 844 deletions(-) delete mode 100644 1-Introduction/3-ethics-of-ML/README.md delete mode 100644 1-Introduction/3-ethics-of-ML/assignment.md rename {2-Tooling => 2-Regression}/README.md (100%) delete mode 100644 2-Tooling/1-tools/README.md delete mode 100644 2-Tooling/1-tools/assignment.md delete mode 100644 2-Tooling/2-programming/README.md delete mode 100644 2-Tooling/2-programming/assignment.md delete mode 100644 2-Tooling/3-math/README.md delete mode 100644 2-Tooling/3-math/assignment.md delete mode 100644 2-Tooling/4-algorithms/README.md delete mode 100644 2-Tooling/4-algorithms/assignment.md rename {3-Libraries => 3-Classification}/README.md (100%) rename {3-Libraries/1-Tensorflow => 3-Classification}/translations/README.es.md (100%) delete mode 100644 3-Libraries/5-Spark/assignment.md delete mode 100644 3-Libraries/6-NLTK/assignment.md rename {3-Libraries/1-Tensorflow => 4-Clustering/1-Supervised-1}/README.md (100%) rename {4-Types => 4-Clustering}/1-Supervised-1/assignment.md (100%) rename {3-Libraries/2-PyTorch => 4-Clustering/1-Supervised-1}/translations/README.es.md (100%) rename {3-Libraries/2-PyTorch => 4-Clustering/2-Supervised-2}/README.md (100%) rename {3-Libraries/1-Tensorflow => 4-Clustering/2-Supervised-2}/assignment.md (100%) rename {3-Libraries/3-Skikit-Learn => 4-Clustering/2-Supervised-2}/translations/README.es.md (100%) rename {3-Libraries/3-Skikit-Learn => 4-Clustering/3-Unsupervised-1}/README.md (100%) rename {3-Libraries/2-PyTorch => 4-Clustering/3-Unsupervised-1}/assignment.md (100%) rename {3-Libraries/4-Keras => 4-Clustering/3-Unsupervised-1}/translations/README.es.md (100%) rename {3-Libraries/4-Keras => 4-Clustering/4-Unsupervised-2}/README.md (100%) rename {3-Libraries/3-Skikit-Learn => 4-Clustering/4-Unsupervised-2}/assignment.md (100%) rename {3-Libraries/5-Spark => 4-Clustering/4-Unsupervised-2}/translations/README.es.md (100%) rename {3-Libraries/5-Spark => 4-Clustering/5-Reinforcement-1}/README.md (100%) rename {3-Libraries/4-Keras => 4-Clustering/5-Reinforcement-1}/assignment.md (100%) rename {3-Libraries/6-NLTK => 4-Clustering/5-Reinforcement-1}/translations/README.es.md (100%) rename {3-Libraries/6-NLTK => 4-Clustering/6-Reinforcement-2}/README.md (100%) rename {4-Types/2-Supervised-2 => 4-Clustering/6-Reinforcement-2}/assignment.md (100%) rename {3-Libraries => 4-Clustering/6-Reinforcement-2}/translations/README.es.md (100%) rename {4-Types => 4-Clustering}/README.md (100%) rename {4-Types/1-Supervised-1 => 4-Clustering}/translations/README.es.md (100%) delete mode 100644 4-Types/3-Unsupervised-1/README.md delete mode 100644 4-Types/4-Unsupervised-2/README.md delete mode 100644 4-Types/5-Reinforcement-1/README.md delete mode 100644 4-Types/5-Reinforcement-1/assignment.md delete mode 100644 4-Types/6-Reinforcement-2/README.md delete mode 100644 4-Types/6-Reinforcement-2/assignment.md delete mode 100644 5-Applied/1-Edge/README.md delete mode 100644 5-Applied/1-Edge/assignment.md delete mode 100644 5-Applied/1-Edge/translations/README.es.md delete mode 100644 5-Applied/2-Web/README.md delete mode 100644 5-Applied/2-Web/assignment.md delete mode 100644 5-Applied/2-Web/translations/README.es.md delete mode 100644 5-Applied/3-Mobile/README.md delete mode 100644 5-Applied/3-Mobile/assignment.md delete mode 100644 5-Applied/3-Mobile/translations/README.es.md delete mode 100644 5-Applied/4-AutoML/README.md delete mode 100644 5-Applied/4-AutoML/assignment.md delete mode 100644 5-Applied/4-AutoML/translations/README.es.md delete mode 100644 5-Applied/translations/README.es.md rename {5-Applied => 5-NLP}/README.md (100%) rename {4-Types/2-Supervised-2 => 5-NLP}/translations/README.es.md (100%) delete mode 100644 6-Future/Future-Trends/README.md delete mode 100644 6-Future/Future-Trends/assignment.md delete mode 100644 6-Future/Future-Trends/translations/README.es.md delete mode 100644 6-Future/translations/README.es.md rename {6-Future => 6-TimeSeries}/README.md (100%) rename {4-Types/3-Unsupervised-1 => 6-TimeSeries}/translations/README.es.md (100%) create mode 100644 7-Reinforcement/README.md rename {4-Types/4-Unsupervised-2 => 7-Reinforcement}/translations/README.es.md (100%) rename {4-Types/1-Supervised-1 => 8-Future/Ethics}/README.md (100%) rename {4-Types/3-Unsupervised-1 => 8-Future/Ethics}/assignment.md (100%) rename {4-Types/5-Reinforcement-1 => 8-Future/Ethics}/translations/README.es.md (100%) rename {4-Types/2-Supervised-2 => 8-Future/Future-Trends}/README.md (100%) rename {4-Types/4-Unsupervised-2 => 8-Future/Future-Trends}/assignment.md (100%) rename {4-Types/6-Reinforcement-2 => 8-Future/Future-Trends}/translations/README.es.md (100%) create mode 100644 8-Future/README.md rename {4-Types => 8-Future}/translations/README.es.md (100%) diff --git a/1-Introduction/3-ethics-of-ML/README.md b/1-Introduction/3-ethics-of-ML/README.md deleted file mode 100644 index d76ee99d..00000000 --- a/1-Introduction/3-ethics-of-ML/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# Introduction to Machine Learning - -Add a sketchnote if possible/appropriate - -![Embed a video here if available](video-url) - -## [Pre-lecture quiz](link-to-quiz-app) - -Describe what we will learn - -### Introduction - -Describe what will be covered - -> Notes - -### Prerequisite - -What steps should have been covered before this lesson? - -### Preparation - -Preparatory steps to start this lesson - ---- - -[Step through content in blocks] - -## [Topic 1] - -### Task: - -Work together to progressively enhance your codebase to build the project with shared code: - -```html -code blocks -``` - -✅ Knowledge Check - use this moment to stretch students' knowledge with open questions - -## [Topic 2] - -## [Topic 3] - -🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project - -Optional: add a screenshot of the completed lesson's UI if appropriate - -## [Post-lecture quiz](link-to-quiz-app) - -## Review & Self Study - -**Assignment**: [Assignment Name](assignment.md) diff --git a/1-Introduction/3-ethics-of-ML/assignment.md b/1-Introduction/3-ethics-of-ML/assignment.md deleted file mode 100644 index d4badb79..00000000 --- a/1-Introduction/3-ethics-of-ML/assignment.md +++ /dev/null @@ -1,9 +0,0 @@ -# [Assignment Name] - -## Instructions - -## Rubric - -| Criteria | Exemplary | Adequate | Needs Improvement | -| -------- | --------- | -------- | ----------------- | -| | | | | diff --git a/2-Tooling/README.md b/2-Regression/README.md similarity index 100% rename from 2-Tooling/README.md rename to 2-Regression/README.md diff --git a/2-Tooling/1-tools/README.md b/2-Tooling/1-tools/README.md deleted file mode 100644 index d76ee99d..00000000 --- a/2-Tooling/1-tools/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# Introduction to Machine Learning - -Add a sketchnote if possible/appropriate - -![Embed a video here if available](video-url) - -## [Pre-lecture quiz](link-to-quiz-app) - -Describe what we will learn - -### Introduction - -Describe what will be covered - -> Notes - -### Prerequisite - -What steps should have been covered before this lesson? - -### Preparation - -Preparatory steps to start this lesson - ---- - -[Step through content in blocks] - -## [Topic 1] - -### Task: - -Work together to progressively enhance your codebase to build the project with shared code: - -```html -code blocks -``` - -✅ Knowledge Check - use this moment to stretch students' knowledge with open questions - -## [Topic 2] - -## [Topic 3] - -🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project - -Optional: add a screenshot of the completed lesson's UI if appropriate - -## [Post-lecture quiz](link-to-quiz-app) - -## Review & Self Study - -**Assignment**: [Assignment Name](assignment.md) diff --git a/2-Tooling/1-tools/assignment.md b/2-Tooling/1-tools/assignment.md deleted file mode 100644 index 18b5c37a..00000000 --- a/2-Tooling/1-tools/assignment.md +++ /dev/null @@ -1,9 +0,0 @@ -# Assignment Name - -## Instructions - -## Rubric - -| Criteria | Exemplary | Adequate | Needs Improvement | -| -------- | --------- | -------- | ----------------- | -| | | | | diff --git a/2-Tooling/2-programming/README.md b/2-Tooling/2-programming/README.md deleted file mode 100644 index d76ee99d..00000000 --- a/2-Tooling/2-programming/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# Introduction to Machine Learning - -Add a sketchnote if possible/appropriate - -![Embed a video here if available](video-url) - -## [Pre-lecture quiz](link-to-quiz-app) - -Describe what we will learn - -### Introduction - -Describe what will be covered - -> Notes - -### Prerequisite - -What steps should have been covered before this lesson? - -### Preparation - -Preparatory steps to start this lesson - ---- - -[Step through content in blocks] - -## [Topic 1] - -### Task: - -Work together to progressively enhance your codebase to build the project with shared code: - -```html -code blocks -``` - -✅ Knowledge Check - use this moment to stretch students' knowledge with open questions - -## [Topic 2] - -## [Topic 3] - -🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project - -Optional: add a screenshot of the completed lesson's UI if appropriate - -## [Post-lecture quiz](link-to-quiz-app) - -## Review & Self Study - -**Assignment**: [Assignment Name](assignment.md) diff --git a/2-Tooling/2-programming/assignment.md b/2-Tooling/2-programming/assignment.md deleted file mode 100644 index 18b5c37a..00000000 --- a/2-Tooling/2-programming/assignment.md +++ /dev/null @@ -1,9 +0,0 @@ -# Assignment Name - -## Instructions - -## Rubric - -| Criteria | Exemplary | Adequate | Needs Improvement | -| -------- | --------- | -------- | ----------------- | -| | | | | diff --git a/2-Tooling/3-math/README.md b/2-Tooling/3-math/README.md deleted file mode 100644 index d76ee99d..00000000 --- a/2-Tooling/3-math/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# Introduction to Machine Learning - -Add a sketchnote if possible/appropriate - -![Embed a video here if available](video-url) - -## [Pre-lecture quiz](link-to-quiz-app) - -Describe what we will learn - -### Introduction - -Describe what will be covered - -> Notes - -### Prerequisite - -What steps should have been covered before this lesson? - -### Preparation - -Preparatory steps to start this lesson - ---- - -[Step through content in blocks] - -## [Topic 1] - -### Task: - -Work together to progressively enhance your codebase to build the project with shared code: - -```html -code blocks -``` - -✅ Knowledge Check - use this moment to stretch students' knowledge with open questions - -## [Topic 2] - -## [Topic 3] - -🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project - -Optional: add a screenshot of the completed lesson's UI if appropriate - -## [Post-lecture quiz](link-to-quiz-app) - -## Review & Self Study - -**Assignment**: [Assignment Name](assignment.md) diff --git a/2-Tooling/3-math/assignment.md b/2-Tooling/3-math/assignment.md deleted file mode 100644 index 18b5c37a..00000000 --- a/2-Tooling/3-math/assignment.md +++ /dev/null @@ -1,9 +0,0 @@ -# Assignment Name - -## Instructions - -## Rubric - -| Criteria | Exemplary | Adequate | Needs Improvement | -| -------- | --------- | -------- | ----------------- | -| | | | | diff --git a/2-Tooling/4-algorithms/README.md b/2-Tooling/4-algorithms/README.md deleted file mode 100644 index d76ee99d..00000000 --- a/2-Tooling/4-algorithms/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# Introduction to Machine Learning - -Add a sketchnote if possible/appropriate - -![Embed a video here if available](video-url) - -## [Pre-lecture quiz](link-to-quiz-app) - -Describe what we will learn - -### Introduction - -Describe what will be covered - -> Notes - -### Prerequisite - -What steps should have been covered before this lesson? - -### Preparation - -Preparatory steps to start this lesson - ---- - -[Step through content in blocks] - -## [Topic 1] - -### Task: - -Work together to progressively enhance your codebase to build the project with shared code: - -```html -code blocks -``` - -✅ Knowledge Check - use this moment to stretch students' knowledge with open questions - -## [Topic 2] - -## [Topic 3] - -🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project - -Optional: add a screenshot of the completed lesson's UI if appropriate - -## [Post-lecture quiz](link-to-quiz-app) - -## Review & Self Study - -**Assignment**: [Assignment Name](assignment.md) diff --git a/2-Tooling/4-algorithms/assignment.md b/2-Tooling/4-algorithms/assignment.md deleted file mode 100644 index 18b5c37a..00000000 --- a/2-Tooling/4-algorithms/assignment.md +++ /dev/null @@ -1,9 +0,0 @@ -# Assignment Name - -## Instructions - -## Rubric - -| Criteria | Exemplary | Adequate | Needs Improvement | -| -------- | --------- | -------- | ----------------- | -| | | | | diff --git a/3-Libraries/README.md b/3-Classification/README.md similarity index 100% rename from 3-Libraries/README.md rename to 3-Classification/README.md diff --git a/3-Libraries/1-Tensorflow/translations/README.es.md b/3-Classification/translations/README.es.md similarity index 100% rename from 3-Libraries/1-Tensorflow/translations/README.es.md rename to 3-Classification/translations/README.es.md diff --git a/3-Libraries/5-Spark/assignment.md b/3-Libraries/5-Spark/assignment.md deleted file mode 100644 index d4badb79..00000000 --- a/3-Libraries/5-Spark/assignment.md +++ /dev/null @@ -1,9 +0,0 @@ -# [Assignment Name] - -## Instructions - -## Rubric - -| Criteria | Exemplary | Adequate | Needs Improvement | -| -------- | --------- | -------- | ----------------- | -| | | | | diff --git a/3-Libraries/6-NLTK/assignment.md b/3-Libraries/6-NLTK/assignment.md deleted file mode 100644 index d4badb79..00000000 --- a/3-Libraries/6-NLTK/assignment.md +++ /dev/null @@ -1,9 +0,0 @@ -# [Assignment Name] - -## Instructions - -## Rubric - -| Criteria | Exemplary | Adequate | Needs Improvement | -| -------- | --------- | -------- | ----------------- | -| | | | | diff --git a/3-Libraries/1-Tensorflow/README.md b/4-Clustering/1-Supervised-1/README.md similarity index 100% rename from 3-Libraries/1-Tensorflow/README.md rename to 4-Clustering/1-Supervised-1/README.md diff --git a/4-Types/1-Supervised-1/assignment.md b/4-Clustering/1-Supervised-1/assignment.md similarity index 100% rename from 4-Types/1-Supervised-1/assignment.md rename to 4-Clustering/1-Supervised-1/assignment.md diff --git a/3-Libraries/2-PyTorch/translations/README.es.md b/4-Clustering/1-Supervised-1/translations/README.es.md similarity index 100% rename from 3-Libraries/2-PyTorch/translations/README.es.md rename to 4-Clustering/1-Supervised-1/translations/README.es.md diff --git a/3-Libraries/2-PyTorch/README.md b/4-Clustering/2-Supervised-2/README.md similarity index 100% rename from 3-Libraries/2-PyTorch/README.md rename to 4-Clustering/2-Supervised-2/README.md diff --git a/3-Libraries/1-Tensorflow/assignment.md b/4-Clustering/2-Supervised-2/assignment.md similarity index 100% rename from 3-Libraries/1-Tensorflow/assignment.md rename to 4-Clustering/2-Supervised-2/assignment.md diff --git a/3-Libraries/3-Skikit-Learn/translations/README.es.md b/4-Clustering/2-Supervised-2/translations/README.es.md similarity index 100% rename from 3-Libraries/3-Skikit-Learn/translations/README.es.md rename to 4-Clustering/2-Supervised-2/translations/README.es.md diff --git a/3-Libraries/3-Skikit-Learn/README.md b/4-Clustering/3-Unsupervised-1/README.md similarity index 100% rename from 3-Libraries/3-Skikit-Learn/README.md rename to 4-Clustering/3-Unsupervised-1/README.md diff --git a/3-Libraries/2-PyTorch/assignment.md b/4-Clustering/3-Unsupervised-1/assignment.md similarity index 100% rename from 3-Libraries/2-PyTorch/assignment.md rename to 4-Clustering/3-Unsupervised-1/assignment.md diff --git a/3-Libraries/4-Keras/translations/README.es.md b/4-Clustering/3-Unsupervised-1/translations/README.es.md similarity index 100% rename from 3-Libraries/4-Keras/translations/README.es.md rename to 4-Clustering/3-Unsupervised-1/translations/README.es.md diff --git a/3-Libraries/4-Keras/README.md b/4-Clustering/4-Unsupervised-2/README.md similarity index 100% rename from 3-Libraries/4-Keras/README.md rename to 4-Clustering/4-Unsupervised-2/README.md diff --git a/3-Libraries/3-Skikit-Learn/assignment.md b/4-Clustering/4-Unsupervised-2/assignment.md similarity index 100% rename from 3-Libraries/3-Skikit-Learn/assignment.md rename to 4-Clustering/4-Unsupervised-2/assignment.md diff --git a/3-Libraries/5-Spark/translations/README.es.md b/4-Clustering/4-Unsupervised-2/translations/README.es.md similarity index 100% rename from 3-Libraries/5-Spark/translations/README.es.md rename to 4-Clustering/4-Unsupervised-2/translations/README.es.md diff --git a/3-Libraries/5-Spark/README.md b/4-Clustering/5-Reinforcement-1/README.md similarity index 100% rename from 3-Libraries/5-Spark/README.md rename to 4-Clustering/5-Reinforcement-1/README.md diff --git a/3-Libraries/4-Keras/assignment.md b/4-Clustering/5-Reinforcement-1/assignment.md similarity index 100% rename from 3-Libraries/4-Keras/assignment.md rename to 4-Clustering/5-Reinforcement-1/assignment.md diff --git a/3-Libraries/6-NLTK/translations/README.es.md b/4-Clustering/5-Reinforcement-1/translations/README.es.md similarity index 100% rename from 3-Libraries/6-NLTK/translations/README.es.md rename to 4-Clustering/5-Reinforcement-1/translations/README.es.md diff --git a/3-Libraries/6-NLTK/README.md b/4-Clustering/6-Reinforcement-2/README.md similarity index 100% rename from 3-Libraries/6-NLTK/README.md rename to 4-Clustering/6-Reinforcement-2/README.md diff --git a/4-Types/2-Supervised-2/assignment.md b/4-Clustering/6-Reinforcement-2/assignment.md similarity index 100% rename from 4-Types/2-Supervised-2/assignment.md rename to 4-Clustering/6-Reinforcement-2/assignment.md diff --git a/3-Libraries/translations/README.es.md b/4-Clustering/6-Reinforcement-2/translations/README.es.md similarity index 100% rename from 3-Libraries/translations/README.es.md rename to 4-Clustering/6-Reinforcement-2/translations/README.es.md diff --git a/4-Types/README.md b/4-Clustering/README.md similarity index 100% rename from 4-Types/README.md rename to 4-Clustering/README.md diff --git a/4-Types/1-Supervised-1/translations/README.es.md b/4-Clustering/translations/README.es.md similarity index 100% rename from 4-Types/1-Supervised-1/translations/README.es.md rename to 4-Clustering/translations/README.es.md diff --git a/4-Types/3-Unsupervised-1/README.md b/4-Types/3-Unsupervised-1/README.md deleted file mode 100644 index d63c3f8b..00000000 --- a/4-Types/3-Unsupervised-1/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# [Lesson Topic] - -Add a sketchnote if possible/appropriate - -![Embed a video here if available](video-url) - -## [Pre-lecture quiz](link-to-quiz-app) - -Describe what we will learn - -### Introduction - -Describe what will be covered - -> Notes - -### Prerequisite - -What steps should have been covered before this lesson? - -### Preparation - -Preparatory steps to start this lesson - ---- - -[Step through content in blocks] - -## [Topic 1] - -### Task: - -Work together to progressively enhance your codebase to build the project with shared code: - -```html -code blocks -``` - -✅ Knowledge Check - use this moment to stretch students' knowledge with open questions - -## [Topic 2] - -## [Topic 3] - -🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project - -Optional: add a screenshot of the completed lesson's UI if appropriate - -## [Post-lecture quiz](link-to-quiz-app) - -## Review & Self Study - -**Assignment**: [Assignment Name](assignment.md) diff --git a/4-Types/4-Unsupervised-2/README.md b/4-Types/4-Unsupervised-2/README.md deleted file mode 100644 index d63c3f8b..00000000 --- a/4-Types/4-Unsupervised-2/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# [Lesson Topic] - -Add a sketchnote if possible/appropriate - -![Embed a video here if available](video-url) - -## [Pre-lecture quiz](link-to-quiz-app) - -Describe what we will learn - -### Introduction - -Describe what will be covered - -> Notes - -### Prerequisite - -What steps should have been covered before this lesson? - -### Preparation - -Preparatory steps to start this lesson - ---- - -[Step through content in blocks] - -## [Topic 1] - -### Task: - -Work together to progressively enhance your codebase to build the project with shared code: - -```html -code blocks -``` - -✅ Knowledge Check - use this moment to stretch students' knowledge with open questions - -## [Topic 2] - -## [Topic 3] - -🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project - -Optional: add a screenshot of the completed lesson's UI if appropriate - -## [Post-lecture quiz](link-to-quiz-app) - -## Review & Self Study - -**Assignment**: [Assignment Name](assignment.md) diff --git a/4-Types/5-Reinforcement-1/README.md b/4-Types/5-Reinforcement-1/README.md deleted file mode 100644 index d63c3f8b..00000000 --- a/4-Types/5-Reinforcement-1/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# [Lesson Topic] - -Add a sketchnote if possible/appropriate - -![Embed a video here if available](video-url) - -## [Pre-lecture quiz](link-to-quiz-app) - -Describe what we will learn - -### Introduction - -Describe what will be covered - -> Notes - -### Prerequisite - -What steps should have been covered before this lesson? - -### Preparation - -Preparatory steps to start this lesson - ---- - -[Step through content in blocks] - -## [Topic 1] - -### Task: - -Work together to progressively enhance your codebase to build the project with shared code: - -```html -code blocks -``` - -✅ Knowledge Check - use this moment to stretch students' knowledge with open questions - -## [Topic 2] - -## [Topic 3] - -🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project - -Optional: add a screenshot of the completed lesson's UI if appropriate - -## [Post-lecture quiz](link-to-quiz-app) - -## Review & Self Study - -**Assignment**: [Assignment Name](assignment.md) diff --git a/4-Types/5-Reinforcement-1/assignment.md b/4-Types/5-Reinforcement-1/assignment.md deleted file mode 100644 index 346ffdae..00000000 --- a/4-Types/5-Reinforcement-1/assignment.md +++ /dev/null @@ -1 +0,0 @@ -# Assignment \ No newline at end of file diff --git a/4-Types/6-Reinforcement-2/README.md b/4-Types/6-Reinforcement-2/README.md deleted file mode 100644 index d63c3f8b..00000000 --- a/4-Types/6-Reinforcement-2/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# [Lesson Topic] - -Add a sketchnote if possible/appropriate - -![Embed a video here if available](video-url) - -## [Pre-lecture quiz](link-to-quiz-app) - -Describe what we will learn - -### Introduction - -Describe what will be covered - -> Notes - -### Prerequisite - -What steps should have been covered before this lesson? - -### Preparation - -Preparatory steps to start this lesson - ---- - -[Step through content in blocks] - -## [Topic 1] - -### Task: - -Work together to progressively enhance your codebase to build the project with shared code: - -```html -code blocks -``` - -✅ Knowledge Check - use this moment to stretch students' knowledge with open questions - -## [Topic 2] - -## [Topic 3] - -🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project - -Optional: add a screenshot of the completed lesson's UI if appropriate - -## [Post-lecture quiz](link-to-quiz-app) - -## Review & Self Study - -**Assignment**: [Assignment Name](assignment.md) diff --git a/4-Types/6-Reinforcement-2/assignment.md b/4-Types/6-Reinforcement-2/assignment.md deleted file mode 100644 index 346ffdae..00000000 --- a/4-Types/6-Reinforcement-2/assignment.md +++ /dev/null @@ -1 +0,0 @@ -# Assignment \ No newline at end of file diff --git a/5-Applied/1-Edge/README.md b/5-Applied/1-Edge/README.md deleted file mode 100644 index d63c3f8b..00000000 --- a/5-Applied/1-Edge/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# [Lesson Topic] - -Add a sketchnote if possible/appropriate - -![Embed a video here if available](video-url) - -## [Pre-lecture quiz](link-to-quiz-app) - -Describe what we will learn - -### Introduction - -Describe what will be covered - -> Notes - -### Prerequisite - -What steps should have been covered before this lesson? - -### Preparation - -Preparatory steps to start this lesson - ---- - -[Step through content in blocks] - -## [Topic 1] - -### Task: - -Work together to progressively enhance your codebase to build the project with shared code: - -```html -code blocks -``` - -✅ Knowledge Check - use this moment to stretch students' knowledge with open questions - -## [Topic 2] - -## [Topic 3] - -🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project - -Optional: add a screenshot of the completed lesson's UI if appropriate - -## [Post-lecture quiz](link-to-quiz-app) - -## Review & Self Study - -**Assignment**: [Assignment Name](assignment.md) diff --git a/5-Applied/1-Edge/assignment.md b/5-Applied/1-Edge/assignment.md deleted file mode 100644 index d4badb79..00000000 --- a/5-Applied/1-Edge/assignment.md +++ /dev/null @@ -1,9 +0,0 @@ -# [Assignment Name] - -## Instructions - -## Rubric - -| Criteria | Exemplary | Adequate | Needs Improvement | -| -------- | --------- | -------- | ----------------- | -| | | | | diff --git a/5-Applied/1-Edge/translations/README.es.md b/5-Applied/1-Edge/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/5-Applied/2-Web/README.md b/5-Applied/2-Web/README.md deleted file mode 100644 index d63c3f8b..00000000 --- a/5-Applied/2-Web/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# [Lesson Topic] - -Add a sketchnote if possible/appropriate - -![Embed a video here if available](video-url) - -## [Pre-lecture quiz](link-to-quiz-app) - -Describe what we will learn - -### Introduction - -Describe what will be covered - -> Notes - -### Prerequisite - -What steps should have been covered before this lesson? - -### Preparation - -Preparatory steps to start this lesson - ---- - -[Step through content in blocks] - -## [Topic 1] - -### Task: - -Work together to progressively enhance your codebase to build the project with shared code: - -```html -code blocks -``` - -✅ Knowledge Check - use this moment to stretch students' knowledge with open questions - -## [Topic 2] - -## [Topic 3] - -🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project - -Optional: add a screenshot of the completed lesson's UI if appropriate - -## [Post-lecture quiz](link-to-quiz-app) - -## Review & Self Study - -**Assignment**: [Assignment Name](assignment.md) diff --git a/5-Applied/2-Web/assignment.md b/5-Applied/2-Web/assignment.md deleted file mode 100644 index d4badb79..00000000 --- a/5-Applied/2-Web/assignment.md +++ /dev/null @@ -1,9 +0,0 @@ -# [Assignment Name] - -## Instructions - -## Rubric - -| Criteria | Exemplary | Adequate | Needs Improvement | -| -------- | --------- | -------- | ----------------- | -| | | | | diff --git a/5-Applied/2-Web/translations/README.es.md b/5-Applied/2-Web/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/5-Applied/3-Mobile/README.md b/5-Applied/3-Mobile/README.md deleted file mode 100644 index d63c3f8b..00000000 --- a/5-Applied/3-Mobile/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# [Lesson Topic] - -Add a sketchnote if possible/appropriate - -![Embed a video here if available](video-url) - -## [Pre-lecture quiz](link-to-quiz-app) - -Describe what we will learn - -### Introduction - -Describe what will be covered - -> Notes - -### Prerequisite - -What steps should have been covered before this lesson? - -### Preparation - -Preparatory steps to start this lesson - ---- - -[Step through content in blocks] - -## [Topic 1] - -### Task: - -Work together to progressively enhance your codebase to build the project with shared code: - -```html -code blocks -``` - -✅ Knowledge Check - use this moment to stretch students' knowledge with open questions - -## [Topic 2] - -## [Topic 3] - -🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project - -Optional: add a screenshot of the completed lesson's UI if appropriate - -## [Post-lecture quiz](link-to-quiz-app) - -## Review & Self Study - -**Assignment**: [Assignment Name](assignment.md) diff --git a/5-Applied/3-Mobile/assignment.md b/5-Applied/3-Mobile/assignment.md deleted file mode 100644 index d4badb79..00000000 --- a/5-Applied/3-Mobile/assignment.md +++ /dev/null @@ -1,9 +0,0 @@ -# [Assignment Name] - -## Instructions - -## Rubric - -| Criteria | Exemplary | Adequate | Needs Improvement | -| -------- | --------- | -------- | ----------------- | -| | | | | diff --git a/5-Applied/3-Mobile/translations/README.es.md b/5-Applied/3-Mobile/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/5-Applied/4-AutoML/README.md b/5-Applied/4-AutoML/README.md deleted file mode 100644 index d63c3f8b..00000000 --- a/5-Applied/4-AutoML/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# [Lesson Topic] - -Add a sketchnote if possible/appropriate - -![Embed a video here if available](video-url) - -## [Pre-lecture quiz](link-to-quiz-app) - -Describe what we will learn - -### Introduction - -Describe what will be covered - -> Notes - -### Prerequisite - -What steps should have been covered before this lesson? - -### Preparation - -Preparatory steps to start this lesson - ---- - -[Step through content in blocks] - -## [Topic 1] - -### Task: - -Work together to progressively enhance your codebase to build the project with shared code: - -```html -code blocks -``` - -✅ Knowledge Check - use this moment to stretch students' knowledge with open questions - -## [Topic 2] - -## [Topic 3] - -🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project - -Optional: add a screenshot of the completed lesson's UI if appropriate - -## [Post-lecture quiz](link-to-quiz-app) - -## Review & Self Study - -**Assignment**: [Assignment Name](assignment.md) diff --git a/5-Applied/4-AutoML/assignment.md b/5-Applied/4-AutoML/assignment.md deleted file mode 100644 index d4badb79..00000000 --- a/5-Applied/4-AutoML/assignment.md +++ /dev/null @@ -1,9 +0,0 @@ -# [Assignment Name] - -## Instructions - -## Rubric - -| Criteria | Exemplary | Adequate | Needs Improvement | -| -------- | --------- | -------- | ----------------- | -| | | | | diff --git a/5-Applied/4-AutoML/translations/README.es.md b/5-Applied/4-AutoML/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/5-Applied/translations/README.es.md b/5-Applied/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/5-Applied/README.md b/5-NLP/README.md similarity index 100% rename from 5-Applied/README.md rename to 5-NLP/README.md diff --git a/4-Types/2-Supervised-2/translations/README.es.md b/5-NLP/translations/README.es.md similarity index 100% rename from 4-Types/2-Supervised-2/translations/README.es.md rename to 5-NLP/translations/README.es.md diff --git a/6-Future/Future-Trends/README.md b/6-Future/Future-Trends/README.md deleted file mode 100644 index d63c3f8b..00000000 --- a/6-Future/Future-Trends/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# [Lesson Topic] - -Add a sketchnote if possible/appropriate - -![Embed a video here if available](video-url) - -## [Pre-lecture quiz](link-to-quiz-app) - -Describe what we will learn - -### Introduction - -Describe what will be covered - -> Notes - -### Prerequisite - -What steps should have been covered before this lesson? - -### Preparation - -Preparatory steps to start this lesson - ---- - -[Step through content in blocks] - -## [Topic 1] - -### Task: - -Work together to progressively enhance your codebase to build the project with shared code: - -```html -code blocks -``` - -✅ Knowledge Check - use this moment to stretch students' knowledge with open questions - -## [Topic 2] - -## [Topic 3] - -🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project - -Optional: add a screenshot of the completed lesson's UI if appropriate - -## [Post-lecture quiz](link-to-quiz-app) - -## Review & Self Study - -**Assignment**: [Assignment Name](assignment.md) diff --git a/6-Future/Future-Trends/assignment.md b/6-Future/Future-Trends/assignment.md deleted file mode 100644 index 346ffdae..00000000 --- a/6-Future/Future-Trends/assignment.md +++ /dev/null @@ -1 +0,0 @@ -# Assignment \ No newline at end of file diff --git a/6-Future/Future-Trends/translations/README.es.md b/6-Future/Future-Trends/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/6-Future/translations/README.es.md b/6-Future/translations/README.es.md deleted file mode 100644 index e69de29b..00000000 diff --git a/6-Future/README.md b/6-TimeSeries/README.md similarity index 100% rename from 6-Future/README.md rename to 6-TimeSeries/README.md diff --git a/4-Types/3-Unsupervised-1/translations/README.es.md b/6-TimeSeries/translations/README.es.md similarity index 100% rename from 4-Types/3-Unsupervised-1/translations/README.es.md rename to 6-TimeSeries/translations/README.es.md diff --git a/7-Reinforcement/README.md b/7-Reinforcement/README.md new file mode 100644 index 00000000..31643651 --- /dev/null +++ b/7-Reinforcement/README.md @@ -0,0 +1,12 @@ +# Getting Started with + +In this section of the curriculum, you will be introduced to ... + +## Topics + +1. [Introduction to](1-intro-to/README.md) + + +## Credits + +"Introduction to" was written with ♥️ by [Name](Twitter) \ No newline at end of file diff --git a/4-Types/4-Unsupervised-2/translations/README.es.md b/7-Reinforcement/translations/README.es.md similarity index 100% rename from 4-Types/4-Unsupervised-2/translations/README.es.md rename to 7-Reinforcement/translations/README.es.md diff --git a/4-Types/1-Supervised-1/README.md b/8-Future/Ethics/README.md similarity index 100% rename from 4-Types/1-Supervised-1/README.md rename to 8-Future/Ethics/README.md diff --git a/4-Types/3-Unsupervised-1/assignment.md b/8-Future/Ethics/assignment.md similarity index 100% rename from 4-Types/3-Unsupervised-1/assignment.md rename to 8-Future/Ethics/assignment.md diff --git a/4-Types/5-Reinforcement-1/translations/README.es.md b/8-Future/Ethics/translations/README.es.md similarity index 100% rename from 4-Types/5-Reinforcement-1/translations/README.es.md rename to 8-Future/Ethics/translations/README.es.md diff --git a/4-Types/2-Supervised-2/README.md b/8-Future/Future-Trends/README.md similarity index 100% rename from 4-Types/2-Supervised-2/README.md rename to 8-Future/Future-Trends/README.md diff --git a/4-Types/4-Unsupervised-2/assignment.md b/8-Future/Future-Trends/assignment.md similarity index 100% rename from 4-Types/4-Unsupervised-2/assignment.md rename to 8-Future/Future-Trends/assignment.md diff --git a/4-Types/6-Reinforcement-2/translations/README.es.md b/8-Future/Future-Trends/translations/README.es.md similarity index 100% rename from 4-Types/6-Reinforcement-2/translations/README.es.md rename to 8-Future/Future-Trends/translations/README.es.md diff --git a/8-Future/README.md b/8-Future/README.md new file mode 100644 index 00000000..31643651 --- /dev/null +++ b/8-Future/README.md @@ -0,0 +1,12 @@ +# Getting Started with + +In this section of the curriculum, you will be introduced to ... + +## Topics + +1. [Introduction to](1-intro-to/README.md) + + +## Credits + +"Introduction to" was written with ♥️ by [Name](Twitter) \ No newline at end of file diff --git a/4-Types/translations/README.es.md b/8-Future/translations/README.es.md similarity index 100% rename from 4-Types/translations/README.es.md rename to 8-Future/translations/README.es.md