From 6d6bc5dfe1d82fe089e188c9e1b3b8816edf48ae Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Thu, 18 Mar 2021 15:59:11 -0400 Subject: [PATCH] assignments! --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 992ea53e..2dc8f122 100644 --- a/README.md +++ b/README.md @@ -67,24 +67,24 @@ By ensuring that the content aligns with projects, the process is made more enga | 04 | North American Pumpkin Prices 🎃 | [Regression](2-Regression/README.md) | Visualize and clean data in preparation for ML | [lesson](2-Regression/2-Data/README.md) | Jen | | 05 | North American Pumpkin Prices 🎃 | [Regression](2-Regression/README.md) | Build a Linear Regression model | [lesson](2-Regression/3-Linear/README.md) | Jen | | 06 | North American Pumpkin Prices 🎃 | [Regression](2-Regression/README.md) | Build a Logistic Regression model | [lesson](2-Regression/4-Logistic/README.md) | Jen | -| 07 | Introduction to Clustering | [Clustering]() | tbd | [lesson]() | | -| 08 | Delicious Asian Recipes 🍜 | [Clustering]() | tbd | [lesson]() | | -| 09 | Delicious Asian Recipes 🍜 | [Clustering]() | tbd | [lesson]() | | -| 10 | Delicious Asian Recipes 🍜 | [Clustering]() | tbd | [lesson]() | | +| 07 | Introduction to Clustering | [Clustering]() | tbd | [lesson]() | Cassie | +| 08 | Delicious Asian Recipes 🍜 | [Clustering]() | tbd | [lesson]() | Cassie | +| 09 | Delicious Asian Recipes 🍜 | [Clustering]() | tbd | [lesson]() | Cassie | +| 10 | Delicious Asian Recipes 🍜 | [Clustering]() | tbd | [lesson]() | Cassie | | 11 | Introduction to Classification | [Classification]() | | [lesson]() | Paige | | 12 | Interesting Maya Architecture 🦜 | [Classification]() | | [lesson]() | Paige | | 13 | Interesting Maya Architecture 🦜 | [Classification]() | | [lesson]() | Paige | | 14 | Interesting Maya Architecture 🦜 | [Classification]() | | [lesson]() | Paige | | 15 | Introduction to NLP | [Natural Language Processing]() | tbd | [lesson]() | Stephen | -| 16 | Romantic Hotels of Europe ♥️ | [Natural Language Processing]() | tbd | [lesson]() | Stephen | +| 16 | Romantic Hotels of Europe ♥️ | [Natural Language Processing]() | tbd | [lesson]() | Stephen | | 17 | Romantic Hotels of Europe ♥️ | [Natural Language Processing]() | tbd | [lesson]() | Stephen | | 18 | Romantic Hotels of Europe ♥️ | [Natural Language Processing]() | tbd | [lesson]() | Stephen | | 19 | Introduction to Time Series Forecasting | [Time Series]() | tbd | [lesson]() | Francesca | | 20 | Power Usage in India ⚡️ | [Time Series]() | tbd | [lesson]() | Francesca | -| 21 | Introduction to Reinforcement Learning | [Reinforcement Learning]() | tbd | [lesson]() | | -| 22 | A fancy French mousetrap 🍫 | [Reinforcement Learning]() | tbd | [lesson]() | | +| 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) | | +| 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 | ## 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`.