Algorithms
As I am learning about algorithms using a couple resources, I am saving the things I have found interesting or useful in this repository.
As I am learning about algorithms using a couple resources, I am saving the things I have found interesting or useful in this repository.
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...