Search results

  1. P

    Mechanical vs Neural trading systems

    Nonsense! Properly constructed neural networks do not "go haywire". Overfitting is a beginner's mistake. If training is controlled, overfitting will not occur.
  2. P

    Mechanical vs Neural trading systems

    Why rule induction instead of something else? Why rules discovered by genetic algorithm, specifically?
  3. P

    Mechanical vs Neural trading systems

    I don't understand why you believe that's the case: There are certainly ways to constrain neural network training to avoid this problem.
  4. P

    Mechanical vs Neural trading systems

    This is easily remedied through any number of means: early-stopping, limiting the number of hidden neurons, etc.
  5. P

    Mechanical vs Neural trading systems

    Could you clarify this? Is it the fact that a system is based on neural networks or merely that is automated that leads you to conclude that it will not work?
  6. P

    Neural Network sites - any good?

    "Near impossible" or "impossible"? If "impossible", then this wouldn't this conclusion apply to any attempt to pick a turning point, not just neural networks?
  7. P

    terms

    Fuzzy logic is an uncertainty management system which is premised on the idea that items may partially be members of some sets (fuzzy sets). While the fuzzy calculus can be applied to many analytical procedures (like fuzzy clustering or fuzzy regression), in practice, fuzzy logic most often is...
  8. P

    The market is so logical

    Could you explain further what that means?
  9. P

    Neural Networks

    While neural networks can be trained by genetic algorithms, they are much more often trained by some other, more direct procedure (gradient descent, for instance). The important thing is to understand that genetic algorithms, in themselves, do not "learn" anything- they are optimizers of other...
  10. P

    Neural Networks

    None of this is relevant. For a claim that "neural networks can never be used productively for trading" to be proven beyond doubt would require an impossibly exhaustive experimentation. The most one could seriously claim is something like "[assertion]: no examples of neural networks aiding...
  11. P

    Neural Networks

    If I may ask: What do you do for a living?
  12. P

    Neural Networks

    Wait: BioComp is a software tool, not worked-out solution. That's like saying "Using saws to make birdhouses doesn't work. Craftsman is an example." Having a tool and using it to solve a problem are two completely different things. None of this is to say that advocates of neural networks...
  13. P

    Neural Networks

    ??? Could you explain this? Genetic algorithms and neural networks perform different tasks. Genetic algorithms are optimizers, whereas (most) artificial neural networks are classifiers or regressions.
  14. P

    Data mining

    While you are correct, this should never happen is models are being constructed appropriately. All the test data (by whatever method) provides is an unbiased estimate of model error. Simplistically, assume that some test indicates that our model's tested performance is within specified...
  15. P

    Data mining

    Solutions to this problem need not be arbitrary. This subject has been well-studied and documented in the literature. Other resampling methods include k-fold cross validation and bootstrapping. I recommend Weiss and Kulikowski's Computer Systems That Learn. -Will Data Mining in MATLAB
Back
Top