https://github.com/GPflow/GPflow
Revision eb0c98c7b15c839a42d929d884c2986d734a9ba5 authored by Artem Artemev on 25 September 2017, 16:30:57 UTC, committed by Artem Artemev on 25 September 2017, 16:30:57 UTC
1 parent baf110d
Raw File
Tip revision: eb0c98c7b15c839a42d929d884c2986d734a9ba5 authored by Artem Artemev on 25 September 2017, 16:30:57 UTC
Params tests are passing.
Tip revision: eb0c98c
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