Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh Dickinson committed May 21, 2018
1 parent 84c549e commit 953b5fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Compute.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Execute Algorithm 1 from "Lean Crowdsourcing: Combining Humans and Machines in an Online System"
# (http://openaccess.thecvf.com/content_cvpr_2017/papers/Branson_Lean_Crowdsourcing_Combining_CVPR_2017_paper.pdf)
3 changes: 3 additions & 0 deletions IO.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ class Storage():

class SQLiteStorage(Storage):
pass

class FileStorage(Storage):
pass
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## Flexible Bayesian Retirement Framework For Caesar

0 comments on commit 953b5fb

Please sign in to comment.