Home
Galen's Blog
Cancel

Unzip Your iNaturalist Observations On A Ubuntu System

This post was migrated from my iNaturalist journal on 2023-02-26. Suppose you have just downloaded an export of iNaturalist data, the data file is a zipped comma-separated value(CSV) text...

What is dyadic sampling in the context of a wavelet transform?

This question was automatically deleted from math.stackexchange.com. Question In Geometric Deep Learning: Grids, Groups, Graphs, Geodesics, and Gauges the authors introduce to the reader (pag...

Series expansion for total derivative of finite order?

This question was automatically deleted from math.stackexchange.com. Question Given a function $L(t, x_1(t), \cdots, x_n(t))$, its total derivative with respect to $t$ is given by [\frac{dL}...

How do I find the tensor rank decomposition of this 3-way tensor?

This question was automatically deleted from math.stackexchange.com. Question How do I find the tensor rank decomposition of the following tensor of shape $2 \times 2 \times 2$? [\left[\begi...

Is the Verhulst (logistic) growth function convex over its parameters?

This question was automatically deleted from math.stackexchange.com. Question Considering the Verhulst growth model to be the following: \(p(t) = \frac{k}{1 + \frac{\left(k - p_{0}\right) e^{...

Contrast a strong vs weak solution of a stochastic differential equation

This question was automatically deleted from math.stackexchange.com. Question I think I am getting confused by the very similar wording on Wikipedia: “A weak solution consists of a probabilit...

How do I derive the distribution of a real-valued statistic from real-valued random variables with known univariate distributions?

This question was automatically deleted from math.stackexchange.com. Question I want to improve my skills at finding the distribution of functions of real-valued functions of real-valued rand...

Is there a pseudoinverse for tensors of finitary rank?

This question was automatically deleted from math.stackexchange.com. Question Matrices estimated from data, even when, are not always invertible. Fortunately a ‘nearest inverse’ can be calcul...

Does freeness generalize to finite rank tensors?

This question was automatically deleted from math.stackexchange.com. Question I’m interested in random tensor theory, and a part of that is random matrix theory. I’m reading from Introduction...

Some Notes From High Performance Python

CHAPTER 1 numexpr improves numerical computation by compiling (https://numexpr.readthedocs.io/en/latest/intro.html) CHAPTER 2 Use unix command /usr/bin/time to get timing spent inside/outsi...