Skip to content

Commit

Permalink
Added section on model deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sujitpal committed Oct 9, 2016
1 parent 014ddda commit bb9380b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,9 @@ The models directory is used to hold the models that are written out by the diff

## Model deployment

TODO
For deployment, we run each question + answer pair and consider the difference between the positive and negative outputs as the "score". The score is then normalized to sum to 1 and the one with the highest score selected as the winning choice.

As an example, the following image shows the actual predictions for a question and answer from our dataset. The chart shows the probability of each choice according to our strongest model.

<img src="docs/deploy.png"/>

0 comments on commit bb9380b

Please sign in to comment.