My try at making a neuron

  • rrusciguy
    29th Apr 2011 Member 0 Permalink
    @The-Con (View Post)
    That would get really complicated, and bigger. My goal was I/O on each side, with randomized output, and as small as possible.

    (BTW, the patterns seen in the output of my neural net AI> save are kinda unsettling, seems as if it is more than just a sim.....)
  • The-Con
    29th Apr 2011 Member 0 Permalink
    I didn't get very far with it because my computer went at about...4FPS, so I am going to leave it for a while and return for results. The patterns have a randomised input/ output and any unsettling results are either your imagination or are random... you need more inputs...
  • rrusciguy
    29th Apr 2011 Member 0 Permalink
    @The-Con (View Post)
    This was just an example, and some weird stuff does come out of it. And my PC gets 10-15 FPS while running it

    People can modify this any way they want. Do some experimenting with it or the neurons yourself

    And the keyword is "seems". Would be really cool though :D
  • The-Con
    29th Apr 2011 Member 0 Permalink
    @rrusciguy (View Post)
    hmm... the difference between mine and yours is that mine will carry out the process and come to an end with final results, rather that continuously going. It won't create much of a processor if it starts but never ends the process, because it comes to a conclusion... maybe you need to make it so that a path can not be crossed twice to prevent continuous in/output.
  • rrusciguy
    29th Apr 2011 Member 0 Permalink
    @The-Con (View Post)
    in that case, only 1 could be used. And I will see If I can come up with such a solution for larger scale.

    And mine could have applications in AI.... or where continuous input is wanted at random or something

    Or possibly a combination of both our neurons?

    And I just tested a 4x4 core of only my "central" neurons (the one without any loop-backs), it doesn't appear that a processor made up solely of those will continue on forever