Advertisement

Potentual new concept

Started by September 10, 2015 03:07 PM
98 comments, last by TheComet 8 years, 10 months ago
This is to demonstrate a general idea of my thoughts
I thought it may be helpful in understandinng the over all concept.
.
Let's consider the perfect system.
That is where everything,or every modual, works perfectly.
.
In the perfect system everything is considered as feed back.
.
Think of a frame,be it picture or text, as a camera frame,as seeing something.
The frames of experience and memory are already in code so this is for a temporary memory
to work with the others.
.
Now this is one frame. // remember the frame is concidered feed back form somewhere.//
.
He saw that the person was injured in the hip and this is what he saw.
_____......XX......
_____.....XXXX.....
_____......XX......
_____...XXXXXXXX...
_____.XX.XXXXXXX.XX
_____.XX.XXXXXXX.XX
_____.XX..XXXXX..XX
_____..X..XXXXX..X.
_____....XXX.XXX...
_____..Injury.XX...__mild injury
_____....XXX.XXX...
.
.
This is feed to the coder for coding.
Now the coder reads it one line at a time.
Accumulating the code,one character at a time.The accumulation is zeroed after each line.
Now code 1 is line 1
Code 1 is text code.
code 2 thru 9 is picture code.
code 10 is text and picture code.
code 11 is picture code.
The total of the codes is the frame code.
.
.
{Remember this is the perfect system.}
Now;,At the same time the coder is compiling the perfect code,to record the frame in one code.
This is to say that the frame can be reproduced from one code,by the decoder.
.
What!!!??
Ok,in the perfect system the last T and the last A is all that's needed in the decoder.
finalA=atn(( 1/( ( R*(1/F) )+1 ) ) )
finalT=R * A
.
And in the perfect system These two can be changed to one code,
Code=?
,such that-- sub Code -- produces;
.
He saw that the person was injured in the hip and this is what he saw.
_____......XX......
_____.....XXXX.....
_____......XX......
_____...XXXXXXXX...
_____.XX.XXXXXXX.XX
_____.XX.XXXXXXX.XX
_____.XX..XXXXX..XX
_____..X..XXXXX..X.
_____....XXX.XXX...
_____..Injury.XX...__mild injury
_____....XXX.XXX...
.
Just for thought--If I have the right Code, I can produce a frame that has not been seen yet.
.
Note that the above is two separate functions,done in one system.
.
Now other possible functions are.
1. read by words
2. read by fragments.remember a fragment can by a statement or a section.
// fragment enclosed in { }. //
2a He {of all persons},should know.
2b
_____{......XX......}
_____{.....XXXX.....}
_____{......XX......}
_____{...XXXXXXXX...}
_____.XX.XXXXXXX.XX
_____.XX.XXXXXXX.XX
_____.XX..XXXXX..XX
_____..X..XXXXX..X.
_____....XXX.XXX...
_____..{Injury}.XX...__{mild injury}
_____....XXX.XXX...
3.
word codes
Fragment Codes
4.Modify,annualize,record,act on //note logic as well as neural analyzers
4a characters
4b words
4C fragments
4d lines
5.send to analyzers
6.read feed back for;
Modify,annualize,record,act on
4a characters
4b words
4C fragments
4d lines
7 save experience //remember one Code.
8 feed new frame and repeat.
.
We do not have the perfect system,But,it may be worth looking at what we do have.
This is the coder.
.
The relative address is a different function,that uses the one coder function--Code.
Which in turn is used in logic analyzers.

correction Chart at http://i.imgur.com/5qp29AM.jpg

Advertisement

Alberth,

If I modify the code going into the decoder,then I produce something other than what was put in.

Then I can compare the logics of input against the logics of output and input corrections until the
out put is what I wanted or thought.
If it is worthy of remembering,then it is stored.

This is the grail, we reinvented the dictionnary structure.

Albert,
As I said earlier,In the Coder you get feed back,that can modify the output.
Remember that output is dependent on string TL$ and String AL$ created in the Coder as input to the Decoder.
I tried to start by explaining the Coder and Decoder because if you do not understand them,then you can not use
the codes to do logics.
It is thru the Coder that the format for logics is processed.
It is thru the Decoder that the over all progress is recorded.
This is a case of { you have to crawl thru something before you can run thru it. }
You actually have to have two Coders or a Coder with two modes to make the logics work.
The only way I can explain this is to say,Think of the Coder and Decoder as the central processor unit for logics.CPU for logic.
Can you explain a computer without explaining the CPU?

Can you explain a computer without explaining the CPU?


Yes. For example by starting at Turing machines or µ-recursive functions which form the basis of computability. A CPU just adds a lot of unnecessary noise on top of that which is just an implementation detail.
Advertisement

Go back a bit farther. https://en.wikipedia.org/wiki/Antikythera_mechanism

Turing machines and µ-recursive functions are the standard in a decent computer science lecture. Antikythera, while certainly interesting and an important bit of history, is not.

Talking about Antikythera has the same problems as talking about CPUs (a lot of implementation detail which distracts from the actual important issues) while having none of the benefits (at least when talking about CPUs you do learn a bit about implementation details which are used currently).

If it is worthy of remembering,then it is stored.
This is exactly the problem. How is a computer going to decide it is worthy?

The obvious solution "everything is worthy" fails in having to store too much.

I haven't seen any other solution yet (although I am not good in AI, so it may exist).

 

If it is worthy of remembering,then it is stored.

This is exactly the problem. How is a computer going to decide it is worthy?
Nature solves that problem through massively negative conditioning. Usually death.

Animals who do not fear fire die, animals who fear fire and run away survive. Those who survive reproduce. Animals who don't try to eat yellow-black insects aren't stung in the tongue. Those who try are stung.

So... basically, every time your computer does something wrong, plug a 240V cable into the ethernet port!

This topic is closed to new replies.

Advertisement