Computer architecture for emulating an asynchronous correlithm object processing system

US10019650B1 · US · B1

Patent metadata
FieldValue
Publication numberUS-10019650-B1
Application numberUS-201715824782-A
CountryUS
Kind codeB1
Filing dateNov 28, 2017
Priority dateNov 28, 2017
Publication dateJul 10, 2018
Grant dateJul 10, 2018

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A device that includes a node engine configured to emulate a first node, a second node, and a third node. The first node is configured to receive a first correlithm object, fetch a second correlithm object based on the first correlithm object, and output the second correlithm object to the second node and the third node. Each correlithm object is a point in an n-dimensional space represented by a binary string. The second node is configured to receive the second correlithm object, fetch a third correlithm object based on the second correlithm object, and output the third correlithm object to the third node. The third node is configured to receive the second correlithm object, receive the third correlithm object, fetch a fourth correlithm object based on the second correlithm object and the third correlithm object, and output the fourth correlithm object.

First claim

Opening claim text (preview).

The invention claimed is: 1. A device configured to emulate an asynchronous correlithm object processing system, comprising: a node engine configured to emulate: a first node linked with a first node table, wherein: the first node table that identifies: a first plurality of correlithm objects, wherein each correlithm object in the first plurality of correlithm objects is a point in a first n-dimensional space represented by a binary string; and a second plurality of correlithm objects linked with the first plurality of correlithm objects, wherein each correlithm object in the second plurality of correlithm objects is a point in a second n-dimensional space represented by a binary string; and the first node is configured to: receive a first correlithm object; fetch a second correlithm object from among the second plurality of correlithm objects based on the first correlithm object; and output the second correlithm object to a second node and a third node; the second node linked with a second node table, wherein: the second node table that identifies: a third plurality of correlithm objects, wherein each correlithm object in the third plurality of correlithm objects is a point in the second n-dimensional space represented by a binary string; and a fourth plurality of correlithm objects linked with the third plurality of correlithm objects, wherein each correlithm object in the fourth plurality of correlithm objects is a point in a third n-dimensional space represented by a binary string; and the second node is configured to: receive the second correlithm object; fetch a third correlithm object from among the fourth plurality of correlithm objects based on the second correlithm object; and output the third correlithm object to the third node; and the third node linked with a third node table, wherein: the third node table that identifies: a fifth plurality of correlithm objects, wherein each correlithm object in the fifth plurality of correlithm objects is a point in the second n-dimensional space represented by a binary string; a sixth plurality of correlithm objects, wherein each correlithm object in the sixth plurality of correlithm objects is a point in the third n-dimensional space represented by a binary string; and a seventh plurality of correlithm objects linked with the fifth plurality of correlithm objects and the sixth plurality of correlithm objects, wherein each correlithm object in the fifth plurality of correlithm objects is a point in a fourth n-dimensional space represented by a binary string; and the third node is configured to: receive the second correlithm object; receive the third correlithm object; fetch a fourth correlithm object from among the seventh plurality of correlithm objects based on the second correlithm object and the third correlithm object; and output the fourth correlithm object. 2. The device of claim 1 , wherein fetching the second correlithm object comprises: determining hamming distances between the first correlithm object and each of the first plurality of correlithm objects; identifying a correlithm object with the shortest hamming distance between the first correlithm object and each of the first plurality of correlithm objects; and identifying an entry in the first node table that corresponds with the identified correlithm object. 3. The device of claim 1 , wherein fetching the second correlithm object comprises: determining distances between the first correlithm object and each of the first plurality of correlithm objects, wherein determining the distances comprises: performing an XOR operation between the first correlithm object and each of the first plurality of correlithm objects to generate a resulting binary string; counting the number of logical high values in the resulting binary string; and identify a correlithm object with the smallest number of logical high values; and identifying an entry in the first node table that corresponds with the identified correlithm object. 4. The device of claim 1 , wherein fetching the fourth correlithm object comprises: determining hamming distances between the second correlithm object and each of the fifth plurality of correlithm objects; identifying a first input correlithm object with the shortest hamming distance between the second correlithm object and each of the fifth plurality of correlithm objects; determining hamming distances between the third correlithm object and each of the sixth plurality of correlithm objects; identifying a second input correlithm object with the shortest hamming distance between the third correlithm object and each of the sixth plurality of correlithm objects; and identifying an entry in the third node table that corresponds with the first input correlithm object and the second input correlithm object. 5. The device of claim 1 , wherein the first node is configured to receive the first correlithm object from a sensor configured to convert a real world value into the first correlithm object. 6. The device of claim 1 , wherein outputting the fourth correlithm object comprises sending the fourth correlithm object to an actor configured to output a real world value based on the fourth correlithm object. 7. The device of claim 1 , wherein the first n-dimensional space, the second n-dimensional space, the third n-dimensional space, and the fourth n-dimensional space all have the same number of dimensions. 8. A method for emulating an asynchronous correlithm object processing system, comprising: receiving, by a first node implemented by a node engine, a first correlithm object; fetching, by the first node, a second correlithm object from a first node table based on the first correlithm object, wherein the first node table identifies: a first plurality of correlithm objects, wherein each correlithm object in the first plurality of correlithm objects is a point in a first n-dimensional space represented by a binary string; and a second plurality of correlithm objects linked with the first plurality of correlithm objects, wherein each correlithm object in the second plurality of correlithm objects is a point in a second n-dimensional space represented by a binary string; outputting, by the first node, the second correlithm object to a second node and a third node implemented by the node engine; fetching, by the second node, a third correlithm object from a second node table based on the second correlithm object in response to receiving the second correlithm object, wherein the second node table identifies: a third plurality of correlithm objects, wherein each correlithm object in the third plurality of correlithm objects is a point in the second n-dimensional space represented by a binary string; and a fourth plurality of correlithm objects linked with the third plurality of correlithm objects, wherein each correlithm object in the fourth plurality of correlithm objects is a point in a third n-dimensional space represented by a binary string; outputting, by the second node, the third correlithm object to the third node; fetching, by the third node, a fourth correlithm object from a third node table based on the second correlithm object and the third correlithm object in response to receiving the second correlithm object and the third correlithm object, wherein the third node table identifies: a fifth plurality of correlithm objects, wherein each correlithm object in the fifth plurality of correlithm objects is a point in the second n-dimensional space represented by a binary string; a sixth plurality of correlithm objects, wherein each correlithm object in the sixth plurality of correlithm objects is a point in the third n-dimensional space represented by a binary stri

Assignees

Inventors

Classifications

  • using classification, e.g. of video objects · CPC title

  • by using evolutionary computational techniques, e.g. genetic algorithms · CPC title

  • G06N20/00Primary

    Machine learning · CPC title

  • Classification techniques · CPC title

  • Evolutionary algorithms, e.g. genetic algorithms or genetic programming · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US10019650B1 cover?
A device that includes a node engine configured to emulate a first node, a second node, and a third node. The first node is configured to receive a first correlithm object, fetch a second correlithm object based on the first correlithm object, and output the second correlithm object to the second node and the third node. Each correlithm object is a point in an n-dimensional space represented by…
Who is the assignee on this patent?
Bank Of America
What technology area does this patent fall under?
Primary CPC classification G06N20/00. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Jul 10 2018 00:00:00 GMT+0000 (Coordinated Universal Time) (B1). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 8 related publications on this page (citations in our corpus or others sharing the same primary CPC).