To add a new post, please log in or register
The technological singularity requires the creation of an artificial superintelligence (ASI). But does that ASI need to be modelled on the human brain, or is it even necessary to be able to fully replicate the human brain and consciousness digitally in order to design an ASI...
Neural Networks
  • 311
Sergey Golubev, 1 July 2014, 15:03 #Neural networks
I just finished reading Mark Cuban's Idiot's Guide to High Frequency Trading. The title is half accurate - it's certainly idiocy, though it's by no means a guide...
Trading Ideas
  • 399
Sergey Golubev, 1 July 2014, 11:50
I'm a former high frequency trader. And following the tradition of G.H. Hardy, I feel the need to make an apology for my former profession...
Trading Ideas
  • 472
  • 1
Sergey Golubev, 1 July 2014, 11:16
EUR/USD: Wave (B) ended at 1.5145 and wave I of (C) ended at 1.1876 As the single currency has continued to edge higher after holding above support at 1.3564, retaining our view that further consolidation above this level would be seen and another corrective bounce to 1.3677 and possibly 1...
Wave Count
  • 227
Sergey Golubev, 1 July 2014, 10:07
EURUSD Price finally broke out of its 16 day range. The next question is whether price can extend itself into higher levels and Fibonacci targets before making a retracement (below red and orange...
Wave Count
  • 120
Sergey Golubev, 1 July 2014, 09:37
The AUDUSD is trading in an ascending triangle With the absence of a new high, traders can wait for a breakout The triangle low and high can be used to extrapolate price targets At some point, market trends will come to an end...
Trading Ideas
  • 299
Sergey Golubev, 1 July 2014, 08:33
Neural Network Model The neural network is constituted by a large number of nerve element interconnect network. According to the interconnection of the neurons in thenetwork, the common network structure can be divided into the following three categories: 1...
Neural Networks
  • 600
  • 1
Sergey Golubev, 30 June 2014, 17:56 #Neural networks
Traders should find the trend to form a trading bias CCI can be used to identify market entries Traders should manage risk in the event of a trend shift One of the hardest steps a trader must take before scalping their favorite Forex pair is creating a strategy...
Scalping
  • 1203
Sergey Golubev, 30 June 2014, 15:26 #scalping
Setting the Network Weights The code for method SetWeights is presented in Listing 3. Method SetWeights accepts an array of values that represent both weights and bias values...
Neural Networks
  • 762
Sergey Golubev, 30 June 2014, 12:42 #Neural networks
The Deep Neural Network Constructor The deep neural network constructor begins by copying its input parameter values to the corresponding class members: public DeepNeuralNetwork(int numInput, int numHiddenA, int numHiddenB, int numOutput) { this.numInput = numInput; this...
Neural Networks
  • 494
Sergey Golubev, 30 June 2014, 12:35 #Neural networks
Overall Program Structure The overall structure of the demo program, with a few minor edits to save space, is presented in Listing 1. To create the demo, I launched Visual Studio and created a new project named DeepNeuralNetwork. The demo has no significant Microsoft...
Neural Networks
  • 869
Sergey Golubev, 30 June 2014, 12:28 #Neural networks
The term deep neural network can have several meanings, but one of the most common is to describe a neural network that has two or more layers of hidden processing neurons. This article explains how to create a deep neural network using C...
Neural Networks
  • 3092
  • 3
  • 3
Sergey Golubev, 30 June 2014, 11:06 #Neural networks
High-frequency trading (HFT) is capturing headlines, but this concept is nothing new. Everything is relative, and what’s an intraday swing-trading approach today might have been considered the epitome of trading speed in the 1950s. But while perspectives change, one thing has remained constant...
Trading Ideas
  • 809
  • 1
Sergey Golubev, 27 June 2014, 02:00
Barclays Plc was so bent on lifting its private trading venue to the upper ranks of Wall Street dark pools that it lied to customers and masked the role of high-frequency traders, according to New York’s attorney general...
Trading Ideas
  • 241
Sergey Golubev, 26 June 2014, 15:00