Neural Networks for Insurance Pricing

2022-04-11 Model Neural Network Insurance

In this notebook we will be looking at a typicall insurance pricing data set and test GLM and NN models. A typical assumption is that the repsone is ... Read More

Generalized Linear Models

2022-03-02 Model

In this notebook, I am going to note down elements of generalized linear models (GLM). GLMs come from the exponential family where a response $y$ has ... 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