Post by Admin on Jun 1, 2015 17:50:52 GMT
ah yes this will interfere with Auto Ai The SR filter stops an input if
there hasn't been enough time for the last output to be read out. It
assumes your using speech recognition and the ai is speaking the output.
If this is the case then the speech recognition software picks up the
words spoken by the ai and this is then fed back into the Ai. It stops
it talking to itself, this could be used the other way round as an auto
ai!
Auto Ai uses the don't say it twice filter which means if the output
is the same as the previous output then it wont put that output into the
input. I've changed it in the version I'm working on and am running
tests to see if its a problem allowing repeat inputs. The space is there
to stop words joining together. A work around would be to use the Out To
In tag <outtoin> put the tag somewhere in the tags field of cell 1178
make sure Activate cell 1178 on output is ticked in settings.
Cells 300 to 400 are user defined these shouldn't interfere with Auto
Ai I've tried clicking on the user window to see if it interferes with
Auto Ai but it doesn't seem to interfere.
Some of the system cells, cells 800 to 2000 will change even when
nothing appears to be happening. Some of these cells record internal
program functions like the number of times a function has done
something. There are also some functions connected to the timer or timer
loop.
The list of binary stuff is the Neural network training data, this is
only present in cells that have had there neural network trained. Its
perfectly normal for this to be empty.
in cell 934 the mode would normally be at 0 but it shouldn't make any
difference if its something else. The type number at -3 is wrong, in
your crashed database if your seeing negative numbers this is caused by
defrag being interrupted. During defrag the type field is used to record
which cells should be removed when the process rebuilds the database.
I've only had this problem once and I think it happened because I was
getting the Ai to do something whilst it was defragging but I've not
managed to repeat the problem.
there hasn't been enough time for the last output to be read out. It
assumes your using speech recognition and the ai is speaking the output.
If this is the case then the speech recognition software picks up the
words spoken by the ai and this is then fed back into the Ai. It stops
it talking to itself, this could be used the other way round as an auto
ai!
Auto Ai uses the don't say it twice filter which means if the output
is the same as the previous output then it wont put that output into the
input. I've changed it in the version I'm working on and am running
tests to see if its a problem allowing repeat inputs. The space is there
to stop words joining together. A work around would be to use the Out To
In tag <outtoin> put the tag somewhere in the tags field of cell 1178
make sure Activate cell 1178 on output is ticked in settings.
Cells 300 to 400 are user defined these shouldn't interfere with Auto
Ai I've tried clicking on the user window to see if it interferes with
Auto Ai but it doesn't seem to interfere.
Some of the system cells, cells 800 to 2000 will change even when
nothing appears to be happening. Some of these cells record internal
program functions like the number of times a function has done
something. There are also some functions connected to the timer or timer
loop.
The list of binary stuff is the Neural network training data, this is
only present in cells that have had there neural network trained. Its
perfectly normal for this to be empty.
in cell 934 the mode would normally be at 0 but it shouldn't make any
difference if its something else. The type number at -3 is wrong, in
your crashed database if your seeing negative numbers this is caused by
defrag being interrupted. During defrag the type field is used to record
which cells should be removed when the process rebuilds the database.
I've only had this problem once and I think it happened because I was
getting the Ai to do something whilst it was defragging but I've not
managed to repeat the problem.