introduction to classification

pull/34/head
Jen Looper 3 years ago
parent 177a872ce1
commit 91409f8c5f

@ -4,7 +4,7 @@ In this section of the curriculum you will learn about how to classify data usin
## Lessons
1. [Visualize your Data and Prepare it for Use](1-Data/README.md)
1. [Introduction to Classification](1-Introduction/README.md)
2. [Build a Discriminative Model](2-Discriminative/README.md)
3. [Build a Generative Model](3-Generative/README.md)
4. [Applied ML: Build a Web App](4-Applied/README.md)

@ -77,7 +77,7 @@ By ensuring that the content aligns with projects, the process is made more enga
| 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 | A Web App 🔌 | [Web App](3-Web-App/README.md) | Build a Web app to use your trained model | [lesson](3-Web-App/README.md) | Jen |
| 09 | Introduction to Classification | [Classification](4-Classification/README.md) | Clean, Prep, and Visualize your Data; Introduction to Classification | [lesson](4-Classification/1-Data/README.md) | Cassie |
| 09 | Introduction to Classification | [Classification](4-Classification/README.md) | Clean, Prep, and Visualize your Data; Introduction to Classification | [lesson](4-Classification/1-Introduction/README.md) | Cassie |
| 10 | Delicious Asian Recipes 🍜 | [Classification](4-Classification/README.md) | Build a Discriminative Model | [lesson](4-Classification/2-Descriminative/README.md) | Cassie |
| 11 | Delicious Asian Recipes 🍜 | [Classification](4-Classification/README.md) | Build a Generative Model | [lesson](4-Classification/3-Generative/README.md) | Cassie |
| 12 | Delicious Asian Recipes 🍜 | [Classification](4-Classification/README.md) | Build a Web App using your Model | [lesson](4-Classification/4-Applied/README.md) | Jen |

Loading…
Cancel
Save