DeepLearn.c

Posted By: homepod

DeepLearn.c - 12/17/19 19:38

I am new to this and I wanted to work on some models in zorro.

The problem which I have is in regards to running keras models

installed zoro free (already had R, anaconda, python, keras, tensorflow) on my system)

when I want to train DeepLearn - i get failed after currency pair - EUR/USD or whatever I choose.

Where can I see more info for this error?
Posted By: kasamshaikh2588

Re: DeepLearn.c - 02/02/20 14:14

Edit Zorro.ini and enter the path to the R terminal on your PC, f.i. "C:\Program Files\R\R-3.6.1\bin\x64\Rterm.exe".
Download and install RTools from cran.r-project.org/bin/windows/Rtools/.
Download and install Anaconda for Windows, Python 3.X version, from www.anaconda.com..
Start the R x64 console. Enter the command install.packages("devtools") and hit <Return>.
Now you can finally install Keras, with the commands devtools::install_github("rstudio/keras") - library('keras') - install_keras().
© 2024 lite-C Forums