Classes and Methods for Fixed Income Securities
Following my coursework in Fixed Incomes and Asset-Backed Securities, I regrouped most commonly used methods in this repository. utils.py allows to perform c...
Following my coursework in Fixed Incomes and Asset-Backed Securities, I regrouped most commonly used methods in this repository. utils.py allows to perform c...
Following my coursework in Time Series Analysis, I regrouped most commonly used methods in a repository. The file olsregr.py implements fundamental methods f...
When I enrolled in Udacity’s Python for AI Nanodegree, I created this classifier for my final project. It implements a neural network, using transfer learnin...
Following my coursework in Fixed Incomes and Asset-Backed Securities, I regrouped most commonly used methods in this repository. utils.py allows to perform c...
My binomial option pricing repository allows to price various options using Binomial trees, the Black-Scholes formula, or a combination thereof. For example,...
When I enrolled in Udacity’s Python for AI Nanodegree, I created this classifier for my final project. It implements a neural network, using transfer learnin...
When I enrolled in University of Pennsylvania’s CIS110, I chose to think of an implementation of the 2048 game for my final project.
When I enrolled in University of Pennsylvania’s CIS110, I chose to think of an implementation of the 2048 game for my final project.
My binomial option pricing repository allows to price various options using Binomial trees, the Black-Scholes formula, or a combination thereof. For example,...
Following my coursework in Time Series Analysis, I regrouped most commonly used methods in a repository. The file olsregr.py implements fundamental methods f...
As I am learning about algorithms using a couple resources, I am saving the things I have found interesting or useful in this repository.