rscarson
rscarson
33 / 10
7th Mar 2018
7th Mar 2018
No Description provided.
monitor neural network tech brain alive

Comments

  • AwesomeBot
    AwesomeBot
    8th Mar 2018
    As the initial data is random, as you said, and the network cannot train, this network will keep producing random data.
  • rscarson
    rscarson
    8th Mar 2018
    True lol
  • Technomancer
    Technomancer
    8th Mar 2018
    I apologize. Having looked up the term 'neural network' in more detail, it appears I was mistaken - this does, technically, qualify. Though since it can't learn or be trained, the distinction doesn't seem practically very meaningful.
  • rscarson
    rscarson
    8th Mar 2018
    It is technically a neural network, albeit one that cannot be trained. In neural network programming, networks are first initialized randomly (before being trained). This is what this simulates
  • Technomancer
    Technomancer
    8th Mar 2018
    This save isn't necessarily bad because of that, and it might have some interesting use, but to call it a neural network is misleading.
  • Technomancer
    Technomancer
    8th Mar 2018
    As such, I can tell you firsthand that even the simplest and most primitive such network possible in TPT would be technically FAR more complex than this. As AwesomeBot said, all this does is randomize. There's no pattern or direction to the output, and there can't be with a system like this.
  • Technomancer
    Technomancer
    8th Mar 2018
    About two and a half years ago, a few of us got together to work on the possibility of building a pseudo-neural-network in TPT. Our goal was to make something that could sustain even a minimal level of AI (meaning it could behave in a way that was neither random nor predetermined).
  • TexanRattler
    TexanRattler
    8th Mar 2018
    so it sorta acts like a neural network but its all random
  • AwesomeBot
    AwesomeBot
    7th Mar 2018
    This isn't a Neural Network, as the nodes cannot respond to input data. What you have created is just a fancy RNG.
  • SuperJohn
    SuperJohn
    7th Mar 2018
    I fell asleep making a small version