Gabriel Brown

Results 15 issues of Gabriel Brown

I propose adding the `.vis()` method to the `ktensor` class. As described by a colleague, this is one of the "killer features" of the MATLAB Tensor Toolbox and has no...

I propose allowing `cp_als()` to optimize a subset of the factor matrices. As motivation consider the case of [streaming CP](https://ieeexplore.ieee.org/document/4799120) for `T in R^(m x n x p)` where we...

Implements the more optimized version of `ktensor.full()` from MATLAB Tensor Toolbox. This results in an effective peak memory of `tensor_size` (down from `rank*tensor_size`) and a speedup of 5-50x depending on...

The current implementation of `.full()` for ktensors is extremely memory and compute intensive. It's easy to run out of memory with tensor of modest size but high rank, since the...

The localization for the date of birth (DOB) on the registration screen can only be one of two options (`de` or `en-GB`). I wasn't paying much attention and tried to...