kiminh / sf1r-ad-delivery

Advertising delivery engine based on SF1R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SF1R-Ad-Delivery

Advertising delivery engine based on SF1R.

Features

  • Sponsored Search. Automatic bid optimization is provided with the semantic of broad match. Currently, the broad match is delivered through succinct self index, which is the fastest top-K union index in the world. However, it's an overkill to use succinct self index for such purpose, we plan to use Roaring Bitmap in future which is the fastest compressed bitmap delivered by Daniel Lemire.

  • Online engine for TARE. TARE refers to Targeted Advertising and Recommender Engine, which aims to build an unified engine for both targeted advertising and recommendation. Currently, TARE is tailored for products only.

Topology

Dependencies

The dependencies are similar with that of SF1R. Besides, these third party repositores are required:

License

The SF1R project is published under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

About

Advertising delivery engine based on SF1R

License:Apache License 2.0


Languages

Language:C++ 98.4%Language:Python 0.6%Language:C 0.6%Language:Shell 0.2%Language:Ruby 0.1%