Skip to content

Commit

Permalink
lesson details on regions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlooper committed Jun 6, 2021
1 parent 91409f8 commit 8f1770f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 2-Regression/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Regression Models for Machine Learning
## Regional topic: Regression models for pumpkin prices in North America
## Regional topic: Regression models for pumpkin prices in North America 🎃

In North America, pumpkins are often carved into scary faces for Halloween. Let's discover more about these fascinating vegetables!

Expand Down
1 change: 1 addition & 0 deletions 4-Classification/1-Introduction/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Introduction to Classification

[![Introduction to Classification](https://img.youtube.com/vi/eg8DJYwdMyg/0.jpg)](https://youtu.be/eg8DJYwdMyg "Introduction to Classification")

> 🎥 Click the image above for a video: MIT's John Guttag introduces Classification
## [Pre-lecture quiz](link-to-quiz-app)
Expand Down
10 changes: 9 additions & 1 deletion 4-Classification/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Getting Started with Classification
## Regional topic: Delicious Asian Recipes 🍜

In this section of the curriculum you will learn about how to classify data using Machine Learning.
In Asia, food traditions are extremely diverse, and very delicious! Let's look at data about regional recipes to try to guess where they originated.

![Thai food seller](./images/thai-food.jpg)
> Photo by <a href="https://unsplash.com/@changlisheng?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Lisheng Chang</a> on <a href="https://unsplash.com/s/photos/asian-food?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>

## What you will learn

In this section, you will build on the skills you learned in Lesson 1 (Regression) to learn about more classifiers you can use that will help you learn about your data.
## Lessons

1. [Introduction to Classification](1-Introduction/README.md)
Expand Down
Binary file added 4-Classification/images/thai-food.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 5-Clustering/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Clustering Models for Machine Learning
## Regional topic: Clustering models for a Nigerian audience's musical taste
## Regional topic: Clustering models for a Nigerian audience's musical taste 🎧

Nigeria's diverse audience has diverse musical tastes. Using data scraped from Spotify (inspired by [this article](https://towardsdatascience.com/country-wise-visual-analysis-of-music-taste-using-spotify-api-seaborn-in-python-77f5b749b421), let's look at some music popular in Nigeria. This dataset includes data about various songs' 'danceability' score, 'acousticness', loudness, 'speechiness', popularity and energy. It will be interesting to discover patterns in this data!

Expand Down
2 changes: 2 additions & 0 deletions 6-NLP/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Getting Started with Natural Language Processing

## Regional topic: European literature and Romantic Hotels of Europe ❤️

In this section of the curriculum, you will be introduced to one of the most widespread uses of machine learning: Natural Language Processing (NLP). Derived from Computational Linguistics, this category of Artificial Intelligence is the bridge between humans and machines via voice or textual communication.

In these lessons we'll learn the basics of NLP by building small conversational bots to learn how Machine Learning aids in making these conversations more and more 'smart'. You'll travel back in time, chatting with Elizabeth Bennett and Mr. Darcy from Jane Austen's classic novel, **Pride and Prejudice**, published in 1813. Then, you'll further your knowledge by learning about sentiment analysis via hotel reviews in Europe.
Expand Down
2 changes: 2 additions & 0 deletions 7-TimeSeries/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Time Series Forecasting

## Regional topic: Worldwide Electricity Usage ✨

In these two lessons, you will be introduced to Time Series Forecasting, a somewhat lesser known area of Machine Learning that is nevertheless extremely valuable for industry and business applications, among other fields. While neural networks can be used to enhance the utility of these models, we will study them in the context of classical machine learning as models help predict future performance based on the past.

Our regional focus is electrical usage in the world, an interesting dataset to learn about forecasting future power usage based on patterns of past load. You can see how this kind of forecasting can be extremely helpful in a business environment.
Expand Down
1 change: 0 additions & 1 deletion 9-Real-World/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ In this section of the curriculum, you will be introduced to some real-world app
## Lesson

1. [Real-World Applications for ML](1-Applications/README.md)

## Credits

"Real-World Applications" was written by a team of folks, including [Jen Looper](https://twitter.com/jenlooper), [Ornella Altunyan](https://twitter.com/ornelladotcom) and ...

0 comments on commit 8f1770f

Please sign in to comment.