pinouche / adialab-project-neural-models

implementation of neural network for adialab competition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for the ADIAlab / CrunchDao market prediction

Set-up

  • Use Poetry to manage the dependencies
  • Use a Python 3.10 (or above) virtual environment (it's recommended to use conda to create the environment)
  • Activate the virtual environment
  • Install the dependencies using Poetry
conda create -n market_competition python=3.10
conda activate market_competition
poetry install

To run the script, run the following commands:

python3 main.py --config ../config_feed_forward.yml

for the simple MLP network, or:

python3 main.py --config ../config_transformer.yml

for the transformer model (encoder only).

About

implementation of neural network for adialab competition


Languages

Language:Python 100.0%