This repository has my blog posts published in https://labpresse.com in iPython (Jupyter) notebook format.
- Sparse Matrices in Numba, published on July 24, 2023 - available at https://github.com/PessoaP/smn
- What is autograd? – Automatic differentiation and optimization with PyTorch, published on August 14, 2023 - available here as Autograd/Autograd.ipynb
- Why do we need Bayesian statistics? Part I – Asserting if a coin is biased (tutorial), published on November 6, 2023 - available here as Coins/Coins.ipynb
- Why do we need Bayesian statistics? Part II — The lighthouse problem (tutorial), published on November 14, 2023 - available here as Lighthouse/lighthouse.ipynb
- Why do we need Bayesian statistics? Part III – Learning multivariate distributions (tutorial), published on December 11, 2023 - available here as Lighthouse/lighthouse2.ipynb
- Which method should I use? - A guide to benchmarking, published on December 18, 2023 - available here as Time/time_benchmark.ipynb
- A primer on the normal distribution, published on February 28, 2024 - available here as Normal/Normal.ipynb
- Solving differential equations using neural networks, published on July 1, 2024 - available here as PINN/PINN_tutorial.ipynb