https://github.com/GPflow/GPflow
Revision 6761391e7bfcb192b0aeac9b98b1ee02848bd2b5 authored by Artem Artemev on 09 October 2018, 20:18:15 UTC, committed by Artem Artemev on 09 October 2018, 20:18:15 UTC
1 parent cbc5d2b
Raw File
Tip revision: 6761391e7bfcb192b0aeac9b98b1ee02848bd2b5 authored by Artem Artemev on 09 October 2018, 20:18:15 UTC
Resturcturing gpflow
Tip revision: 6761391
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