tfjs-core icon indicating copy to clipboard operation
tfjs-core copied to clipboard

WebGL-accelerated ML // linear algebra // automatic differentiation for JavaScript.

Results 11 tfjs-core issues
Sort by recently updated
recently updated
newest added

#### Description L-BFGS optimization was a [requested feature](https://github.com/tensorflow/tfjs/issues/127). This PR offers an `LBFGSFunctionOptimizer` that allows the optimization for loss functions of type `Tensor1D => Scalar`. This is however still at...