You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue/task is quite large in terms of scope and implications. One can consider several capabilities that can be seen as objectives which the native interface/connection will need to achieve
Objectives
Optimising kernel computations; more specifically of classes implementing LocalScalarKernel[I]. This should ideally be done at the level of the evaluate(x: I, y: I) function of the common kernel implementations like RBFKernel, FBMKernel, PolynomialKernel and others.
Implementing models in native code and connecting them to the DynaML Model[T, Q, R] trait.
This issue/task is quite large in terms of scope and implications. One can consider several capabilities that can be seen as objectives which the native interface/connection will need to achieve
Objectives
Optimising kernel computations; more specifically of classes implementing
LocalScalarKernel[I]
. This should ideally be done at the level of theevaluate(x: I, y: I)
function of the common kernel implementations likeRBFKernel
,FBMKernel
,PolynomialKernel
and others.Implementing models in native code and connecting them to the DynaML
Model[T, Q, R]
trait.Languages
In order of preference.
Compatibility Layers
A number of java compatibility interfaces can be considered and with some deliberation one of them can be finalised.
Resources
The text was updated successfully, but these errors were encountered: