https://github.com/GPflow/GPflow
Revision dc4b56b7e4d1629ebfec898b8c485c8c3de9f8b4 authored by James Hensman on 04 August 2017, 17:48:58 UTC, committed by GitHub on 04 August 2017, 17:48:58 UTC
adding binsize (and explanation) to Poisson likelihood
2 parent s 47e8c17 + 0e58dcc
Raw File
Tip revision: dc4b56b7e4d1629ebfec898b8c485c8c3de9f8b4 authored by James Hensman on 04 August 2017, 17:48:58 UTC
Merge pull request #464 from GPflow/binned-poisson
Tip revision: dc4b56b
roadmap.md
This document covers major planned development items for GPflow.

# Computational speed
 - Add further benchmarks to [benchmark repository](https://github.com/GPflow/GPflowBenchmarks) including multiple GPUs.
 - Incorporate remaining Tom Nickson GPU code from [branch](https://github.com/c0g/tomserflow) into TensorFlow main.

# Features
 - Add ability to exploit Kronecker structure.
	
# Housekeeping 
 - See also issues marked "enhancement" in the GitHub [list](https://github.com/GPflow/GPflow/issues).
back to top