-
How to visualize classification tasks? For example, visualizing TSNE or confusion matrices. I found that there is a **test_tsne** function in **runner_finetune.py**, but it doesn't seem to be called?
-
### Is your feature request related to a problem? Please describe.
Scipy currently does not include functionality to multiply and calculate inverse of circulant matrices.
### Describe the solution …
-
OpenGL uses column major matrics so in order to combo well with OpenGL I suppose it would be nice to have a column major version of matrices?
glyh updated
3 months ago
-
### 🐛 Describe the bug
The [torch.sparse documentation](https://pytorch.org/docs/stable/sparse.html#other-functions) claims to support (among others), `cat`, `stack`, `vstack`, and `hstack`. None of …
-
# Use Case DSTL01
## Transformation Matrices
As a GeoSPARQL data user I would like to transform geometry coordinates using a matrix. Matrix operations can be defined using 2x2 or 3x3 matrices fo…
-
Currently, the Hamiltonian and the dipole matrices are read in a dense format, converted to LIL in cis_Floquet, and then converted to CSC in the class_Floquet initialization. Since the matrices don't…
-
Edge case of JuliaLang/julia#52895, missed by the bugfix JuliaLang/julia#52942. @jishnub I think this will be easy for you.
```julia
id = Hermitian(I(2))
m = Hermitian(Matrix{BigFloat}(undef,2,2)…
-
Hi,
Thank you for this awesome tool! I started using it and realised that I can't due to the single cell and bulk data sets coming from different experiments.
But, I am wondering whether it is n…
-
This seems unexpected and potentially inconsistent with the documentation:
```m2
ii21 : sort matrix{{-1,0,1}}
oo21 = | 0 -1 1 |
1 3
oo21 : Matrix ZZ
-
Some backends, especially external ones*, may already have definitions for the gate matrices.
For this reason, I avoided encoding the matrices until now, since they are not always required.
Howeve…