You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ML-For-Beginners/Real-World/1-Applications/README.md

84 lines
2.5 KiB

3 years ago
# Machine Learning in the Real World
4 years ago
3 years ago
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?
4 years ago
3 years ago
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.
4 years ago
## [Pre-lecture quiz](link-to-quiz-app)
3 years ago
## Finance
3 years ago
One of the major consumers of classical machine learning models is the finance industry.
4 years ago
3 years ago
### Credit card fraud detection
3 years ago
We learned about [k-means clustering](Clustering/2-K-Means/README.md) earlier in the course, but how can it be used to solve problems related to credit card fraud?
https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.680.1195&rep=rep1&type=pdf
3 years ago
### Wealth management
4 years ago
3 years ago
## Education
4 years ago
3 years ago
### Predicting student behavior
### Preventing plagiarism
### Course recommendations
3 years ago
3 years ago
## Retail
4 years ago
3 years ago
### Personalizing the customer journey
4 years ago
3 years ago
### Inventory management
4 years ago
3 years ago
## Health Care
4 years ago
3 years ago
### Optimizing drug delivery
### Hospital re-entry management
### Disease management
4 years ago
3 years ago
## Ecology and Green Tech
4 years ago
3 years ago
### Forest management
### Motion sensing of animals
3 years ago
### Energy Management
This article discusses in detail how clustering and time series forecasting help predict future energy use in Ireland, based off of smart metering: https://www-cdn.knime.com/sites/default/files/inline-images/knime_bigdata_energy_timeseries_whitepaper.pdf
4 years ago
3 years ago
## Insurance
4 years ago
3 years ago
### Actuarial tasks
4 years ago
3 years ago
## Consumer Electronics
### Motion sensing
## Software
### UI regression
### Document search
### Recommendation engines
## Arts, Culture, and Literature
### Fake news detection
### Classifying artifacts
## Marketing
4 years ago
3 years ago
### '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
4 years ago
## [Post-lecture quiz](link-to-quiz-app)
## Review & Self Study
**Assignment**: [Assignment Name](assignment.md)