Datatician

Recent Articles

Read more about Implementing Autodiff: First Attempts at Zig Abstractions

Implementing Autodiff: First Attempts at Zig Abstractions

This article documents some of the early design decisions made when creating Zigrad. It discusses implementing scalar-valued computation graphs, the trade-offs between simplicity and extensibility, and the challenges of designing abstractions in a language without native interface features. Key lessons learned inform the groundwork for future tensor-valued implementations.

Marco Christiani

Marco Christiani

5 min read
Read more about Compress a Neural Network with the SVD

Compress a Neural Network with the SVD

Exploring the potential in low-rank approximations for the compression of neural networks and the latest applications of matrix decomposition to LLMs at scale.

Marco Christiani

Marco Christiani

3 min read
Read more about Copulas

Copulas

Measures of risk, dependence, and the simulation of market data for statistical arbitrage.

Tags: Quant
Marco Christiani

Marco Christiani

4 min read
Read more about Eigen Intuition

Eigen Intuition

Eigenvalues and eigenvectors remain among the most important concepts in the study of feature extraction, behavior of dynamical systems, matrix factorizations, and many more data science topics. A brief overview of these concepts and how they can inform our understanding of matrices follows.

Marco Christiani

Marco Christiani

2 min read