HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alexshtf

no profile record

Submissions

[untitled]

1 points·by alexshtf·4 เดือนที่ผ่านมา·0 comments

[untitled]

1 points·by alexshtf·5 เดือนที่ผ่านมา·0 comments

[untitled]

1 points·by alexshtf·6 เดือนที่ผ่านมา·0 comments

[untitled]

1 points·by alexshtf·7 เดือนที่ผ่านมา·0 comments

[untitled]

1 points·by alexshtf·7 เดือนที่ผ่านมา·0 comments

[untitled]

1 points·by alexshtf·8 เดือนที่ผ่านมา·0 comments

A tiny spectral PMF estimator for large discrete supports

arxiv.org
2 points·by alexshtf·9 เดือนที่ผ่านมา·0 comments

Show HN: TorchCurves – Differentiable parametric curves for PyTorch

github.com
1 points·by alexshtf·10 เดือนที่ผ่านมา·0 comments

Differentiable Curves for PyTorch

github.com
1 points·by alexshtf·10 เดือนที่ผ่านมา·0 comments

comments

alexshtf
·4 เดือนที่ผ่านมา·discuss
I'm the author. This is for readers interested in spectral methods, structured linear algebra, or interpretable tabular models.

The post looks at restricting learned symmetric matrix pencils, which serve as a nice intermediate between fully interpretable linear models and fully opaque neural networks, to tridiagonal form. That makes the eigensolve much cheaper, still leaves enough expressiveness to fit nontrivial functions, and lets me wire SciPy's `eigh_tridiagonal` into PyTorch autograd for training.

I also compare against the earlier dense version on California Housing: in the 45x45 example, the tridiagonal run takes about 3-4 minutes on CPU versus about 31 minutes for the earlier dense run on an L4 GPU, with similar error in that experiment. The post includes code, plots, and a Colab notebook.
alexshtf
·7 เดือนที่ผ่านมา·discuss
Good