forked from microsoft/ML-For-Beginners
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
54 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
# Getting Started with natural language processing | ||
# Getting started with natural language processing | ||
|
||
## Regional topic: European literature and Romantic Hotels of Europe ❤️ | ||
## Regional topic: European languages and 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 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. | ||
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. | ||
|
||
![Pride and Prejudice book and tea](images/p&p.jpg) | ||
> Photo by <a href="https://unsplash.com/@elaineh?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Elaine Howlin</a> on <a href="https://unsplash.com/s/photos/pride-and-prejudice?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a> | ||
## Lessons | ||
|
||
1. [Introduction to natural language processing](1-Introduction-to-NLP/README.md) | ||
2. [Common NLP Tasks and Techniques](2-Tasks/README.md) | ||
3. [Translation and Sentiment Analysis with Machine Learning](3-Translation-Sentiment/README.md) | ||
2. [Common NLP tasks and techniques](2-Tasks/README.md) | ||
3. [Translation and sentiment analysis with machine learning](3-Translation-Sentiment/README.md) | ||
4. TBD | ||
5. TBD | ||
|
||
## Credits | ||
|
||
These natural language processing lessons were written with ☕ by [Stephen Howell]([Twitter](https://twitter.com/Howell_MSFT)) | ||
These natural language processing lessons were written with ☕ by [Stephen Howell](https://twitter.com/Howell_MSFT) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
# Time Series Forecasting | ||
# Introduction to time series forecasting | ||
## Regional topic: worldwide electricity usage ✨ | ||
|
||
## 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. | ||
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. | ||
|
||
![electric grid](images/electric-grid.jpg) | ||
|
||
Photo by <a href="https://unsplash.com/@shutter_log?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Peddi Sai hrithik</a> of electrical towers on a road in Rajasthan on <a href="https://unsplash.com/s/photos/electric-india?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a> | ||
|
||
|
||
## Lessons | ||
|
||
1. [Introduction to Time Series Forecasting](1-Introduction/README.md) | ||
2. [Building ARIMA Time Series Models](2-ARIMA/README.md) | ||
1. [Introduction to time series forecasting](1-Introduction/README.md) | ||
2. [Building ARIMA time series models](2-ARIMA/README.md) | ||
|
||
## Credits | ||
|
||
"Time Series Forecasting" was written with ⚡️ by [Francesca Lazzeri](https://twitter.com/frlazzeri) and [Jen Looper](https://twitter.com/jenlooper) | ||
"Introduction to time series forecasting" was written with ⚡️ by [Francesca Lazzeri](https://twitter.com/frlazzeri) and [Jen Looper](https://twitter.com/jenlooper) |
Oops, something went wrong.