Gaussian Process Classification

2022-09-18 Classification Kernel

In this notebook I will be trying to fit a Gaussian Process classification from scratch on very simple simulated data. I will use the laplacian, ... Read More

Hidden Markov Models

2022-02-15 Model Classification

In this notebook I will be exploring a Hidden Markov Model (HMM) to classify bull and bear states of a simulated financial instrument. ... Read More

Deep Graph Kernels

2021-11-16 Graph Classification Kernel

Deep Graph Kernels In this notebook I will be constructing a deep graph kernel based on this paper. It utilizes the Weisfeiler-Lehman isomorphism test ... Read More