Recent content by aquz

  1. A

    artificial neural network vs traditional algorithms

    i put together a simplified web version of what i'm working on. http://54.243.46.180 bear in mind that I made this primarily for myself and it has no domain or pretty ui. also, I do not guarantee any accuracy and use it at your own risk. don't click on it if you are going to troll or...
  2. A

    artificial neural network vs traditional algorithms

    That would be great. Fortunately, I have just enough experience to make something like this (: I've already started developing a prototype. Really just a proof of concept at this point. I only have about 2 hours a day to work on it for the next few days because of Sandy but I will keep you...
  3. A

    artificial neural network vs traditional algorithms

    That is an interesting way to use nn. But I guess I will have tplay with nn designs to see how it fits into the equation. As far as amazon aws is considered, I'm even thing ou cluster. I think nn can benefit significantly n works. It would be very exciting to see it running on gpu (: I will...
  4. A

    artificial neural network vs traditional algorithms

    Sorry for not being clear. By traditional algos, I meant non-linear mathematical functions. Neural network is, as you know, a mathematical model for function approximation.
  5. A

    artificial neural network vs traditional algorithms

    Using the genetic algorithm for this project seems like a crazy and great idea. I didn't even think of it. As far as the input goes I'm not sure if it is a good idea to use every possible input because some of them may have near zero correlation and only increases the computation time. I...
  6. A

    artificial neural network vs traditional algorithms

    I was planning to use encog which is from heatonresearch. This is a very interesting article because it shows an actual implementation using the framework. But it seems like the wiki pages have been deleted for some reason..
  7. A

    artificial neural network vs traditional algorithms

    I really want to try artificial neural network for stock trading except the programs I've found are too expensive and not customizable. So I'm planning to make one myself. But before I get too serious, how does artificial neural network perform compare to traditional algos for market prediction?
Back
Top