Post by Admin on Jun 1, 2015 17:59:02 GMT
there is a way of removing cells using Defrag if you press Defrag from
cell 941 then special filtering is applied. Set the Type value in cell
941 to the type of cell you want to remove i.e.. if you want to get rid
of cells that are of type say 120 then put 120 into the Type field of
cell 941 then press defrag, this works for type values above 0 if the
cells you want to remove are at 0 then this wont work.
Your idea of using UpdateBrain would work but you would need to change
the entry numbers in the text file e.g. change entry: 4840 to entry:
2001 etc, if the number is higher than the last number in the database
then it wont add the data. If you delete the Brain Database then it will
rebuild it at startup with the bare minimum it will have about 2010
entries.
The "alien stuff" that keeps appearing might be data added from one of
the learning routines these are controlled in settings if you send me
some of the strange text then I might be able to track it down.
You can read a file to the input using the keyword ReadFile the speed
of this is controlled by the timer and timer loop in settings if you set
Timer MilliSec to 400 and T (Timer) Loop to 2 then it should read the
next line pretty much straight after its processed the last line. If you
want to speed up processing even more you can cut out some processes
using the RQ weights sliders. To bypass the process set the slider to 0.
Bear in mind some of these are used by learning processes.
The latest version has a new keyword called ImageScanFunctions this is
a collection of functions designed to extract information from images
like differences in shade, pixel colors and edge detection. This
function can be used to get a robot to follow someone, I'm using the
function at the moment to get the robot to avoid things but as soon as I
get some colorful shoes I'm going to get it to follow me. If you like I
could send you the New Brain Data text in an email I use about 25 cells
for the auto robot function. To get the robot to avoid objects around
the room I use 5 of the ImageScanFunctions but you could probably follow
something using just one as you would only need to check for one
condition.
I've posted a video on YouTube of the robot working here's the link:
www.youtube.com/watch?v=qFEXIF7WUFQ
Words that have a - are probably RAS words normal words are the word
only, are you referring to the search string sent to the search engine
this would be different depending on where your downloading from.
cell 941 then special filtering is applied. Set the Type value in cell
941 to the type of cell you want to remove i.e.. if you want to get rid
of cells that are of type say 120 then put 120 into the Type field of
cell 941 then press defrag, this works for type values above 0 if the
cells you want to remove are at 0 then this wont work.
Your idea of using UpdateBrain would work but you would need to change
the entry numbers in the text file e.g. change entry: 4840 to entry:
2001 etc, if the number is higher than the last number in the database
then it wont add the data. If you delete the Brain Database then it will
rebuild it at startup with the bare minimum it will have about 2010
entries.
The "alien stuff" that keeps appearing might be data added from one of
the learning routines these are controlled in settings if you send me
some of the strange text then I might be able to track it down.
You can read a file to the input using the keyword ReadFile the speed
of this is controlled by the timer and timer loop in settings if you set
Timer MilliSec to 400 and T (Timer) Loop to 2 then it should read the
next line pretty much straight after its processed the last line. If you
want to speed up processing even more you can cut out some processes
using the RQ weights sliders. To bypass the process set the slider to 0.
Bear in mind some of these are used by learning processes.
The latest version has a new keyword called ImageScanFunctions this is
a collection of functions designed to extract information from images
like differences in shade, pixel colors and edge detection. This
function can be used to get a robot to follow someone, I'm using the
function at the moment to get the robot to avoid things but as soon as I
get some colorful shoes I'm going to get it to follow me. If you like I
could send you the New Brain Data text in an email I use about 25 cells
for the auto robot function. To get the robot to avoid objects around
the room I use 5 of the ImageScanFunctions but you could probably follow
something using just one as you would only need to check for one
condition.
I've posted a video on YouTube of the robot working here's the link:
www.youtube.com/watch?v=qFEXIF7WUFQ
Words that have a - are probably RAS words normal words are the word
only, are you referring to the search string sent to the search engine
this would be different depending on where your downloading from.