Simulating Intelligence
By rhodium
- 569 reads
Simulating Intelligence, A New Parallel Future?
(c) Salim Meghani BSc(Hons).
A Left to Right Evaluator, allows many to many relationships to be
evaluated easily. For example, 1+2 has a one to many relationship. But,
1+2*3, has a many to many relationship, because it evaluates to:
1+2+1+2+1+2.
Also, this expression is a parallel expression and can be solved using
the parallel architectures around.
Consider this new appeoach: "Is it possible to use a left to right
evaluator to simulate parallelism using a single data stream?" The
answer, is, parallel architectures or an left to right evaluator are
both solution providers for many to many relationships. But, the
complexity of parallelism can be more easily simulated using such an
evaluator than built using current technology.
- Log in to post comments