-
I was wondering if it would be possible to also support the calculation of AIC and BIC values of a biglasso fit, similar to the way that the ncvreg package provides this (returning a vector of AIC and…
-
see Milo Yips / C++ double-to-string conversion benchmark
https://github.com/miloyip/dtoa-benchmark
-
beta-VAE is also very good ref : http://openreview.net/forum?id=Sy2fzU9gl
Learning an interpretable factorised representation of the independent data gen- erative factors of the world without super…
-
Let `G` be the "extended genotype matrix", whose rows are indexed by mutations (not sites) and samples, with `G[i,j] = 1` if the sample has inherited that mutation and `0` otherwise. This is something…
-
I have a few thoughts here resulted from https://github.com/red/red/issues/2216.
See also REPs on vectors https://github.com/red/REP/issues/12 and esp. https://github.com/red/REP/issues/10
The **a…
-
I benchmarked some derivative computations using Symbolics.jl, SymEngine.jl, and SymPy.jl. As expected, SymPy.jl was the slowest solution in my case. However, SymEngine.jl was significantly faster tha…
-
There are many cases where an estimated covariance does not have good small sample properties.
We need some regularization methods (beyond what scikit-learn has)
One of the main tasks will be to prov…
-
Before connecting with the web page, if I place gan's cube on the table with white color on up side, the up/front color is correct. But if with other colors on up side. It will get wrong result. Any s…
-
## Specifications
- OS: julia distribution of SCS
- SCS Version: 3.2.0
- Compiler: gcc
## Description
SCS-3.2.0 fails to converge.
## How to reproduce
the attached file contains a problem t…
-
Don't try to understand my first version too much, the second function is much simpler. It's simply comparing two 3x3x3 patches of data in a 11x11x11 image and returning a score. I refactored this fun…