Exploration Library in C#
Перейти к файлу
Markus Cozowicz 74d7f85523 Merge pull request #3 from microsoft/users/GitHubPolicyService/efb7ce88-870d-42c3-b623-5ea329114fac
Adding Microsoft SECURITY.MD
2022-10-06 07:17:26 +02:00
.nuget enabled nuget restore 2015-12-29 15:14:13 -05:00
Explore removed timestamp from event id 2016-06-03 10:54:39 -04:00
Sample removed timestamp from event id 2016-06-03 10:54:39 -04:00
Test removed timestamp from event id 2016-06-03 10:54:39 -04:00
.gitignore initial setup for bb testing 2015-06-23 16:58:05 -04:00
Doxyfile keep only code for exploration library 2014-12-09 22:27:43 -05:00
LICENSE added license file 2015-05-15 15:57:51 -04:00
README.md Update README.md 2015-12-29 16:50:37 -05:00
SECURITY.md Microsoft mandatory file 2022-09-22 23:56:56 +00:00
explore.sln enabled nuget restore 2015-12-29 15:14:13 -05:00

README.md

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 C#. For other languages, see: https://github.com/multiworldtesting/.

For sample usage, see: https://github.com/multiworldtesting/explore-csharp/blob/master/Sample/ExploreOnlySample.cs