Exploration Library in Java
Перейти к файлу
microsoft-github-policy-service[bot] a310b0f846
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-27 13:09:19 +00:00
src modified tau-first to always log action regardless of tau 2016-03-16 22:35:19 -04:00
.gitignore updated ignore 2015-08-05 16:20:33 -04:00
.travis.yml Adding travis support and release plugin 2016-02-29 21:30:01 -08:00
README.md Update README.md 2016-03-03 09:15:23 -05:00
SECURITY.md Microsoft mandatory file 2023-06-12 19:01:55 +00:00
appveyor.yml Updating appveyor file to mimic the travis maven commands 2016-02-29 21:48:23 -08:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-03-02 08:05:35 -08:00

README.md

Build Status Windows Build Status

Exploration Library

The exploration library addresses the gathering the data aspect of machine learning rather than the using the data aspect we are most familiar with. The primary goal here is to enable individuals (i.e. you) to gather the right data for using machine learning for interventions in a live system based on user feedback (click, dwell, correction, etc…). Empirically, gathering the right data has often made a substantial difference. Theoretically, we know it is required to disentangle causation from correlation effectively in general.

First version of client-side exploration library that includes the following exploration algorithms:

  • Epsilon Greedy
  • Tau First
  • Softmax
  • Bootstrap
  • Generic (users can specify custom weight for every action)

This release supports Java. For other languages, see: https://github.com/multiworldtesting/.

For sample usage, see: https://github.com/multiworldtesting/explore-java/blob/master/src/main/java/com/mwt/sample/ExploreOnlySample.java

For more details on Multiworld Testing as a Service, visit http://aka.ms/mwt