evolvio4all / evolvio4JavaScript

MIT License
10 stars 2 forks source link

I have an idea #29

Closed Air1N closed 4 years ago

Air1N commented 5 years ago

I'm thinking, what if we had a NN (neural network) that can have memories, but not like the LSTM (Long Short Term Memory) kind, we need some sort of RLTM (Real Long Term Memory [made up by me... I think]). I'm thinking a method we could use to achieve this is to make an array that a separate Neural Network can modify by outputting 2 values: index, and value. Using these we could replace the old value at array[index] with the newly output value. The LSTM would be able to use these memory values as inputs — in some way, and in theory. I plan to do this in a simpler project as a test.

Air1N commented 5 years ago

Still need to work on this. Edit: accidental close

Air1N commented 5 years ago

This is actually almost entirely working. I just need to work on some small bugs

winnie334 commented 5 years ago

Very exciting stuff, I'm looking forward to seeing it in action!

Air1N commented 4 years ago

Here is a picture of what I have in mind brainTheory

Air1N commented 4 years ago

This is not really an issue so I will close this for now