https://github.com/GPflow/GPflow
Revision 760ed24062b15f25a25e5caaad17028db7714a3b authored by Hugh Salimbeni on 22 August 2017, 14:00:04 UTC, committed by Mark van der Wilk on 22 August 2017, 14:00:04 UTC
* half way through pos def forcing

* likelihood checks

* added likelihood tests

* uncommented vec_to_tri

* tidying the tests a little

* added check inside model

* fixed test with exponential likelihood

* fixed multiclass notebook

* fixed ordinal notebook

* fixed ordinal notebook again

* changed benoulli check to warn

* re-ran ordinal notebook with float Y

* tidy and improve coverage
1 parent d3fd05e
Raw File
Tip revision: 760ed24062b15f25a25e5caaad17028db7714a3b authored by Hugh Salimbeni on 22 August 2017, 14:00:04 UTC
Likelihood dimension fixes (#441)
Tip revision: 760ed24
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