Embodiments of the present disclosure relate generally to cross-linguistic online search and, more particularly, but not by way of limitation, to improving real-time machine translation for cross border search uses.
The rise in electronic and digital device technology has rapidly changed the way society interacts with media and consumes goods and services. Digital technology enables people to contact each other quickly and efficiently over country and continental boundaries. However, often, despite the ease of contact, language differences prevent uses from effectively interacting. One such area is the area of search and commerce.
One solution to the language barrier is automatic machine translations of communications, searches, product listings, and so on. However, such translations cane be resource intensive and often provide relatively poor translation results.
Various ones of the appended drawings merely illustrate example embodiments of the present disclosure and cannot be considered as limiting its scope.
The description that follows includes systems, methods, techniques, instruction sequences, and computing machine program products that embody illustrative example embodiments of the disclosed subject matter. In the following description, for the purposes of explanation, numerous specific details are set forth in order to provide an understanding of various example embodiments of the disclosed subject matter. It will be evident, however, to those skilled in the art, that embodiments of the inventive subject matter may be practiced without these specific details. In general, well-known instruction instances, protocols, structures, and techniques are not necessarily shown in detail.
A network-based commerce system allows users to purchase goods and services over a computer network. These goods and services are often available to people in many countries using many different languages. In a network-based commerce system that sells a plurality of products and services, users can traverse the system using search queries to find what they are looking for.
However, if the language of the user differs from the language a product or service description uses, translation of the search query and description is needed. For example, the system could first translate the search query into the desired language, execute a search of item records in that language using the translated search query, and then translate the item records (e.g., product listings) into the user's original language for display. Such a system involves multiple translation steps, each one introducing additional complexity into the system.
Instead, the network-based commerce system receives a search query in a first language. Instead of translating the query into another language, the network-based commerce system instead converts the search query into a semantic meaning vector.
Each semantic meaning vector is made of a plurality of values that represent one or more attributes of the search query. The conversion is accomplished by an established model, which has been trained using artificial intelligence techniques (e.g., neural networks and so on) and past user data to create a model that accurately creates semantic meaning vectors from search queries.
In some example embodiments, when a product is listed in network-based commerce system, the network-based commerce system converts each item record into a semantic meaning vector using the trained model and stores it in a database of semantic meaning vectors at the network-based commerce system regardless of the original language of the item record.
Thus, when a search query is received, it is converted into a semantic meaning vector and compared against the database of item records associated semantic meaning vectors. The network-based commerce system then scores or otherwise ranks each semantic meaning vector associated with an item record based on the degree to which it matches the semantic meaning vector for the search query. In some example embodiments, a distance score can be calculated.
In some example embodiments, the database of semantic meaning vectors associated with item records is organized into one or more topical groupings and the network-based commerce system selects only one topical grouping to compare the search query against (to prevent too many unnecessary calculations). The semantic meaning vector associated with the search query is only compared to a limited set of semantic meaning vectors associated with item records.
Once one or more item records have been identified as the best matches for the search query (based on comparing the semantic meaning vectors for each), the network-based commerce system determines whether the item records use the same language as the search query. For any item record determined to have a different language than the search query, the network-based commerce system translates the item record into the appropriate language.
All the item records are then transmitted to the client (e.g., a computer system associated with the user who submitted the search query) for display. In some example embodiments, the user selects and purchases one of the returned results. In some example embodiments, this purchase event is then used to further improve the model that creates semantic meaning vectors for search queries and item records.
In some example embodiments, a client system 102 is an electronic device, such as a personal computer (PC), a laptop, a smartphone, a tablet, a mobile phone, or any other electronic device capable of communication with a communication network 110. The client system 102 includes one or more client application(s) 104, which are executed by the client system 102. In some example embodiments, the client application(s) 104 include one or more applications from a set consisting of search applications, communication applications, productivity applications, game applications, word processing applications, or any other useful applications. The client application(s) 104 include a web browser. The client system 102 uses a web browser to send and receive requests to and from the network-based commerce system 120 and displays information received from the network-based commerce system 120.
In some example embodiments, the client system 102 includes an application specifically customized for communication with the network-based commerce system 120 (e.g., an iPhone application). In some example embodiments, the network-based commerce system 120 is a system that is associated with one or more services.
In some example embodiments, the client system 102 sends a request to the network-based commerce system 120 for a webpage associated with the network-based commerce system 120. For example, a user uses a client system 102 to log into the network-based commerce system 120 and submits a search query to the network-based commerce system 120. In response, the network-based commerce system 120 generates a list of search results (e.g., one or more item records matching the search query) and returns item record to the client system 102. The client system 102 receives the item record data (e.g., data describing one or more products) and displays that data in a user interface on the client system 102.
In some example embodiments, as shown in
As shown in
As shown in
In some example embodiments, the historical transaction data 130 includes data that describes past user purchases, the search queries that users have entered to initiate the purchase, the search results that were displayed to the user, and any other data relevant to a particular transaction. In some example embodiments, the network-based commerce system 120 uses the historical transaction data 130 to develop a model for creating semantic meaning vectors from item records and search queries. In some example embodiments, the historical transaction data 130 also includes the language of each search query and item records to allow the network-based commerce system 120 to associate search queries with item records of difference languages.
In some example embodiments, the listing vector data 134 includes a database of semantic meaning vectors that are each associated with a particular item record. In some example embodiments, the semantic meaning vector includes a series of values (e.g., potentially hundreds of values) generated by a computer learning model. In some example embodiments, the database is organized based on that is used to respond to user search queries (e.g., an index that is used to look up search results) and data that represents past search queries and any user interactions (e.g., user clicks) that resulted after the search results are displayed. Thus, the network-based commerce system 120 can use the data stored about search results to identify which search terms result in clicks on particular item records and purchases.
In some example embodiments, the listing vector data 134 is organized into categories, groups, product classes, and so on. In this way, the network-based commerce system 120 can restrict a search to a particular product category to increase efficiency.
The network-based commerce system 120 may provide a broad range of other applications and services that allow users the opportunity to buy and sell items, share and receive information, often customized to the interests of the user, and so on.
In some example embodiments, the application logic layer includes various application server modules, which, in conjunction with the interface module(s) 122, receive user search queries from a large variety of client systems (102) and return search results to those client systems 102.
In some example embodiments, a vector generation module 124 and a vector matching module 126 can also be included in the application logic layer. Of course, other applications or services that utilize the vector generation module 124 and the vector matching module 126 may be separately implemented in their own application server modules.
As illustrated in
Generally, the vector generation module 124 receives a search request that includes a search query. In some example embodiments, the vector generation module 124 converts the received search query into a semantic meaning vector. In some example embodiments, the semantic meaning vector is generated based on a model that was trained using historical transaction data 130 to determine common attributes of various item records and search queries. In some example embodiments, as new transactions occur, the vector generation module 124 updates the model to incorporate the new data. In some example embodiments, the model is able to convert item records and search queries of different languages into a common semantic meaning vector, such that they can be compared without regard to their language.
Similarly, when a new item record is received from a client system 102, the vector generation module 124 creates a semantic meaning vector for the item record. The newly created semantic meaning vector is then stored in the listing record vector data 134. In some example embodiments, the vector generation module 124 determines a product category associated with the item record and organizing the associated semantic meaning vector in the listing vector data 134 based on the product category.
In some example embodiments, the listing vector data 134 has an established product category hierarchy and each item record is placed into one or more categories in the hierarchy.
The vector matching module 126 uses a semantic meaning vector created by the vector generation module 124 for a particular search query to find matches for that search query in the listing vector data 134. In some example embodiments, the vector matching module 126 compares the semantic meaning vector of the search query to each semantic meaning vector stored in the listing vector data 134 and generates a match score for each.
In some example embodiments, the vector matching module 126 generates a distance score between the two semantic meaning vectors (wherein a distance score represents the similarity between the two semantic meaning vectors). The vector matching module 126 then ranks each item record semantic meaning vector based on the associated score.
In some example embodiments, the vector matching module 126 determines a particular number of item record results that are desired and selects that number of item record semantic meaning vectors based on rank. For each selected semantic meaning vector, the vector matching module 126 receives the associated item record and, if necessary, translates the item record into the language of the user who submitted the search query (e.g., into the language that the search query used or another language as indicated by the submitting user).
In some example embodiments, the selected item records are then transmitted to the client system 102 for display.
The memory 212 includes high-speed random access memory, such as dynamic random-access memory (DRAM), static random access memory (SRAM), double data rate random access memory (DDR RAM) or other random access solid state memory devices, and may include non-volatile memory, such as one or more magnetic disk storage devices, optical disk storage devices, flash memory devices, or other non-volatile solid state storage devices. The memory 212 may optionally include one or more storage devices remotely located from the CPU(s) 202. The memory 212, or alternatively, the non-volatile memory device(s) within the memory 212, comprise(s) a non-transitory computer-readable storage medium.
In some example embodiments, the memory 212, or the computer-readable storage medium of the memory 212, stores the following programs, modules, and data structures, or a subset thereof:
The memory 306, or alternately the non-volatile memory device(s) within the memory 306, comprises a non-transitory computer-readable storage medium. In some example embodiments, the memory 306, or the computer-readable storage medium of the memory 306, stores the following programs, modules, and data structures, or a subset thereof:
In some example embodiments, the multi-language search system 400 is a component of the network-based commerce system (e.g., the system 120 in
In some example embodiments, the vector generation module 124 includes a model that maps queries to semantic meaning vectors. In some example embodiments, the model is trained using historical transaction data 130. In some example embodiments, the model itself is constructed using computer learning techniques such as decision tree learning, artificial neural networks and deep learning techniques, support vector machines, Bayesian networks, and so on.
For example, the vector generation module 124 identifies all historic transactions between searches in a first language and purchases of item records (e.g., products) in a second language.
In some example embodiments, once the vector generation module 124 creates a semantic meaning vector 412 for the search query 410, the semantic meaning vector 412 is transferred to the vector matching module 126.
In some example embodiments, the vector matching module 126 analyzes a plurality of semantic meaning vectors stored in the listing vector data 134 and associated with one or more item records to identify one or more semantic meaning vectors that match the semantic meaning vector 412 created from the search query 410. In some example embodiments, each semantic meaning vector 412 includes a plurality of values, and the vector matching module 126 creates a score that represents the similarity between a respective semantic meaning vector associated with an item record and the semantic meaning vector 412 associated with the search query 410.
Once all the semantic meaning vectors 412 in the listing vector data 134 have been evaluated, the vector matching module 126 selects one or more semantic meaning vectors 412 from the listing vector data 134 based on the generated scores. The item records associated with the selected semantic meaning vector 412 are then transmitted to the machine translation 408 module. In some example embodiments, the machine translation 408 module determines which, if any, of the selected item records are in a language different from the language associated with the search query 410.
If any of the selected item records are determined to be in a different language than the search query 410, the machine translation 408 module automatically translates the item records from their original language (e.g., the language in which they were submitted) to the language of the search query 410. The translated item records 414 are then transmitted to the client system (e.g., the client system 102 in
In some embodiments the method 500 is performed at a network-based commerce system (e.g., the system 120 in
In some example embodiments, the network-based commerce system (e.g., the system 120 in
In some example embodiments, the network-based commerce system (e.g., the system 120 in
In a very simplified example, for a two dimensional space, with (x,y) values that range from 0 to 1, a model is trained to represent different areas in the 2-dimensional space with different semantic meanings. Each item record and search query could then be mapped to a specific (x,y) pair by the model. The network-based commerce system (e.g., the system 120 in
In general, the semantic meaning vector will be mapped into a vector with hundreds of dimensions, such that very complicated semantic meanings can be represented by the model.
In some example embodiments, the model uses the entire corpus of past search queries and the item records associated with the purchases that they resulted in to identify semantic relationships between queries and item records. In some example embodiments, the relationships can be based on frequency co-occurrence of terms (e.g., with a large enough body of documents, determining which terms occur in the same documents can enable a model to effectively generate semantic meaning vectors. In some example embodiments, the important of terms is weighted by an inverse frequency score.
In other example embodiments, a model is trained by determining semantic correlations using a neural network. In this example, the neural network takes inputs (e.g., various data about the search query or item record including the text, time sent, location source, and so on). Each of these inputs is given a weight and passed to a plurality of hidden nodes. The hidden nodes exchange information, also given weights, to produce an output. In some example embodiments, there are several layers of hidden nodes. The output in this case is a multidimensional vector. For example, a first semantic meaning vector would include a list of values in smv1=(v1, v2, v3, v4, . . . , vn).
In some example embodiments, the model is trained using existing data (e.g., search queries matched to successful purchases) and the neural network learning algorithm adaptively adjusts the weights to product semantic meaning vectors for queries and item records that match existing records. In some example embodiments, when new transactions occur, the model is updated with the new data.
In some example embodiments, the semantic meaning vector also uses other variables to create the semantic meaning vector for the search query including characteristics and history of the submitting user, time and location of the search query, and so on.
Once the semantic meaning vector has been generated for the search query, the network-based commerce system (e.g., the system 120 in
In some example embodiments, the network-based commerce system (e.g., the system 120 in
In some example embodiments, the network-based commerce system (e.g., the system 120 in
Thus, the similarly between a query semantic meaning vector and an item record semantic meaning vector with t total vector values. This calculation will result in a value. The lower the value for a query, item record pair, the closer, within the vector space, the query and item record are determined to be.
In some example embodiments, the database of item records includes item records from a plurality of different languages. The semantic meaning vectors standardize meaning between languages. Thus, once one or more item records are determined, the network-based commerce system (e.g., the system 120 in
Once the item records are translated into the appropriate language, the network-based commerce system (e.g., the system 120 in
In some embodiments the method 600 is performed at a network-based commerce system (e.g., the system 120 in
In some example embodiments, a network-based commerce system (e.g., the system 120 in
A large network-based commerce system (e.g., the system 120 in
As noted above, item records and search queries are converted to semantic meaning vectors by using a model that was trained by any appropriate method (the above example uses neural networks) to use the data associated with either the query or the item record as input and to generate a semantic meaning vector with n-dimensions (often numbering in the hundreds). By using a large set of completed transaction data, wherein at least some of the transactions include searches in a first language that eventually result in completed transactions for items that an item record created in a second language, models can be trained that associate queries in a first language with item records in a second language. Once such a model is produced (e.g., the input weightings and hidden weightings of a neural network are adapted to produce accurate semantic meaning vector using the training data) search queries in the first language can be translated into semantic meaning vectors that can be compared against semantic meaning vectors in a second language without the need to translate either the query or the item record.
In some example embodiments, the network-based commerce system (e.g., the system 120 in
In some example embodiments, the product category is determined based on an analysis of the search query. For example, the network-based commerce system (e.g., the system 120 in
In some example embodiments, the network-based commerce system (e.g., the system 120 in
In some example embodiments, the network-based commerce system (e.g., the system 120 in
It should be noted that operations 602-610 describe the processes of creating a database of content item vectors and a model trained to generate semantic meaning vectors for search queries and item content records. These steps can be performed off line at any point before a query that requires the model and database is received. Thus, although the figure shows operation 612 directly following operation 610, there can a large amount of time between these two operations.
Operation 612 is part of a real-time generation of a semantic meaning vector in response to receiving a search query. Thus, the steps represented in operations 602-610 will be accomplished at some point before the real-time semantic meaning vector generation but not necessarily directly beforehand.
In some example embodiments, the network-based commerce system (e.g., the system 120 in
In some example embodiments, the network-based commerce system (e.g., the system 120 in
In other example embodiments, a distinct model is used for each source language/target language pairing. Thus, if three languages are supported (Language A, Language B, and Language C), there could be six models (e.g., one model to match Language A queries to Language B item records, one to match Language A queries to Language C item records, one to match Language B queries to Language A item records, and so on).
In some example embodiments, the network-based commerce system (e.g., the system 120 in
In some embodiments the method 600 is performed at a network-based commerce system (e.g., the system 120 in
In some example embodiments, the network-based commerce system (e.g., the system 120 in
In some example embodiments, the network-based commerce system (e.g., the system 120 in
In some example embodiments, the item records are written in a plurality of different languages. For example, the item records can include content using any language.
In some example embodiments, accessing a plurality of semantic meaning vectors associated with item records includes the network-based commerce system (e.g., the system 120 in
In some example embodiments, the network-based commerce system (e.g., the system 120 in
In some example embodiments, for each respective semantic meaning vector associated with an item records, the network-based commerce system (e.g., the system 120 in
In some example embodiments, comparing the respective semantic meaning vector with the semantic meaning vector associated with the search query further comprises the network-based commerce system (e.g., the system 120 in
In some embodiments the method 600 is performed at a network-based commerce system (e.g., the system 120 in
In some example embodiments, the network-based commerce system (e.g., the system 120 in
In some example embodiments, the network-based commerce system (e.g., the system 120 in
For each respective selected item record, the network-based commerce system (e.g., the system 120 in
In accordance with a determination that the respective item record is not written in the first language, the network-based commerce system (e.g., the system 120 in
The network-based commerce system (e.g., the system 120 in
Certain embodiments are described herein as including logic or a number of components, modules, or mechanisms. Modules may constitute either software modules (e.g., code embodied on a machine-readable medium) or hardware modules. A “hardware module” is a tangible unit capable of performing certain operations and may be configured or arranged in a certain physical manner. In various example embodiments, one or more computer systems (e.g., a standalone computer system, a client computer system, or a server computer system) or one or more hardware modules of a computer system (e.g., a processor or a group of processors) may be configured by software (e.g., an application or application portion) as a hardware module that operates to perform certain operations as described herein.
In some embodiments, a hardware module may be implemented mechanically, electronically, or any suitable combination thereof. For example, a hardware module may include dedicated circuitry or logic that is permanently configured to perform certain operations. For example, a hardware module may be a special-purpose processor, such as a Field-Programmable Gate Array (FPGA) or an Application Specific Integrated Circuit (ASIC). A hardware module may also include programmable logic or circuitry that is temporarily configured by software to perform certain operations. For example, a hardware module may include software executed by a general-purpose processor or other programmable processor. Once configured by such software, hardware modules become specific machines (or specific components of a machine) uniquely tailored to perform the configured functions and are no longer general-purpose processors. It will be appreciated that the decision to implement a hardware module mechanically, in dedicated and permanently configured circuitry, or in temporarily configured circuitry (e.g., configured by software) may be driven by cost and time considerations.
Accordingly, the phrase “hardware module” should be understood to encompass a tangible entity, be that an entity that is physically constructed, permanently configured (e.g., hardwired), or temporarily configured (e.g., programmed) to operate in a certain manner or to perform certain operations described herein. As used herein, “hardware-implemented module” refers to a hardware module. Considering embodiments in which hardware modules are temporarily configured (e.g., programmed), each of the hardware modules need not be configured or instantiated at any one instance in time. For example, where a hardware module comprises a general-purpose processor configured by software to become a special-purpose processor, the general-purpose processor may be configured as respectively different special-purpose processors (e.g., comprising different hardware modules) at different times. Software accordingly configures a particular processor or processors, for example, to constitute a particular hardware module at one instance of time and to constitute a different hardware module at a different instance of time.
Hardware modules can provide information to, and receive information from, other hardware modules. Accordingly, the described hardware modules may be regarded as being communicatively coupled. Where multiple hardware modules exist contemporaneously, communications may be achieved through signal transmission (e.g., over appropriate circuits and buses) between or among two or more of the hardware modules. In embodiments in which multiple hardware modules are configured or instantiated at different times, communications between such hardware modules may be achieved, for example, through the storage and retrieval of information in memory structures to which the multiple hardware modules have access. For example, one hardware module may perform an operation and store the output of that operation in a memory device to which it is communicatively coupled. A further hardware module may then, at a later time, access the memory device to retrieve and process the stored output. Hardware modules may also initiate communications with input or output devices, and can operate on a resource (e.g., a collection of information).
The various operations of example methods described herein may be performed, at least partially, by one or more processors that are temporarily configured (e.g., by software) or permanently configured to perform the relevant operations. Whether temporarily or permanently configured, such processors may constitute processor-implemented modules that operate to perform one or more operations or functions described herein. As used herein, “processor-implemented module” refers to a hardware module implemented using one or more processors.
Similarly, the methods described herein may be at least partially processor-implemented, with a particular processor or processors being an example of hardware. For example, at least some of the operations of a method may be performed by one or more processors or processor-implemented modules. Moreover, the one or more processors may also operate to support performance of the relevant operations in a “cloud computing” environment or as a “software as a service” (SaaS). For example, at least some of the operations may be performed by a group of computers (as examples of machines including processors), with these operations being accessible via a network (e.g., the Internet) and via one or more appropriate interfaces (e.g., an Application Program Interface (API)).
The performance of certain of the operations may be distributed among the processors, not only residing within a single machine, but deployed across a number of machines. In some example embodiments, the processors or processor-implemented modules may be located in a single geographic location (e.g., within a home environment, an office environment, or a server farm). In other example embodiments, the processors or processor-implemented modules may be distributed across a number of geographic locations.
The modules, methods, applications and so forth described in conjunction with
Software architectures are used in conjunction with hardware architectures to create devices and machines tailored to particular purposes. For example, a particular hardware architecture coupled with a particular software architecture will create a mobile device, such as a mobile phone, tablet device, or so forth. A slightly different hardware and software architecture may yield a smart device for use in the “internet of things,” while yet another combination produces a server computer for use within a cloud computing architecture. Not all combinations of such software and hardware architectures are presented here, as those of skill in the art can readily understand how to implement the inventive subject matter in different contexts from the disclosure contained herein.
In the example architecture of
The operating system 714 may manage hardware resources and provide common services. The operating system 714 may include, for example, a kernel 728, services 730, and drivers 732. The kernel 728 may act as an abstraction layer between the hardware and the other software layers. For example, the kernel 728 may be responsible for memory management, processor management (e.g., scheduling), component management, networking, security settings, and so on. The services 730 may provide other common services for the other software layers. The drivers 732 may be responsible for controlling or interfacing with the underlying hardware. For instance, the drivers 732 may include display drivers, camera drivers, Bluetooth® drivers, flash memory drivers, serial communication drivers (e.g., Universal Serial Bus (USB) drivers), Wi-Fi® drivers, audio drivers, power management drivers, and so forth depending on the hardware configuration.
The libraries 716 may provide a common infrastructure that may be utilized by the applications 720 or other components or layers. The libraries 716 typically provide functionality that allows other software modules to perform tasks in an easier fashion than to interface directly with the underlying operating system 714 functionality (e.g., kernel 728, services 730, and/or drivers 732). The libraries 716 may include system libraries 734 (e.g., C standard library) that may provide functions such as memory allocation functions, string manipulation functions, mathematic functions, and the like. In addition, the libraries 716 may include API libraries 736 such as media libraries (e.g., libraries to support presentation and manipulation of various media formats such as MPEG4, H.264, MP3, AAC, AMR, JPG, PNG), graphics libraries (e.g., an OpenGL framework that may be used to render 2D and 3D graphic content on a display), database libraries (e.g., SQLite that may provide various relational database functions), web libraries (e.g., WebKit that may provide web browsing functionality), and the like. The libraries 716 may also include a wide variety of other libraries 738 to provide many other APIs to the applications 720 and other software components/modules.
The frameworks/middleware 718 may provide a higher-level common infrastructure that may be utilized by the applications 720 or other software components/modules. For example, the frameworks/middleware 718 may provide various graphic user interface (GUI) functions, high-level resource management, high-level location services, and so forth. The frameworks/middleware 718 may provide a broad spectrum of other APIs that may be utilized by the applications 720 or other software components/modules, some of which may be specific to a particular operating system or platform.
The applications 720 include built-in applications 740 or third party applications 742. Examples of representative built-in applications 740 may include, but are not limited to, a contacts application, a browser application, a book reader application, a location application, a media application, a messaging application, or a game application. The third party applications 742 may include any of the built in applications 740 as well as a broad assortment of other applications. In a specific example, the third party application 742 (e.g., an application developed using the Android™ or iOS™ software development kit (SDK) by an entity other than the vendor of the particular platform) may be mobile software running on a mobile operating system such as iOS™, Android™, Windows' Phone, or other mobile operating systems. In this example, the third party application 742 may invoke the API calls 724 provided by the mobile operating system such as the operating system 714 to facilitate functionality described herein.
The applications 720 may utilize built-in operating system functions (e.g., kernel 728, services 730, and/or drivers 732), libraries (e.g., system libraries 734, API libraries 736, and other libraries 738), and frameworks/middleware 718 to create user interfaces to interact with users of the system. Alternatively, or additionally, in some systems, interactions with a user may occur through a presentation layer, such as the presentation layer 744. In these systems, the application/module “logic” can be separated from the aspects of the application/module that interact with a user.
Some software architectures utilize virtual machines. In the example of
The machine 800 may include processors 810, memory/storage 830, and I/O components 850, which may be configured to communicate with each other such as via a bus 802. In an example embodiment, the processors 810 (e.g., a Central Processing Unit (CPU), a Reduced Instruction Set Computing (RISC) processor, a Complex Instruction Set Computing (CISC) processor, a Graphics Processing Unit (GPU), a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Radio-Frequency Integrated Circuit (RFIC), another processor, or any suitable combination thereof) may include, for example, a processor 812 and a processor 814 that may execute the instructions 816. The term “processor” is intended to include a multi-core processor that may comprise two or more independent processors (sometimes referred to as “cores”) that may execute the instructions 816 contemporaneously. Although
The memory/storage 830 may include a memory 832, such as a main memory, or other memory storage, and a storage unit 836, both accessible to the processors 810 such as via the bus 802. The storage unit 836 and the memory 832 store the instructions 816 embodying any one or more of the methodologies or functions described herein. The instructions 816 may also reside, completely or partially, within the memory 832, within the storage unit 836, within at least one of the processors 810 (e.g., within the processor's cache memory), or any suitable combination thereof, during execution thereof by the machine 800. Accordingly, the memory 832, the storage unit 836, and the memory of the processors 810 are examples of machine-readable media.
As used herein, “machine-readable medium” means a device able to store instructions and data temporarily or permanently and may include, but not be limited to, random-access memory (RAM), read-only memory (ROM), buffer memory, flash memory, optical media, magnetic media, cache memory, other types of storage (e.g., Erasable Programmable Read-Only Memory (EEPROM)) or any suitable combination thereof. The term “machine-readable medium” should be taken to include a single medium or multiple media (e.g., a centralized or distributed database, or associated caches and servers) able to store the instructions 816. The term “machine-readable medium” shall also be taken to include any medium, or combination of multiple media, that is capable of storing instructions (e.g., instructions 816) for execution by a machine (e.g., machine 800), such that the instructions, when executed by one or more processors of the machine 800 (e.g., processors 810), cause the machine 800 to perform any one or more of the methodologies described herein. Accordingly, a “machine-readable medium” refers to a single storage apparatus or device, as well as “cloud-based” storage systems or storage networks that include multiple storage apparatus or devices. The term “machine-readable medium” excludes signals per se.
The I/O components 850 may include a wide variety of components to receive input, provide output, produce output, transmit information, exchange information, capture measurements, and so on. The specific I/O components 850 that are included in a particular machine will depend on the type of machine. For example, portable machines such as mobile phones will likely include a touch input device or other such input mechanisms, while a headless server machine will likely not include such a touch input device. It will be appreciated that the I/O components 850 may include many other components that are not shown in
In further example embodiments, the I/O components 850 may include biometric components 856, motion components 858, environmental components 860, or position components 862 among a wide array of other components. For example, the biometric components 856 may include components to detect expressions (e.g., hand expressions, facial expressions, vocal expressions, body gestures, or eye tracking), measure biosignals (e.g., blood pressure, heart rate, body temperature, perspiration, or brain waves), identify a person (e.g., voice identification, retinal identification, facial identification, fingerprint identification, or electroencephalogram based identification), and the like. The motion components 858 may include acceleration sensor components (e.g., accelerometer), gravitation sensor components, rotation sensor components (e.g., gyroscope), and so forth. The environmental components 860 may include, for example, illumination sensor components (e.g., photometer), temperature sensor components (e.g., one or more thermometers that detect ambient temperature), humidity sensor components, pressure sensor components (e.g., barometer), acoustic sensor components (e.g., one or more microphones that detect background noise), proximity sensor components (e.g., infrared sensors that detect nearby objects), gas sensors (e.g., gas detection sensors to detect concentrations of hazardous gases for safety or to measure pollutants in the atmosphere), or other components that may provide indications, measurements, or signals corresponding to a surrounding physical environment. The position components 862 may include location sensor components (e.g., a Global Position System (GPS) receiver component), altitude sensor components (e.g., altimeters or barometers that detect air pressure from which altitude may be derived), orientation sensor components (e.g., magnetometers), and the like.
Communication may be implemented using a wide variety of technologies. The I/O components 850 may include communication components 864 operable to couple the machine 800 to a network 880 or devices 870 via a coupling 882 and a coupling 872 respectively. For example, the communication components 864 may include a network interface component or other suitable device to interface with the network 880. In further examples, the communication components 864 may include wired communication components, wireless communication components, cellular communication components, Near Field Communication (NFC) components, Bluetooth® components (e.g., Bluetooth® Low Energy), Wi-Fi® components, and other communication components to provide communication via other modalities. The devices 870 may be another machine or any of a wide variety of peripheral devices (e.g., a peripheral device coupled via a Universal Serial Bus (USB)).
Moreover, the communication components 864 may detect identifiers or include components operable to detect identifiers. For example, the communication components 864 may include Radio Frequency Identification (RFID) tag reader components, NFC smart tag detection components, optical reader components (e.g., an optical sensor to detect one-dimensional bar codes such as Universal Product Code (UPC) bar code, multi-dimensional bar codes such as Quick Response (QR) code, Aztec code, Data Matrix, Dataglyph, MaxiCode, PDF417, Ultra Code, UCC RSS-2D bar code, and other optical codes), or acoustic detection components (e.g., microphones to identify tagged audio signals). In addition, a variety of information may be derived via the communication components 864, such as location via Internet Protocol (IP) geo-location, location via Wi-Fi® signal triangulation, location via detecting an NFC beacon signal that may indicate a particular location, and so forth.
In various example embodiments, one or more portions of the network 880 may be an ad hoc network, an intranet, an extranet, a virtual private network (VPN), a local area network (LAN), a wireless LAN (WLAN), a wide area network (WAN), a wireless WAN (WWAN), a metropolitan area network (MAN), the Internet, a portion of the Internet, a portion of the Public Switched Telephone Network (PSTN), a plain old telephone service (POTS) network, a cellular telephone network, a wireless network, a Wi-Fi® network, another type of network, or a combination of two or more such networks. For example, the network 880 or a portion of the network 880 may include a wireless or cellular network and the coupling 882 may be a Code Division Multiple Access (CDMA) connection, a Global System for Mobile communications (GSM) connection, or another type of cellular or wireless coupling. In this example, the coupling 882 may implement any of a variety of types of data transfer technology, such as Single Carrier Radio Transmission Technology (1×RTT), Evolution-Data Optimized (EVDO) technology, General Packet Radio Service (GPRS) technology, Enhanced Data rates for GSM Evolution (EDGE) technology, third Generation Partnership Project (3GPP) including 3G, fourth generation wireless (4G) networks, Universal Mobile Telecommunications System (UMTS), High Speed Packet Access (HSPA), Worldwide Interoperability for Microwave Access (WiMAX), Long Term Evolution (LTE) standard, others defined by various standard-setting organizations, other long range protocols, or other data transfer technology.
The instructions 816 may be transmitted or received over the network 880 using a transmission medium via a network interface device (e.g., a network interface component included in the communication components 864) and utilizing any one of a number of well-known transfer protocols (e.g., hypertext transfer protocol (HTTP)). Similarly, the instructions 816 may be transmitted or received using a transmission medium via the coupling 872 (e.g., a peer-to-peer coupling) to the devices 870. The term “transmission medium” shall be taken to include any intangible medium that is capable of storing, encoding, or carrying the instructions 816 for execution by the machine 800, and includes digital or analog communications signals or other intangible media to facilitate communication of such software.
Throughout this specification, plural instances may implement components, operations, or structures described as a single instance. Although individual operations of one or more methods are illustrated and described as separate operations, one or more of the individual operations may be performed concurrently, and nothing requires that the operations be performed in the order illustrated. Structures and functionality presented as separate components in example configurations may be implemented as a combined structure or component. Similarly, structures and functionality presented as a single component may be implemented as separate components. These and other variations, modifications, additions, and improvements fall within the scope of the subject matter herein.
Although an overview of the inventive subject matter has been described with reference to specific example embodiments, various modifications and changes may be made to these embodiments without departing from the broader scope of embodiments of the present disclosure. Such embodiments of the inventive subject matter may be referred to herein, individually or collectively, by the term “invention” merely for convenience and without intending to voluntarily limit the scope of this application to any single disclosure or inventive concept if more than one is, in fact, disclosed.
The embodiments illustrated herein are described in sufficient detail to enable those skilled in the art to practice the teachings disclosed. Other embodiments may be used and derived therefrom, such that structural and logical substitutions and changes may be made without departing from the scope of this disclosure. The Detailed Description, therefore, is not to be taken in a limiting sense, and the scope of various embodiments is defined only by the appended claims, along with the full range of equivalents to which such claims are entitled.
As used herein, the term “or” may be construed in either an inclusive or exclusive sense. Moreover, plural instances may be provided for resources, operations, or structures described herein as a single instance. Additionally, boundaries between various resources, operations, modules, engines, and data stores are somewhat arbitrary, and particular operations are illustrated in a context of specific illustrative configurations. Other allocations of functionality are envisioned and may fall within a scope of various embodiments of the present disclosure. In general, structures and functionality presented as separate resources in the example configurations may be implemented as a combined structure or resource. Similarly, structures and functionality presented as a single resource may be implemented as separate resources. These and other variations, modifications, additions, and improvements fall within a scope of embodiments of the present disclosure as represented by the appended claims. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.
This application claims the benefit of priority to U.S. Provisional Application Ser. No. 62/270,489, filed on Dec. 21, 2015; U.S. Provisional Application Ser. No. 62/293,922, filed on Feb. 11, 2016; and U.S. Provisional Application Ser. No. 62/294,060 filed on Feb. 11, 2016; which applications are incorporated herein by reference in their entirety.
Number | Date | Country | |
---|---|---|---|
62270489 | Dec 2015 | US | |
62293922 | Feb 2016 | US | |
62294060 | Feb 2016 | US |