From 3eea41791d539fd13c0da0bf4ac68399fd50b14d Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Sat, 24 Apr 2021 22:37:36 -0400 Subject: [PATCH] moving Ethics to lesson 3 --- .../3-ethics}/README.md | 0 .../3-ethics}/assignment.md | 0 .../3-ethics}/translations/README.es.md | 0 1-Introduction/README.md | 7 +++- .../README.md | 0 .../assignment.md | 0 .../translations/README.es.md | 0 8-Real-World/README.md | 5 +-- README.md | 40 +++++++++---------- 9 files changed, 27 insertions(+), 25 deletions(-) rename {8-Real-World/1-Ethics => 1-Introduction/3-ethics}/README.md (100%) rename {8-Real-World/1-Ethics => 1-Introduction/3-ethics}/assignment.md (100%) rename {8-Real-World/1-Ethics => 1-Introduction/3-ethics}/translations/README.es.md (100%) rename 8-Real-World/{2-Applications => 1-Applications}/README.md (100%) rename 8-Real-World/{2-Applications => 1-Applications}/assignment.md (100%) rename 8-Real-World/{2-Applications => 1-Applications}/translations/README.es.md (100%) diff --git a/8-Real-World/1-Ethics/README.md b/1-Introduction/3-ethics/README.md similarity index 100% rename from 8-Real-World/1-Ethics/README.md rename to 1-Introduction/3-ethics/README.md diff --git a/8-Real-World/1-Ethics/assignment.md b/1-Introduction/3-ethics/assignment.md similarity index 100% rename from 8-Real-World/1-Ethics/assignment.md rename to 1-Introduction/3-ethics/assignment.md diff --git a/8-Real-World/1-Ethics/translations/README.es.md b/1-Introduction/3-ethics/translations/README.es.md similarity index 100% rename from 8-Real-World/1-Ethics/translations/README.es.md rename to 1-Introduction/3-ethics/translations/README.es.md diff --git a/1-Introduction/README.md b/1-Introduction/README.md index 97cd5d24..8cf2ee40 100644 --- a/1-Introduction/README.md +++ b/1-Introduction/README.md @@ -5,10 +5,13 @@ In this section of the curriculum, you will be introduced to the base concepts u ### Topics 1. [Introduction to Machine Learning](1-intro-to-ML/README.md) -2. [The History of Machine Learning](2-history-of-ML/README.md) +1. [The History of Machine Learning](2-history-of-ML/README.md) +1. [Ethics and Machine Learning](3-ethics/README.md) ### Credits "Introduction to Machine Learning" was written with ♥️ by [Name](Twitter) -"The History of Machine Learning" was written with ♥️ by [Name](Twitter) \ No newline at end of file +"The History of Machine Learning" was written with ♥️ by [Name](Twitter) + +"Ethics and Machine Learning" was written with ♥️ by [Name](Twitter) \ No newline at end of file diff --git a/8-Real-World/2-Applications/README.md b/8-Real-World/1-Applications/README.md similarity index 100% rename from 8-Real-World/2-Applications/README.md rename to 8-Real-World/1-Applications/README.md diff --git a/8-Real-World/2-Applications/assignment.md b/8-Real-World/1-Applications/assignment.md similarity index 100% rename from 8-Real-World/2-Applications/assignment.md rename to 8-Real-World/1-Applications/assignment.md diff --git a/8-Real-World/2-Applications/translations/README.es.md b/8-Real-World/1-Applications/translations/README.es.md similarity index 100% rename from 8-Real-World/2-Applications/translations/README.es.md rename to 8-Real-World/1-Applications/translations/README.es.md diff --git a/8-Real-World/README.md b/8-Real-World/README.md index 31643651..fb46fe99 100644 --- a/8-Real-World/README.md +++ b/8-Real-World/README.md @@ -4,9 +4,8 @@ In this section of the curriculum, you will be introduced to ... ## Topics -1. [Introduction to](1-intro-to/README.md) - +1. [Real-World Applications for ML](1-Applications/README.md) ## Credits -"Introduction to" was written with ♥️ by [Name](Twitter) \ No newline at end of file +"Real-World Applications" was written with ♥️ by [Name](Twitter) \ No newline at end of file diff --git a/README.md b/README.md index 97429c1b..a9e8a2dd 100644 --- a/README.md +++ b/README.md @@ -63,28 +63,28 @@ By ensuring that the content aligns with projects, the process is made more enga | :-----------: | :--------------------------------------: | :------------------------------------------: | ---------------------------------------------------------------------------------------------------- | :---------------------------------------------------: | :-------: | | 01 | [Introduction](1-Introduction/README.md) | Introduction to Machine Learning | Learn the basic concepts behind Machine Learning | [lesson](1-Introduction/1-intro-to-ML/README.md) | Amy | | 02 | [Introduction](1-Introduction/README.md) | The History of Machine Learning | Learn the history underlying this field | [lesson](1-Introduction/2-history-of-ML/README.md) | Amy | -| 03 | Introduction to Regression | [Regression](2-Regression/README.md) | Get started with Python and Scikit-Learn for Regression models | [lesson](2-Regression/1-Tools/README.md) | Jen | -| 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 Linear and Polynomial Regression models | [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 Classification | [Classification](3-Classification/README.md) | Clean, Prep, and Visualize your Data; Introduction to Classification | [lesson](3-Classification/1-Data/README.md) | Cassie | -| 08 | Delicious Asian Recipes 🍜 | [Classification](3-Classification/README.md) | Build a Discriminative Model | [lesson](3-Classification/2-Descriminative/README.md) | Cassie | -| 09 | Delicious Asian Recipes 🍜 | [Classification](3-Classification/README.md) | Build a Generative Model | [lesson](3-Classification/3-Generative/README.md) | Cassie | -| 10 | Delicious Asian Recipes 🍜 | [Classification](3-Classification/README.md) | Build a Web App using your Model | [lesson](3-Classification/4-Applied/README.md) | Cassie | -| 11 | Introduction to Clustering | [Clustering](4-Clustering/README.md) | Clean, Prep, and Visualize your Data; Introduction to Clustering | [lesson](4-Clustering/1-Visualize/README.md) | Paige | -| 12 | Interesting Maya Architecture 🦜 | [Clustering](4-Clustering/README.md) | Algorithms to use for Clustering tasks | [lesson](4-Clustering/2-Algorithms/README.md) | Paige | -| 13 | Interesting Maya Architecture 🦜 | [Clustering](4-Clustering/README.md) | Build a Recommendation Engine using Clustering | [lesson](4-Clustering/3-Recommendations/README.md) | Paige | -| 14 | Interesting Maya Architecture 🦜 | [Clustering](4-Clustering/README.md) | Build a Centroid model for Clustering tasks | [lesson](4-Clustering/Centroid/README.md) | Paige | -| 15 | Introduction to NLP | [Natural Language Processing]() | tbd | [lesson]() | Stephen | -| 16 | Romantic Hotels of Europe ♥️ | [Natural Language Processing]() | tbd | [lesson]() | Stephen | +| 03 | Introduction | 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 | +| 04 | Introduction to Regression | [Regression](2-Regression/README.md) | Get started with Python and Scikit-Learn for Regression models | [lesson](2-Regression/1-Tools/README.md) | Jen | +| 05 | 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 | +| 06 | North American Pumpkin Prices 🎃 | [Regression](2-Regression/README.md) | Build Linear and Polynomial Regression models | [lesson](2-Regression/3-Linear/README.md) | Jen | +| 07 | North American Pumpkin Prices 🎃 | [Regression](2-Regression/README.md) | Build a Logistic Regression model | [lesson](2-Regression/4-Logistic/README.md) | Jen | +| 08 | Introduction to Classification | [Classification](3-Classification/README.md) | Clean, Prep, and Visualize your Data; Introduction to Classification | [lesson](3-Classification/1-Data/README.md) | Cassie | +| 09 | Delicious Asian Recipes 🍜 | [Classification](3-Classification/README.md) | Build a Discriminative Model | [lesson](3-Classification/2-Descriminative/README.md) | Cassie | +| 10 | Delicious Asian Recipes 🍜 | [Classification](3-Classification/README.md) | Build a Generative Model | [lesson](3-Classification/3-Generative/README.md) | Cassie | +| 11 | Delicious Asian Recipes 🍜 | [Classification](3-Classification/README.md) | Build a Web App using your Model | [lesson](3-Classification/4-Applied/README.md) | Cassie | +| 12 | Introduction to Clustering | [Clustering](4-Clustering/README.md) | Clean, Prep, and Visualize your Data; Introduction to Clustering | [lesson](4-Clustering/1-Visualize/README.md) | Paige | +| 13 | Interesting Maya Architecture 🦜 | [Clustering](4-Clustering/README.md) | Algorithms to use for Clustering tasks | [lesson](4-Clustering/2-Algorithms/README.md) | Paige | +| 14 | Interesting Maya Architecture 🦜 | [Clustering](4-Clustering/README.md) | Build a Recommendation Engine using Clustering | [lesson](4-Clustering/3-Recommendations/README.md) | Paige | +| 15 | Interesting Maya Architecture 🦜 | [Clustering](4-Clustering/README.md) | Build a Centroid model for Clustering tasks | [lesson](4-Clustering/Centroid/README.md) | Paige | +| 16 | Introduction to NLP | [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]() | Dmitry | -| 22 | Help Peter avoid the Wolf! 🐺 | [Reinforcement Learning]() | tbd | [lesson]() | Dmitry | -| 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 | +| 19 | Romantic Hotels of Europe ♥️ | [Natural Language Processing]() | tbd | [lesson]() | Stephen | +| 20 | Introduction to Time Series Forecasting | [Time Series]() | tbd | [lesson]() | Francesca | +| 21 | Power Usage in India ⚡️ | [Time Series]() | tbd | [lesson]() | Francesca | +| 22 | Introduction to Reinforcement Learning | [Reinforcement Learning]() | tbd | [lesson]() | Dmitry | +| 23 | Help Peter avoid the Wolf! 🐺 | [Reinforcement Learning]() | tbd | [lesson]() | Dmitry | +| 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`.