TuringLang / papers

A Bayesian zoo
14 stars 9 forks source link

Organisation of this repo (examples, benchmarks, etc) #4

Open xukai92 opened 6 years ago

xukai92 commented 6 years ago

The current repo organisation is very messy and needs better re-organisation. Below are notes

Given that we have LDA and MoC examples, the repo organisation (benchmark related things excluded) below is proposed:

/models
  /lda
    /turing.model.jl
    /turing.run.jl
    /stan.model.jl
    /stan.run.jl
  /moc
    /turing.model.jl
    /turing.run.jl
    /stan.model.jl
    /stan.run.jl
/data
  /topic.data.jl # this contains helper functions to load .jld file into Julia;
                 # also provides an consistent way to use data which is provided in Julia directly
  /topic.sim.jl
  /topic.jld
yebai commented 6 years ago

New repo for benchmarks:

https://github.com/TuringLang/Benchmarks