pull/34/head
Jen Looper 3 years ago
parent 9b7149b1ea
commit 5cbb809106

@ -1,53 +1,70 @@
# [Lesson Topic]
# Machine Learning in the Real World
Add a sketchnote if possible/appropriate
![Embed a video here if available](video-url)
In this curriculum, you have learned many ways to prepare data for training and create machine learning models. You built a series of classic Regression, Clustering, Classification, Natural Language Processing, and Time Series models. Congratulations! Now, you might be wondering what it's all for...what are the real world applications for these models?
While a lot of interest in industry has been garnered by AI, which usually leverages Deep Learning, there are still valuable applications for classical machine learning models, some of which you use today, although you might not be aware of it. In this lesson, you'll explore how ten different industries and subject-matter domains use these types of models to make their applications more performant, reliable, intelligent, and thus more valuable to users.
## [Pre-lecture quiz](link-to-quiz-app)
In this lesson, you will learn about some real-world applications in the field of Machine Learning that are of interest for their innovation. These topics include:
## Finance
- Democratization of ML and AI
- Work in ensuring ethical management of model creation, maintenance and curation
- No-Code or Low-Code tooling improvements
- Advances in MLOps
- Concerns around Security
- Interesting Applications:
- Voice applications with NLP
- Chatbots
- IoT+ML and Edge Computing with ML
- Quantum AI
- Facial recognition applications
- Next-generation AI/ML: GPT-3
One of the major consumers of classical machine learning models is the finance industry.
### Preparation
### Credit card fraud detection
### Wealth management
Preparatory steps to start this lesson
## Education
---
### Predicting student behavior
### Preventing plagiarism
### Course recommendations
## Retail
[Step through content in blocks]
### Personalizing the customer journey
## [Topic 1]
### Inventory management
### Task:
## Health Care
Work together to progressively enhance your codebase to build the project with shared code:
### Optimizing drug delivery
### Hospital re-entry management
### Disease management
```html
code blocks
```
## Ecology and Green Tech
✅ Knowledge Check - use this moment to stretch students' knowledge with open questions
### Forest management
### Motion sensing of animals
## [Topic 2]
## Insurance
## [Topic 3]
### Actuarial tasks
🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project
## Consumer Electronics
### Motion sensing
## Software
### UI regression
### Document search
### Recommendation engines
## Arts, Culture, and Literature
### Fake news detection
### Classifying artifacts
## Marketing
Optional: add a screenshot of the completed lesson's UI if appropriate
### 'Ad words'
### Customer segmentation
✅ Knowledge Check - use this moment to stretch students' knowledge with open questions
🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project
## [Post-lecture quiz](link-to-quiz-app)

@ -84,7 +84,7 @@ By ensuring that the content aligns with projects, the process is made more enga
| 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 | ML in the Wild | Interesting and Revealing real-world applications of classical ML | [lesson](8-Real-World/2-Applications/README.md) | All |
| 24 | Real-World ML Scenarios and Applications | ML in the Wild | Interesting and Revealing real-world applications of classical ML | [lesson](8-Real-World/1-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`.

Loading…
Cancel
Save