/numeric

Coursework: ad relevance prediction model

Primary LanguageC++MIT LicenseMIT

numeric: ad relevance prediction model Build Status

Timur Iskhakov, 141


An investigation of the dependence of ad relevance and ad display algorithm.

The project uses own numeric methods library and a flexible UI is built to maintain computation calls.

Modules:

  • numeric-core — computation implemented in C++
  • numeric-web — UI implemented in Django and ReactJS

Deploy:

  • Module deploy is explained in corresponding README files
  • numeric-web requires built dynamic lib numeric, which location is set up in settings.py config file, BASE_DIR/../numeric-core is used by default, where BASE_DIR stands for numeric-web deploy path