Commit 170b40e6 authored by charleszhao's avatar charleszhao Committed by Commit Bot

[Assist Ranker] add readme.

Change-Id: I0ec0f5116d7f4b798e325043b5792a6e85fc3618
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275743Reviewed-by: default avatarCharles . <charleszhao@chromium.org>
Reviewed-by: default avatarAndrew Moylan <amoylan@chromium.org>
Auto-Submit: Charles . <charleszhao@chromium.org>
Commit-Queue: Andrew Moylan <amoylan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#783883}
parent 6ed55a1c
amoylan@chromium.org
charleszhao@chromium.org charleszhao@chromium.org
hamelphi@chromium.org hamelphi@chromium.org
jiameng@chromium.org jiameng@chromium.org
......
# Assist Ranker
[TOC]
## Introduction
Assist Ranker is design to make Chrome smarter by providing client-side machine
learning (ML) inference in Chrome. It is designed to be a generic infrastructure
that supports ML needs for all Chrome feature teams on all platforms.
Assist Ranker utilizes UKM logging to log per feature-label events. A ML model
will be trained in the Cloud based on these logs; and then Assist Ranker will
download and inference with the model.
It currently only supports Logistic Regression and Multilayer Neural Networks.
Assist Ranker was experiment on ContextualSearch; but it is not used in any
production projects.
## How to use it
Please contact the owners before you use it.
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment