Skip to content

IntelligentTrading/ai

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

ai

A package to systematically train/retrain networks. Uses artemis package, which allows to keep track of all experiments which were ran, then retrieve their results.

package description

  • train.py, the main file, you can ran it on AWS in background
  • /notebooks, examples of notebook
  • /data/data_sources - get raw data from DB to form dataset
  • /data/datasets - convert raw proces, volumes etc into matrix datasets
  • /models - keras (or may be tensorflow later) models

installation

Running

  • add all neccesary training experiments to train.add_all_experiments_variants()
  • run train.py in a background: nohup python train.py &

ARTEMIS

folders: ~/artemis/experiments/

http://artemis-ml.readthedocs.io/en/latest/experiments.html

Experiment fields and methods: https://github.com/QUVA-Lab/artemis/blob/master/artemis/experiments/experiment_record.py

About

a package to systematically train/retrain networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published