1. #1
    339955
    339955's Avatar Become A Pro!
    Join Date: 07-20-12
    Posts: 198

    neural net on NBA derivatives

    i am modeling a neural net for 2nd half totals with 6 inputs (fg total, fg spread, favorite 1st half score, dog 1st half score, how much favorite is beating 1st half spread by, how much game went over 1st half total), with 15 hidden units, and then the output. how come my NN never converges and the output it gives varies widely from one training session to another? how do i fix this?

  2. #2
    Miz
    Miz's Avatar Become A Pro!
    Join Date: 08-30-09
    Posts: 695
    Betpoints: 3162

    What type of network did you choose? Did you try varying the learning rate?
    Last edited by Miz; 12-19-12 at 10:23 PM.

  3. #3
    cyrusii
    cyrusii's Avatar Become A Pro!
    Join Date: 11-05-12
    Posts: 60

    Using neural nets is an art. You really need to study neural nets, be able to understand how they really work, and have experience with using the correct form of nns. Most people look at them as some sort of black box, that would never work. I suggest reading a book. Neural nets are getting obsolete anyways.

    I used to be a TA for neural net course in college.

  4. #4
    Miz
    Miz's Avatar Become A Pro!
    Join Date: 08-30-09
    Posts: 695
    Betpoints: 3162

    Quote Originally Posted by cyrusii View Post
    Using neural nets is an art. You really need to study neural nets, be able to understand how they really work, and have experience with using the correct form of nns. Most people look at them as some sort of black box, that would never work. I suggest reading a book. Neural nets are getting obsolete anyways.

    I used to be a TA for neural net course in college.
    I agree. I'm not a NN expert, but most of the time I saw great variation in performance, and it is difficult to know what to begin with. How many hidden layers etc. I also think they seem to work best as classifiers, not quantifiers. In other words if you have 20 different qualitative inputs and the output is a color... then the NN is good at determining the most likely color for a new test set of 20 different inputs. Beyond that they are of limited value for sports betting. There is other work being done that is far more valuable, but I'll keep that to myself.

  5. #5
    339955
    339955's Avatar Become A Pro!
    Join Date: 07-20-12
    Posts: 198

    Quote Originally Posted by cyrusii View Post
    Using neural nets is an art. You really need to study neural nets, be able to understand how they really work, and have experience with using the correct form of nns. Most people look at them as some sort of black box, that would never work. I suggest reading a book. Neural nets are getting obsolete anyways.

    I used to be a TA for neural net course in college.
    thanks for your advice cyrusii. what type of analysis is making NN's obsolete?

Top