Difference between revisions of "Recommendation"
(→Building Recommendation Systems in Azure) |
(→Recommender Systems) |
||
Line 54: | Line 54: | ||
<youtube>_YR3Osnl_Dc</youtube> | <youtube>_YR3Osnl_Dc</youtube> | ||
<youtube>9gBC9R-msAk</youtube> | <youtube>9gBC9R-msAk</youtube> | ||
+ | <youtube>XoTwndOgXBM</youtube> | ||
+ | |||
+ | == Building Recommendation Systems in Google Cloud Platform (GCP)== | ||
+ | * [[Microsoft]] Azure | ||
+ | |||
+ | <youtube>F7OTS6qn5Dg</youtube> | ||
+ | <youtube>tD4XGOq4Mkc</youtube> | ||
+ | <youtube>TNiWwaMGYzo</youtube> | ||
+ | <youtube>807uHC0Ia10</youtube> | ||
+ | |||
== Building Recommendation Systems in Azure == | == Building Recommendation Systems in Azure == | ||
* [[Microsoft]] Azure | * [[Microsoft]] Azure | ||
+ | |||
<youtube>_74-wL9tisw</youtube> | <youtube>_74-wL9tisw</youtube> | ||
<youtube>SnCkP3ADXKM</youtube> | <youtube>SnCkP3ADXKM</youtube> |
Revision as of 09:48, 13 July 2020
Youtube search... ...Google search
- Capabilities
- Clustering
- AI Solver
- Collaborative Filtering | Wikipedia
- Personalized Marketing | Wikipedia
Can items can be directly related to users?
- ... yes, K-Nearest Neighbors (KNN)
- ... no, have a very large dataset, then Alternating Least Squares (ALS)
- ... no, have small to medium dataset, then Matrix Factorization
systems examine attributes of the items recommended. For example, if a Netflix user has watched many cowboy movies, then recommend a movie classified in the datastore as having the “scifi” genre.
systems recommend items based on similarity measures between users and/or items. The items recommended to a user are those preferred by similar users.
Contents
Recommender Systems
- Recommender System | Wikipedia
- Recommendation System Algorithms | Daniil Korbut
- Business Intelligence Through Intellectual Property Analytics – Examining Facebook and Amazon | Valuenex
- Recommendation Systems | Stanford InfoLab
- Introduction To Recommendation system In Javascript | Oni Stephen - Medium
Grouping related items together without labeling them, e.g. grouping patient records with similar symptoms without knowing their symptoms
Building Recommendation Systems in Google Cloud Platform (GCP)
- Microsoft Azure
Building Recommendation Systems in Azure
- Microsoft Azure
Azure Machine Learning Studio: Matchbox Recommender
Cortana Analytics: Building a recommendations model