Marcus Edel

Results 110 issues of 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.

s: keep open
c: methods
t: added feature

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...

help wanted
good first issue
s: keep open
c: methods
t: added feature

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.

s: needs review
s: keep open
c: methods
t: added feature

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...

c: optimizers
s: keep open
s: needs review

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...

c: tests
s: keep open
s: needs review
t: added feature

Add WhisperSpeech.

Initial Bandicoot adaption.

s: keep open
s: needs review

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...

c: methods
t: added feature