Gamestudio Links
Zorro Links
Newest Posts
TDAmeritrade plugin with new Schwab accountt?
by AndrewAMD. 03/24/26 17:11
TMFs on options in live trading
by mosfet. 03/23/26 07:29
ZorroGPT
by TipmyPip. 03/20/26 07:00
Black Book, 4th edition
by jcl. 03/17/26 09:28
Trying to get started...
by Lukudo. 03/16/26 09:08
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
4 registered members (Grant, Ayumi, alibaba, Quad), 5,526 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
mredit, vestriaa, Lukudo, mldenoiser, the1
19204 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