View RSS Feed

mql5

Practical application of neural networks in trading. Python (Part I)

Rate this Entry
by , 01-06-2021 at 07:17 AM (751 Views)
      
   
Name:  optimz31.png
Views: 188
Size:  55.2 KB

In the previous article entitled "Practical application of neural networks in trading. It's time to practice", we considered the practical application of a neural network module implemented using Matlab neural networks. However, that article did not cover questions related to the preparation of input data and network training related operations. In this article, we will consider these questions using examples and will implement further code using neural networks of libraries working with Python. This time, the trading system implementation principles will be different. This variant was briefly described in paragraph 5 of the basic article "Practical application of neural networks in trading". For this implementation, we will use the TensorFlow machine learning library developed by Google. We will also use the Keras library for describing neural networks.
more...

Submit "Practical application of neural networks in trading. Python (Part I)" to Google Submit "Practical application of neural networks in trading. Python (Part I)" to del.icio.us Submit "Practical application of neural networks in trading. Python (Part I)" to Digg Submit "Practical application of neural networks in trading. Python (Part I)" to reddit

Comments