new nn wip

This commit is contained in:
Dobromir Popov
2025-03-25 13:38:25 +02:00
parent 50eb50696b
commit 0042581275
18 changed files with 3358 additions and 294 deletions

3
run_nn_in_conda.bat Normal file
View File

@@ -0,0 +1,3 @@
@echo off
call conda activate gpt-gpu
python -m NN.main --mode train --symbol BTC/USDT --timeframes 1h 4h --window-size 20 --output-size 3 --batch-size 32 --epochs 100 --model-type cnn --framework pytorch