Pinned Repositories
bunchparlett
A proof-of-concept implementation of the Bunch-Parlett algorithm for LDL decomposition of indefinite Hermitian matrices
cookiecutter-data-science
A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
fish-shell
The user-friendly command line shell.
hyperbolic_laguerre_transformations
A library for visualising the hyperbolic Laguerre transformations
la-vis
Visualizations of linear algebra algorithms for people who want a deep understanding
laguerre_transformations
A library for visualizing the mathematical transformations known as Laguerre transformations
memoized_coduals
Shows that it is possible to implement reverse mode autodiff using a variation on the dual numbers called the codual numbers
notes
Notes on various topics I find interesting (not necessarily readable to other people)
noughts-and-crosses
Noughts and crosses using Common Lisp and LTK
prophet
Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
wlad-svennik's Repositories
wlad-svennik/la-vis
Visualizations of linear algebra algorithms for people who want a deep understanding
wlad-svennik/laguerre_transformations
A library for visualizing the mathematical transformations known as Laguerre transformations
wlad-svennik/memoized_coduals
Shows that it is possible to implement reverse mode autodiff using a variation on the dual numbers called the codual numbers
wlad-svennik/noughts-and-crosses
Noughts and crosses using Common Lisp and LTK
wlad-svennik/bunchparlett
A proof-of-concept implementation of the Bunch-Parlett algorithm for LDL decomposition of indefinite Hermitian matrices
wlad-svennik/cookiecutter-data-science
A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
wlad-svennik/fish-shell
The user-friendly command line shell.
wlad-svennik/hyperbolic_laguerre_transformations
A library for visualising the hyperbolic Laguerre transformations
wlad-svennik/notes
Notes on various topics I find interesting (not necessarily readable to other people)
wlad-svennik/prophet
Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
wlad-svennik/Spherical-law-of-cosines-proof-using-Sympy-and-quaternions
Shows that some parts of spherical trigonometry can be done by simulating physical constructions using quaternions. Also computer algebra provides some convenience
wlad-svennik/type-segregated-pools
An implementation of the memory-management method in floooh's "Handles are the better pointers"