GitXplorerGitXplorer
m

Product-Recommendations

public
245 stars
128 forks
11 issues

Commits

List of commits on branch master.
Verified
68d51b140573d8c362fdae3ed7cc587883b7cd66

Bump Microsoft.Rest.ClientRuntime in /Sample/cs/Recommendations.Client (#76)

ddependabot[bot] committed 2 years ago
Verified
f634d64a62fc92853c06a35632eb4223118e94a6

Bump Microsoft.Rest.ClientRuntime in /Sample/cs/Recommendations.Sample (#77)

ddependabot[bot] committed 2 years ago
Verified
02f869b9802af20310edfc3644905bcda33850f9

Bump Newtonsoft.Json in /Sample/cs/Recommendations.Sample (#71)

ddependabot[bot] committed 2 years ago
Verified
1ed18ce10fb7cbfb7c7cff3c360d7494d6d4adf9

Bump Newtonsoft.Json in /source/Recommendations.WebApp (#70)

ddependabot[bot] committed 2 years ago
Verified
457e14c3a9068595fb6521fd19e5b2965d294364

Bump Newtonsoft.Json in /source/Recommendations.UnitTest (#69)

ddependabot[bot] committed 2 years ago
Verified
32eefc916af34698b9f88cd21a27c596d1b4a6e9

Bump Newtonsoft.Json in /source/Recommendations.Core (#68)

ddependabot[bot] committed 2 years ago

README

The README file for this repository.

Product Recommendations Solution

Overview

This solution enables you to create product recommendations predictive models based on historical transaction data and information on the product catalog.

The following scenarios are supported by the SAR algorithm:

  1. Item-to-Item Recommendations. This is the "Customers who liked this product also liked these other products" scenario. Increase the discoverability of items in your catalog by showing relevant products to your customers.

  2. Personalized Recommendations. By providing the recent history of transactions for a given user, the SAR algorithm can return personalized recommendations for that user.

At a high level, The solution exposes mechanisms to:

  1. Train models using the SAR (Smart Adaptive Recommendations) algorithm.
  2. Request a previously created model for recommendations.

Deployment Instructions

Before you can use the solution, you need to deploy it.

Click on the following button to be redirected to the deployment instructions page.

Training your first model

Once you have deployed your solution, you will be ready to follow step-by-step instructions on how to create your first model using the Getting Started Guide.

The API Reference explains in more detail each of the APIs exposed by your newly created solution.

High level architecture

This solution creates a new Azure Resource Group in your Azure subscription with the following components:

  1. An Azure WebApp (and a respective Web Job) The Azure Web-Application exposes a RESTful interface (See API Reference section) that allows you to train recommendations models, and then query those models for product recommendations. The Azure Web-Application also delegates training jobs to an Azure WebJob.

  2. An Azure Storage subscription that is used for storing models, model metadata as well as for WebApp to WebJob communication.

Architecture Diagram

Questions?

Contact mlapi@microsoft.com with any additional questions or comments you may have on the usage of the Recommendations solution.

Contributing

See the Contributing Document to understand contribution guidelines and code of conduct.

License

See the License Document.