Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
4 registered members (dBc, clonman, TipmyPip, 1 invisible), 18,936 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
creating deep learning strategies with Keras / Tensorflow. #488330
08/08/24 18:41
08/08/24 18:41
Joined: Jul 2021
Posts: 54
D
degenerate_762 Offline OP
Junior Member
degenerate_762  Offline OP
Junior Member
D

Joined: Jul 2021
Posts: 54
Hi,
I am writing this thread to request help in creating deep learning strategies with zorro and Keras / Tensorflow.
I have done the following:
- Download and install R 64 bit for Windows
- Edit Zorro.ini and enter the path to the R terminal on my PC, f.i. "C:\Program Files\R\R-4.2.1\bin\x64\Rterm.exe".
- Started the R x64 console. Enter the command install.packages("keras") and hit <Return>.
- Let Keras automatically install Miniconda and Tensorflow. The commands: library('keras') - install_keras().

I am getting the following results as printed on the rstudio log comments:

ERROR: Could not find a version that satisfies the requirement tensorflow==2.15.* (from versions: 2.16.0rc0, 2.16.1, 2.16.2, 2.17.0rc0, 2.17.0rc1, 2.17.0)
ERROR: No matching distribution found for tensorflow==2.15.*
Error: Error installing package(s): "\"tensorflow==2.15.*\"", "tensorflow-hub", "tensorflow-datasets", "scipy", "requests", "Pillow", "h5py", "pandas", "pydot"

The results are gotten from following the instructions in the manual. Are the installations successful?

Furthermore, in the example use Keras in your strategy, where do i paste the sample code? in the zorro editor ? in the R editor? I need more information on how to backtest in zorro using Keras / Tensorflow please.

Thanks and looking forward to your replies.

Attached Files Screenshot (1613).pngScreenshot (1614).pngScreenshot (1615).pngScreenshot (1616).png
Re: creating deep learning strategies with Keras / Tensorflow. [Re: degenerate_762] #488331
08/09/24 04:00
08/09/24 04:00
Joined: Jul 2021
Posts: 54
D
degenerate_762 Offline OP
Junior Member
degenerate_762  Offline OP
Junior Member
D

Joined: Jul 2021
Posts: 54
using a different method, i was able to install TensorFlow. It says Keras is now integrated into TensorFlow, so by installing TensorFlow, you also get Keras.

Attached Files Screenshot (1620).png

Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1