Alexander Terenin

Results 13 issues of Alexander Terenin

The cub::BFE and cub::BFI wrappers are useful, because nvcc likes to place bitfield structs in local memory rather than registers, making it far more efficient to work with 64-bit integers...

type: enhancement
P1: should have

In the documentation it is not clear what is meant by white noise. It's possible that this refers to a standard Brownian motion, which is an R^d-valued stochastic process which...

I'd like to have a function `spectral_distribution` which takes a kernel defined over R^d and returns in spectral distribution. For example ```julia function spectral_distribution(k::SqExponentialKernel) MvNormal(dim(k), ones(dim(k))) end ``` However, there...

I'd like to use TransformVariables as part of an HMC sampler, but my evaluating my target distribution's probability density involves solving a partial differential equation, which is done outside Julia...

Fresh installation of Julia 1.0. ``` ERROR: PyError (PyImport_ImportModule) OSError('pkg-config is not installed',) File "/Users/aterenin/.julia/packages/Conda/m7vem/deps/usr/lib/python3.6/site-packages/fenics/__init__.py", line 7, in from dolfin import * File "/Users/aterenin/.julia/packages/Conda/m7vem/deps/usr/lib/python3.6/site-packages/dolfin/__init__.py", line 140, in from .fem.assembling import...

After some discussion in #1012, @edemaine suggested implementing the [autobreak](https://ctan.org/pkg/autobreak) package to allow equations to be made responsive. This LaTeX package allows equations to break lines automatically if they are...

discussion

This relates to the JAX issue [#14655](https://github.com/google/jax/issues/14655): copying in various details from that thread below. I've got a use case where I'd like to store the nonzero entries of a...

### Description I've got a use case where I'd like to store the nonzero entries of a very large sparse matrix, and then access them later during a machine learning...

bug

From the package's source, it looks like Python 3.10 is intended to be supported, but I get the following error message using `pip install git+https://github.com/automl/HPOBench`: ```ERROR: Package 'hpobench' requires a...

Machine Learning from a Continuous Viewpoint Weinan E, Chao Ma, and Lei Wu https://arxiv.org/abs/1912.12777 Presents an accessible yet rigorous review of continuum limits of deep networks.