Skip to content

gilberto-BE/aifi-bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIFI-BOOTCAMP

Repository with code and notebooks for the AIFI-BOOTCAMP.

Install python libraries:

Go to folder where you have the repository, in the repository do cd aifi-bootcamp then run the command: py -m pip install -r requirements.txt

Our Papers and litterature

A Meta-Learning approach to Model Uncertainty in Financial Time Series (March 29, 2021):

Deep Learning for Equity Time Series Prediction (Nov 24 2020):

Big Data and Machine Learning in Quantitative Investment, Chapter on LSTM (March 2019):

Data Science Stack

Anaconda environments

Create separate environments in order to isolate different versions of your software. https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html

  1. Create a conda environment: conda create --name myenv

  2. Create an environment with specific version of Python: conda create -n myenv python=3.8

  3. Create environment with a specific package: conda create -n myenv scipy

Releases

No releases published

Packages

No packages published