Marcus Edel
Marcus Edel
Hello, is there a way to export the screen and depth buffer as an image e.g. using stb?
Implementation of Stochastic PCA as described in "Stochastic Optimization for PCA and PLS", R. Arora et al.
The 2.10.0 release of [ensmallen](https://github.com/mlpack/ensmallen/releases/tag/2.10.0) contains two major improvements: * Templated Optimize() * Callback support For callbacks, this means that ``Optimize()`` can take any number of extra arguments that specify...
Flip SVD
For more details see: "Resolving the Sign Ambiguity in the Singular Value Decomposition" by R. Bro et al. Btw. https://hacktoberfest.digitalocean.com/ just started.
Nelder-Mead simplex algorithm with adaptive parameters as proposed in "Implementing the Nelder-Mead simplex algorithmwith adaptive parameters" by F Gao and L. Han. The implementation outperforms the standard Nelder-Mead method (for...
The National Institute of Standards and Technology non-linear least squares problems. The long term goal is to have an optimizer that is able to solve at least 90% of the...
Add WhisperSpeech.
Was running some streaming tests using the example code from the README: ```python from elevenlabs import generate, stream def text_stream(): yield "Hi there, I'm Eleven " yield "I'm a text...
Network initialization method that allows to set the weights outside of the network. This initialization rule is used in combination with the ONNX model loader, which set's the layer parameter...