Sandro Cavallari
  • Home
  • Posts
Categories
All (10)
Coding (1)
Deep Learning (6)
Linear Algebra (2)
Statistics (2)

Posts

Neural ODEs

Deep Learning
Ordinalry Differential Equations or ODEs are equations with a single indipendent varlaible (usually called time \(t\)) and one or more derivatives of functions defined in…
Apr 10, 2024
Sandro Cavallari

Linear Regression

Statistics
Linear Algebra
Linear regression, as discussed by Montgomery and Runger [1], stands out as a widely employed and intuitive machine learning model. Its primary objective is to establish a…
Jan 15, 2024
Sandro Cavallari

Normalizing Flows

Deep Learning
Normalizing Flows (NF) represent a potent technique that facilitates the learning and sampling from intricate probability distributions [1] [2]. These models, categorized as…
Nov 17, 2023
Sandro Cavallari

Finetune Large Models

Deep Learning
Nowadays, it is common practice to develop new machine learning projects starting from a large pre-trained model and fine-tuning it to the task at hand. Sam Altman, at the…
Jan 5, 2023
Sandro Cavallari

Efficient and Scalable Machine Learning Pipelines

Deep Learning
Jobs related to machine learning usually require managing massive datasets. A well-established rule of thumb that applies to most machine learning projects is that the…
Nov 13, 2022
Sandro Cavallari

 

Data Structures

Coding
Data scrtucures are efficent memory construct used to sotre and organize data in an efficent manner. Adopting the right data structure and having efficent access to the…
Oct 9, 2022
Sandro Cavallari

Evaluation Metrics for Ads Ranking Systems

Statistics
Ads ranking systems are the barebone of many modern business and became one of the main success story of machine learning applied to real-world problems. Given an…
Jul 15, 2022
Sandro Cavallari

Variational Autoencoders

Deep Learning
In this article, I will delve into the theoretical foundations of Variational Autoencoders (VAE). You can find the code used for both Convolutional Neural Network (CNN) and…
Jan 10, 2021
Sandro Cavallari

Basic Principles of Linear Algebra

Linear Algebra
Linear algebra is the branch of math and statistics that is devoted to the study of matrices and vectors. As such, it is broadly used to model real-world problems in…
Dec 23, 2020
Sandro Cavallari

Gradinet Descent and Backpropagation

Deep Learning
Most deep learning algorithm relay on the idea of learning some useful information from the data to solve a specific task. That is, instead of explicitly define every single…
Dec 22, 2020
Sandro Cavallari
No matching items