Skip to content

Using a lazy representation of the kernel matrix #8

@sethaxen

Description

@sethaxen

Currently this package eagerly constructs and uses a dense kernel matrix. However, iterative GP methods are very useful when the data is large enough that the kernel matrix can't even fit into memory. It would be better to construct and use a lazy representation of the kernel matrix.

I've started work on adding this functionality to the KernelFunctions API: JuliaGaussianProcesses/KernelFunctions.jl#515

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions