diff --git a/README.md b/README.md new file mode 100644 index 0000000..da68651 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +adpredictor +=========== + +A simple implementation of Microsoft's AdPredictor (http://bit.ly/SFgcq8) in Python. + +See [tullo.ch/articles/online-learning-with-adpredictor/](http://tullo.ch/articles/online-learning-with-adpredictor/) for a detailed discussion of the algorithm and implementation.