Lorenz Schmidt

Results 33 issues of Lorenz Schmidt

## Problem I'm using an orthonormal constrained matrix in a learnable filterbank setting. Now I want to optimize the training and run some profiling with torch, but getting strange results....

If this repository does not deal with the C implementation please close; but do I miss something or shouldn't there be brackets at https://github.com/ludlows/PESQ/blob/master/pesq/pesqmain.h#L240-L241 when removing padding of the target...

question

One area where we are lacking right now is the benchmarking coverage. I would like to improve that in the coming weeks. ## Infrastructure for benchmarking Benchmarks are an essential...

infrastructure

This issue suggests some ideas, which you might use to improve your testing. Normally writing tests can be a very time-consuming task and it is crucial to have a large...

enhancement
infrastructure

Most of the time the dataset is implemented for `ArrayBase` for records and `ArrayBase` for targets. We could simplify a lot of `impl`s by: * [x] renaming `Dataset` to `DatasetBase`...

enhancement

A plain Principal Component Analysis algorithm was added in https://github.com/rust-ml/linfa/commit/7b6075e2dc9cc1c56ad7cd956bf996d69ce51d20. The next steps should improve upon edge-cases and features. - [ ] implement [Roweis Discriminant Analysis](https://arxiv.org/abs/1910.05437) which mixes supervised and...

enhancement

The interface and documentation of `linfa-hierarchical` is not updated in a long time. This PR adds the example to the documentation and changes the implementation of `transform` to `predict`, which...

Document the lobpcg module, fixes #274: * [x] Make `MagnitudeCorrection` public * [x] Improve documentation for `TruncatedEig` * [x] Improve documentation for `TruncatedSvd` * [x] Add Marchensko-Pastur law test

Use the `spellfix` module in sqlite to compute the Levensthein distance between search query and database entries. https://stackoverflow.com/questions/49779281/string-similarity-with-python-sqlite-levenshtein-distance-edit-distance