Machine learning may be used to target communications to users. For example, machine learning models may predict user preferences (e.g., based on historical information associated with users) and select a communication to send to a user based on that user's predicted preferences.
Some implementations described herein relate to a system for applying rules to improve nearest neighbor matching. The system may include one or more memories and one or more processors communicatively coupled to the one or more memories. The one or more processors may be configured to receive a set of first data structures associated with a set of users. The one or more processors may be configured to receive a set of second data structures associated with a set of entities. The one or more processors may be configured to receive event information associated with the set of users and the set of entities. The one or more processors may be configured to generate an embedding space that encodes, a set of first nodes representing the set of users and based on the set of first data structures, a set of second nodes representing the set of entities and based on the set of second data structures, and a set of connections, between the set of first nodes and the set of second nodes, based on the event information. The one or more processors may be configured to identify a portion of the set of second nodes, for a selected first node in the set of first nodes, using a condition applied to the set of second nodes. The one or more processors may be configured to calculate weighted distances using a portion of the set of connections that corresponds to the portion of the set of second nodes and the selected first node. The one or more processors may be configured to generate at least one communication based on the weighted distances. The one or more processors may be configured to transmit the at least one communication to a user device associated with a user, in the set of users, represented by the selected first node.
Some implementations described herein relate to a method of applying rules to improve nearest neighbor matching. The method may include receiving, from a data source, a set of first data structures associated with a set of users. The method may include receiving, from the data source, a set of second data structures associated with a set of entities. The method may include receiving event information associated with the set of users and the set of entities. The method may include generating, by a machine learning system, an embedding space that represents the set of first data structures, the set of second data structures, and the event information. The method may include disregarding a portion of the set of second data structures, for a selected user in the set of users, using a condition in order to generate a subset of the set of second data structures. The method may include identifying at least one relevant entity, from the subset of the set of second data structures, using the embedding space. The method may include generating, by the machine learning system, at least one communication associated with the at least one relevant entity. The method may include outputting the at least one communication.
Some implementations described herein relate to a non-transitory computer-readable medium that stores a set of instructions for configuring rules to improve nearest neighbor matching. The set of instructions, when executed by one or more processors of a device, may cause the device to transmit, to a remote system, a registration message that authorizes a remote system to access event information. The set of instructions, when executed by one or more processors of the device, may cause the device to transmit, to the remote system, an indication of a condition. The set of instructions, when executed by one or more processors of the device, may cause the device to transmit, to the remote system, a data structure encoding at least one communication. The set of instructions, when executed by one or more processors of the device, may cause the device to receive, from the remote system, a confirmation that the at least one communication was sent to a selected user, based on an embedding space, that satisfies the condition.
The following detailed description of example implementations refers to the accompanying drawings. The same reference numbers in different drawings may identify the same or similar elements.
Transmitting communications (e.g., email messages, text messages, and/or push notifications, among other examples) consumes power and processing resources (both at a remote device, such as a server, that transmits the communications and at user devices that receive the communications) as well as network overhead. Accordingly, to transmit fewer communications with comparable efficiency, machine learning may be used to target the communications at a set of users.
Using machine learning may include mapping users to entities with a common embedding space. Accordingly, a nearest neighbor algorithm may be applied to select a set of users to receive a communication. However, nearest neighbor algorithms are computationally expensive. Additionally, when the number of users is high, significant memory overhead is used to calculate nearest neighbors because each user's distance from an entity is calculated and stored.
Some implementations described herein enable a condition to cull a set of users before determining nearest neighbors to an entity in a common embedding space. Applying the condition allows for some users, in the set of users, to be discarded before a nearest neighbor algorithm is applied. As a result, computational complexity of the nearest neighbor algorithm is reduced, which conserves power and processing resources. Additionally, memory overhead is reduced because distances, from the discarded users to the entity, are not calculated and thus are not stored.
As shown in
The registration message may authorize the machine learning system to access event information. For example, the event information may be stored locally (e.g., on a cache and/or another type of memory controlled by the machine learning system) and/or may be stored at least partially separate (e.g., logically, virtually, and/or physically) from the machine learning system. The registration message may include a set of credentials associated with the event information. For example, the set of credentials may include a username and password, a certificate, a private key, an access token, and/or biometric information, among other examples.
As shown by reference number 110, the machine learning system may transmit, and the event database may receive, a request for the event information. For example, the request may include a hypertext transfer protocol (HTTP) request and/or an application programming interface (API) call, among other examples. The request may include (e.g., in a header and/or as an argument) an indication of an entity for which the machine learning system is requesting event information. For example, the administrator device may be associated with a merchant, and the machine learning system may indicate the merchant in the request. Additionally, in some implementations, the request may include the set of credentials, as described above. Alternatively, the machine learning system may use the set of credentials to authenticate itself with the event database separately from transmitting the request. The machine learning system may transmit the request according to a schedule (e.g., once per hour or once per day, among other examples) and/or on demand (e.g., in response to a command). For example, the registration message from the administrator device may trigger the machine learning system to transmit the request.
As described above, the event information may be associated with an entity (e.g., a merchant). Additionally, in some implementations, the event information may further be associated with other entities (e.g., other merchants). For example, the machine learning system may be managed by (or at least associated with) a financial institution and/or a payment processor, and the event information may encode events associated with a plurality of entities served by the financial institution and/or the payment processor.
As shown by reference number 115, the event database may transmit, and the machine learning system may receive, the event information. The event database may transmit the event information in response to the request from the machine learning system. The event information may be included in an HTTP response and/or a return from an API call (e.g., as described above).
As shown in
In some implementations, the user of the administrator device may interact with the administrator device (e.g., via an input component of the administrator device) to trigger the administrator device to transmit the indication of the condition. For example, a web browser (or another type of application) executed by the administrator device may output a UI (e.g., via an output component of the administrator device), and the user may interact with the UI to trigger the administrator device to transmit the indication. In some implementations, the administrator device may transmit the indication of the condition in the registration message described above. Alternatively, the administrator device may transmit the indication of the condition separately (e.g., in response to a prompt received from the machine learning system).
Additionally, or alternatively, as shown by reference number 125, the administrator device may transmit, and the machine learning system may receive, an indication of a geographic area. The indication may include a zip code, a name of a metropolitan area, a set of coordinates that form a closed Cartesian shape, and/or another type of geographic indicator. The user of the administrator device may trigger the administrator device to transmit the indication of the geographic area similarly as described above for the indication of the condition. In some implementations, the administrator device may transmit the indication of the geographic area in the registration message described above. Additionally, or alternatively, the administrator device may transmit the indication of the geographic area in a same message as includes the indication of the condition. Additionally, or alternatively, the administrator device may transmit the indication of the geographic area separately from the registration message and/or the indication of the condition (e.g., in response to a prompt received from the machine learning system).
As shown in
The set of opt-in messages may authorize the machine learning system to access user information. For example, the user information may be stored locally (e.g., on a cache and/or another type of memory controlled by the machine learning system) and/or may be stored at least partially separate (e.g., logically, virtually, and/or physically) from the machine learning system. The set of opt-in messages may include sets of credentials associated with the user information. For example, the sets of credentials may include usernames and passwords, certificates, private keys, access tokens, and/or biometric information, among other examples.
As shown by reference number 135, the machine learning system may transmit, and the user/merchant database may receive, a request for user information. For example, the request may include an HTTP request and/or an API call, among other examples. The request may include (e.g., in a header and/or as an argument) an indication of the set of users for which the machine learning system is requesting user information. For example, the set of user devices may be associated with the set of users, and the machine learning system may indicate the set of users associated with the set of opt-in messages from the set of user devices. Additionally, in some implementations, the request may include a set of credentials that authorize the machine learning system to access the user information (e.g., received in the set of opt-in messages, as described above). Alternatively, the machine learning system may use the set of credentials to authenticate itself with the user/merchant database separately from transmitting the request. The machine learning system may transmit the request according to a schedule (e.g., once per hour or once per day, among other examples) and/or on demand (e.g., in response to a command). For example, the set of opt-in messages from the set of user devices may trigger the machine learning system to transmit the request.
As shown by reference number 140, the user/merchant database may transmit, and the machine learning system may receive, set of first data structures associated with the set of users. The user/merchant database may transmit the set of first data structures in response to the request from the machine learning system. The set of first data structures may be included in an HTTP response and/or a return from an API call (e.g., as described above). The set of first data structures may include demographic information (e.g., socioeconomic information and/or age information, among other examples), financial information (e.g., credit card balances and/or credit card limits, among other examples), and/or event information (e.g., indicating transactions performed by the set of users).
Additionally, the user/merchant database may transmit, and the machine learning system may receive, a set of second data structures associated with a set of entities (e.g., merchants). The set of second data structures may include geographic information (e.g., addresses and/or coordinates, among other examples), operating information (e.g., days open and/or hours of operation, among other examples), and/or event information (e.g., indicating transactions performed at the set of entities).
As shown by reference number 145, the machine learning system may generate an embedding space that represents the set of first data structures, the set of second data structures, and the event information. For example, the machine learning system may apply a machine learning model (e.g., trained and used similarly as the model described in connection with
Based on the embedding space, the machine learning system may apply the condition to identify a portion, of the set of second nodes, for a selected first node in the set of first nodes. The machine learning system may determine the selected first node randomly (or pseudo-randomly) or according to a sequence. The machine learning system may determine which second nodes (and thus which second data structures) fail to satisfy the condition for the selected first node (and thus the selected first data structure). Therefore, the machine learning system may disregard a portion of the set of second data structures, for the selected user and using the condition, in order to generate a subset of the set of second data structures. Additionally, or alternatively, the machine learning system may apply the geographic area to disregard the portion of the set of second data structures. For example, the machine learning system may disregard second nodes (and thus second data structures) based on whether a geographic area associated with the selected first node (and thus the selected first data structure) overlaps with geographic areas indicated for the set of second nodes.
The machine learning system may additionally calculate weighted distances using a portion of the set of connections that corresponds to the portion of the set of second nodes and the selected first node. In other words, multi-dimensional distances between a subset of the set of entities and the selected user may represent relevances of the subset of entities to the selected user (e.g., based on the condition and/or the event information). The distance may be weighted by one or more factors. For example, distance may be weighted by a payment provided by the entity in exchange for sending a communication (e.g., as described in connection with
As shown in
The machine learning system may generate the communication based on the weighted distances. For example, the machine learning system may identify a relevant entity (e.g., at least one relevant entity), represented by a second node in the portion of the set of second nodes, as a nearest neighbor using the weighted distances. Therefore, the machine learning model may include a nearest neighbor algorithm. Additionally, or alternatively, the machine learning system may apply the nearest neighbor algorithm to identify the relevant entity and may select the communication associated with the relevant entity.
In some implementations, the administrator device may transmit, and the machine learning system may receive, at least a portion of the communication. For example, the portion of the communication may include text and/or multimedia (e.g., to include in an email message or a text message). Alternatively, the administrator device may transmit data structure encoding the communication (e.g., a .msg file encoding an email message, among other examples). In a combinatory example, the administrator device may transmit multiple candidate communications (or portions thereof), and the machine learning system may select from the candidate communications (e.g., using a machine learning model, as described in connection with
The user of the administrator device may trigger the administrator device to transmit the (portion of the) communication similarly as described above for the indication of the condition. In some implementations, the administrator device may transmit the (portion of the) communication in the registration message described above. Additionally, or alternatively, the administrator device may transmit the (portion of the) communication in a same message as includes the indication of the condition and/or the indication of the geographic area. Additionally, or alternatively, the administrator device may transmit the (portion of the) communication separately from the registration message, the indication of the condition, and/or the indication of the geographic area (e.g., in response to a prompt received from the machine learning system).
As shown by reference number 155, the machine learning system may transmit, and a user device (e.g., one or more user devices) associated with a user represented by the selected first node may receive, the communication. For example, the machine learning system may cooperate with an email server (e.g., when the communication is an email message), a telecommunications network (e.g., when the communication is a text message), and/or another type of messaging service in order to deliver the communication. The event information may be associated with a first time period, and the communication may be associated with a second time period subsequent to the first time period. Thus, the event information may represent historical information (e.g., the first time period being in the past), and the communication may represent a future offer (e.g., the second time period being in the future).
As shown in
As shown by reference number 165, the machine learning system may determine statistics associated with the communication. For example, the machine learning system may determine whether the selected user actually read the communication. In another example, the machine learning system may determine whether the user frequented the relevant entity after receiving the communication (e.g., using additional event information associated with the set of users). Accordingly, the statistics may represent performance of the communication.
As shown by reference number by reference number 170, the machine learning system may transmit, and the administrator device may receive, an indication of the statistics. For example, because the entity associated with the administrator device may provide payment based on performance of the communication, the indication may include an amount associated with transmitting the communication (e.g., calculated based on whether the selected user actually read the communication and/or whether the selected user frequented the relevant entity after receiving the communication, among other examples). The indication of the statistics may be included in a same message as the indication that the communication was output or may be transmitted separately.
The processes described in connection with
By using techniques as described in connection with
Although the example 100 is described with selecting a first node and disregarding a portion of the second nodes, other examples may include a reverse order of operations. For example, the machine learning system may apply the condition to identify a portion, of the set of first nodes, for a selected second node in the set of second nodes. The machine learning system may determine the selected second node randomly (or pseudo-randomly) or according to a sequence. The machine learning system may determine which first nodes (and thus which first data structures) fail to satisfy the condition for the selected second node (and thus the selected second data structure). Therefore, the machine learning system may disregard a portion of the set of first data structures, for the selected entity and using the condition, in order to generate a subset of the set of first data structures.
As indicated above,
As shown by reference number 205, a machine learning model may be trained using a set of observations. The set of observations may be obtained from training data (e.g., historical data), such as data gathered during one or more processes described herein. In some implementations, the machine learning system may receive the set of observations (e.g., as input) from an event database and/or a user/merchant database, as described elsewhere herein.
As shown by reference number 210, the set of observations may include a feature set. The feature set may include a set of variables, and a variable may be referred to as a feature. A specific observation may include a set of variable values (or feature values) corresponding to the set of variables. In some implementations, the machine learning system may determine variables for a set of observations and/or variable values for a specific observation based on input received from the event database and/or the user/merchant database. For example, the machine learning system may identify a feature set (e.g., one or more features and/or feature values) by extracting the feature set from structured data, by performing natural language processing to extract the feature set from unstructured data, and/or by receiving input from an operator.
As an example, a feature set for a set of observations may include a first feature of which entity is under consideration, a second feature of whether a selected user is a new user for the entity, a third feature of weighted distance between the selected user and the entity, and so on. As shown, for a first observation, the first feature may have a value of “Entity 1,” the second feature may have a value of “No,” the third feature may have a value of D2, and so on. These features and feature values are provided as examples, and may differ in other examples.
As shown by reference number 215, the set of observations may be associated with a target variable. The target variable may represent a variable having a numeric value, may represent a variable having a numeric value that falls within a range of values or has some discrete possible values, may represent a variable that is selectable from one of multiple options (e.g., one of multiples classes, classifications, or labels) and/or may represent a variable having a Boolean value. A target variable may be associated with a target variable value, and a target variable value may be specific to an observation. In example 200, the target variable is a selected communication, which has a value of null for the first observation.
The feature set and target variable described above are provided as examples, and other examples may differ from what is described above. For example, the machine learning model may determine whether an entity is to be included (e.g., a target variable of “yes” or “no”) rather than determining a communication.
The target variable may represent a value that a machine learning model is being trained to predict, and the feature set may represent the variables that are input to a trained machine learning model to predict a value for the target variable. The set of observations may include target variable values so that the machine learning model can be trained to recognize patterns in the feature set that lead to a target variable value. A machine learning model that is trained to predict a target variable value may be referred to as a supervised learning model.
In some implementations, the machine learning model may be trained on a set of observations that do not include a target variable. This may be referred to as an unsupervised learning model. In this case, the machine learning model may learn patterns from the set of observations without labeling or supervision, and may provide output that indicates such patterns, such as by using clustering and/or association to identify related groups of items within the set of observations.
As shown by reference number 220, the machine learning system may train a machine learning model using the set of observations and using one or more machine learning algorithms, such as a regression algorithm, a decision tree algorithm, a neural network algorithm, a k-nearest neighbor algorithm, a support vector machine algorithm, or the like. After training, the machine learning system may store the machine learning model as a trained machine learning model 225 to be used to analyze new observations.
As an example, the machine learning system may obtain training data for the set of observations based on event information. For example, the event information may be labeled based on which entities were relevant to users in the past, and the machine learning system may use the labeled event information for training. In another example, the event information may be unlabeled, and the machine learning system may use deep learning for training.
As shown by reference number 230, the machine learning system may apply the trained machine learning model 225 to a new observation, such as by receiving a new observation and inputting the new observation to the trained machine learning model 225. As shown, the new observation may include a first feature of “Entity 3,” a second feature of “Yes,” a third feature of D1, and so on, as an example. The machine learning system may apply the trained machine learning model 225 to the new observation to generate an output (e.g., a result). The type of output may depend on the type of machine learning model and/or the type of machine learning task being performed. For example, the output may include a predicted value of a target variable, such as when supervised learning is employed. Additionally, or alternatively, the output may include information that identifies a cluster to which the new observation belongs and/or information that indicates a degree of similarity between the new observation and one or more other observations, such as when unsupervised learning is employed.
As an example, the trained machine learning model 225 may predict a value of communication #2 for the target variable of a selected communication for the new observation, as shown by reference number 235. Based on this prediction, the machine learning system may provide a first recommendation, may provide output for determination of a first recommendation, may perform a first automated action, and/or may cause a first automated action to be performed (e.g., by instructing another device to perform the automated action), among other examples. The first recommendation may include, for example, a recommendation to transmit communication #2 to a user associated with the new observation. The first automated action may include, for example, transmitting communication #2 to the user associated with the new observation.
As another example, if the machine learning system were to predict a value of communication #1 for the target variable of a selected communication, then the machine learning system may provide a second (e.g., different) recommendation (e.g., a recommendation to transmit communication #1 to a user associated with the observation) and/or may perform or cause performance of a second (e.g., different) automated action (e.g., transmitting communication #1 to the user associated with the observation).
In some implementations, the trained machine learning model 225 may classify (e.g., cluster) the new observation in a cluster, as shown by reference number 240. The observations within a cluster may have a threshold degree of similarity. As an example, if the machine learning system classifies the new observation in a first cluster (e.g., associated with communication #2), then the machine learning system may provide a first recommendation, such as the first recommendation described above. Additionally, or alternatively, the machine learning system may perform a first automated action and/or may cause a first automated action to be performed (e.g., by instructing another device to perform the automated action) based on classifying the new observation in the first cluster, such as the first automated action described above.
As another example, if the machine learning system were to classify the new observation in a second cluster (e.g., associated with no communication), then the machine learning system may provide a second (e.g., different) recommendation (e.g., refraining from transmitting a communication to a user associated with the new observation) and/or may perform or cause performance of a second (e.g., different) automated action, such as discarding an entity associated with the new observation from a list of relevant entities for the user.
In some implementations, the recommendation and/or the automated action associated with the new observation may be based on a target variable value having a particular label (e.g., classification or categorization), may be based on whether a target variable value satisfies one or more threshold (e.g., whether the target variable value is greater than a threshold, is less than a threshold, is equal to a threshold, falls within a range of threshold values, or the like), and/or may be based on a cluster in which the new observation is classified.
In some implementations, the trained machine learning model 225 may be re-trained using feedback information. For example, feedback may be provided to the machine learning model. The feedback may be associated with actions performed based on the recommendations provided by the trained machine learning model 225 and/or automated actions performed, or caused, by the trained machine learning model 225. In other words, the recommendations and/or actions output by the trained machine learning model 225 may be used as inputs to re-train the machine learning model (e.g., a feedback loop may be used to train and/or update the machine learning model). For example, the feedback information may include whether a user viewed the communication, whether the user frequented an entity associated with the communication, and/or a rating from the user associated with the communication, among other examples.
In this way, the machine learning system may apply a rigorous and automated process to targeting communications based on nearest neighbors. The machine learning system may enable recognition and/or identification of tens, hundreds, thousands, or millions of features and/or feature values for tens, hundreds, thousands, or millions of observations, thereby increasing accuracy and consistency and reducing delay associated with transmitting communications indiscriminately.
As indicated above,
The cloud computing system 302 may include computing hardware 303, a resource management component 304, a host operating system (OS) 305, and/or one or more virtual computing systems 306. The cloud computing system 302 may execute on, for example, an Amazon Web Services platform, a Microsoft Azure platform, or a Snowflake platform. The resource management component 304 may perform virtualization (e.g., abstraction) of computing hardware 303 to create the one or more virtual computing systems 306. Using virtualization, the resource management component 304 enables a single computing device (e.g., a computer or a server) to operate like multiple computing devices, such as by creating multiple isolated virtual computing systems 306 from computing hardware 303 of the single computing device. In this way, computing hardware 303 can operate more efficiently, with lower power consumption, higher reliability, higher availability, higher utilization, greater flexibility, and lower cost than using separate computing devices.
The computing hardware 303 may include hardware and corresponding resources from one or more computing devices. For example, computing hardware 303 may include hardware from a single computing device (e.g., a single server) or from multiple computing devices (e.g., multiple servers), such as multiple computing devices in one or more data centers. As shown, computing hardware 303 may include one or more processors 307, one or more memories 308, and/or one or more networking components 309. Examples of a processor, a memory, and a networking component (e.g., a communication component) are described elsewhere herein.
The resource management component 304 may include a virtualization application (e.g., executing on hardware, such as computing hardware 303) capable of virtualizing computing hardware 303 to start, stop, and/or manage one or more virtual computing systems 306. For example, the resource management component 304 may include a hypervisor (e.g., a bare-metal or Type 1 hypervisor, a hosted or Type 2 hypervisor, or another type of hypervisor) or a virtual machine monitor, such as when the virtual computing systems 306 are virtual machines 310. Additionally, or alternatively, the resource management component 304 may include a container manager, such as when the virtual computing systems 306 are containers 311. In some implementations, the resource management component 304 executes within and/or in coordination with a host operating system 305.
A virtual computing system 306 may include a virtual environment that enables cloud-based execution of operations and/or processes described herein using computing hardware 303. As shown, a virtual computing system 306 may include a virtual machine 310, a container 311, or a hybrid environment 312 that includes a virtual machine and a container, among other examples. A virtual computing system 306 may execute one or more applications using a file system that includes binary files, software libraries, and/or other resources required to execute applications on a guest operating system (e.g., within the virtual computing system 306) or the host operating system 305.
Although the machine learning system 301 may include one or more elements 303-312 of the cloud computing system 302, may execute within the cloud computing system 302, and/or may be hosted within the cloud computing system 302, in some implementations, the machine learning system 301 may not be cloud-based (e.g., may be implemented outside of a cloud computing system) or may be partially cloud-based. For example, the machine learning system 301 may include one or more devices that are not part of the cloud computing system 302, such as device 400 of
The network 320 may include one or more wired and/or wireless networks. For example, the network 320 may include a cellular network, a public land mobile network (PLMN), a local area network (LAN), a wide area network (WAN), a private network, the Internet, and/or a combination of these or other types of networks. The network 320 enables communication among the devices of the environment 300.
The administrator device 330 may include one or more devices capable of receiving, generating, storing, processing, and/or providing registration messages, as described elsewhere herein. The administrator device 330 may include a communication device and/or a computing device. For example, the administrator device 330 may include a wireless communication device, a mobile phone, a user equipment, a laptop computer, a tablet computer, a desktop computer, a gaming console, a set-top box, a wearable communication device (e.g., a smart wristwatch, a pair of smart eyeglasses, a head mounted display, or a virtual reality headset), or a similar type of device. The administrator device 330 may communicate with one or more other devices of environment 300, as described elsewhere herein.
The event database 340 may be implemented using one or more devices capable of receiving, generating, storing, processing, and/or providing event information, as described elsewhere herein. The event database 340 may be implemented using a communication device and/or a computing device. For example, the event database 340 may be implemented using a server, a database server, an application server, a client server, a web server, a host server, a proxy server, a virtual server (e.g., executing on computing hardware), a server in a cloud computing system, a device that includes computing hardware used in a cloud computing environment, or a similar type of device. The event database 340 may communicate with one or more other devices of environment 300, as described elsewhere herein.
The user/merchant database 350 may be implemented using one or more devices capable of receiving, generating, storing, processing, and/or providing data structures, as described elsewhere herein. The user/merchant database 350 may be implemented using a communication device and/or a computing device. For example, the user/merchant database 350 may be implemented using a server, a database server, an application server, a client server, a web server, a host server, a proxy server, a virtual server (e.g., executing on computing hardware), a server in a cloud computing system, a device that includes computing hardware used in a cloud computing environment, or a similar type of device. The user/merchant database 350 may communicate with one or more other devices of environment 300, as described elsewhere herein.
The set of user devices 360 may include one or more devices capable of receiving, generating, storing, processing, and/or providing opt-in messages, as described elsewhere herein. The set of user devices 360 may include a set of communication devices and/or computing devices. For example, the set of user devices 360 may include a wireless communication device, a mobile phone, a user equipment, a laptop computer, a tablet computer, a desktop computer, a gaming console, a set-top box, a wearable communication device (e.g., a smart wristwatch, a pair of smart eyeglasses, a head mounted display, or a virtual reality headset), or a similar type of device. The set of user devices 360 may communicate with one or more other devices of environment 300, as described elsewhere herein.
The number and arrangement of devices and networks shown in
The bus 410 may include one or more components that enable wired and/or wireless communication among the components of the device 400. The bus 410 may couple together two or more components of
The memory 430 may include volatile and/or nonvolatile memory. For example, the memory 430 may include random access memory (RAM), read only memory (ROM), a hard disk drive, and/or another type of memory (e.g., a flash memory, a magnetic memory, and/or an optical memory). The memory 430 may include internal memory (e.g., RAM, ROM, or a hard disk drive) and/or removable memory (e.g., removable via a universal serial bus connection). The memory 430 may be a non-transitory computer-readable medium. The memory 430 may store information, one or more instructions, and/or software (e.g., one or more software applications) related to the operation of the device 400. In some implementations, the memory 430 may include one or more memories that are coupled (e.g., communicatively coupled) to one or more processors (e.g., processor 420), such as via the bus 410. Communicative coupling between a processor 420 and a memory 430 may enable the processor 420 to read and/or process information stored in the memory 430 and/or to store information in the memory 430.
The input component 440 may enable the device 400 to receive input, such as user input and/or sensed input. For example, the input component 440 may include a touch screen, a keyboard, a keypad, a mouse, a button, a microphone, a switch, a sensor, a global positioning system sensor, a global navigation satellite system sensor, an accelerometer, a gyroscope, and/or an actuator. The output component 450 may enable the device 400 to provide output, such as via a display, a speaker, and/or a light-emitting diode. The communication component 460 may enable the device 400 to communicate with other devices via a wired connection and/or a wireless connection. For example, the communication component 460 may include a receiver, a transmitter, a transceiver, a modem, a network interface card, and/or an antenna.
The device 400 may perform one or more operations or processes described herein. For example, a non-transitory computer-readable medium (e.g., memory 430) may store a set of instructions (e.g., one or more instructions or code) for execution by the processor 420. The processor 420 may execute the set of instructions to perform one or more operations or processes described herein. In some implementations, execution of the set of instructions, by one or more processors 420, causes the one or more processors 420 and/or the device 400 to perform one or more operations or processes described herein. In some implementations, hardwired circuitry may be used instead of or in combination with the instructions to perform one or more operations or processes described herein. Additionally, or alternatively, the processor 420 may be configured to perform one or more operations or processes described herein. Thus, implementations described herein are not limited to any specific combination of hardware circuitry and software.
The number and arrangement of components shown in
As shown in
As further shown in
As further shown in
As further shown in
As further shown in
As further shown in
As further shown in
As further shown in
Although
The foregoing disclosure provides illustration and description, but is not intended to be exhaustive or to limit the implementations to the precise forms disclosed. Modifications may be made in light of the above disclosure or may be acquired from practice of the implementations.
As used herein, the term “component” is intended to be broadly construed as hardware, firmware, or a combination of hardware and software. It will be apparent that systems and/or methods described herein may be implemented in different forms of hardware, firmware, and/or a combination of hardware and software. The hardware and/or software code described herein for implementing aspects of the disclosure should not be construed as limiting the scope of the disclosure. Thus, the operation and behavior of the systems and/or methods are described herein without reference to specific software code-it being understood that software and hardware can be used to implement the systems and/or methods based on the description herein.
As used herein, satisfying a threshold may, depending on the context, refer to a value being greater than the threshold, greater than or equal to the threshold, less than the threshold, less than or equal to the threshold, equal to the threshold, not equal to the threshold, or the like.
Although particular combinations of features are recited in the claims and/or disclosed in the specification, these combinations are not intended to limit the disclosure of various implementations. In fact, many of these features may be combined in ways not specifically recited in the claims and/or disclosed in the specification. Although each dependent claim listed below may directly depend on only one claim, the disclosure of various implementations includes each dependent claim in combination with every other claim in the claim set. As used herein, a phrase referring to “at least one of” a list of items refers to any combination and permutation of those items, including single members. As an example, “at least one of: a, b, or c” is intended to cover a, b, c, a-b, a-c, b-c, and a-b-c, as well as any combination with multiple of the same item. As used herein, the term “and/or” used to connect items in a list refers to any combination and any permutation of those items, including single members (e.g., an individual item in the list). As an example, “a, b, and/or c” is intended to cover a, b, c, a-b, a-c, b-c, and a-b-c.
When “a processor” or “one or more processors” (or another device or component, such as “a controller” or “one or more controllers”) is described or claimed (within a single claim or across multiple claims) as performing multiple operations or being configured to perform multiple operations, this language is intended to broadly cover a variety of processor architectures and environments. For example, unless explicitly claimed otherwise (e.g., via the use of “first processor” and “second processor” or other language that differentiates processors in the claims), this language is intended to cover a single processor performing or being configured to perform all of the operations, a group of processors collectively performing or being configured to perform all of the operations, a first processor performing or being configured to perform a first operation and a second processor performing or being configured to perform a second operation, or any combination of processors performing or being configured to perform the operations. For example, when a claim has the form “one or more processors configured to: perform X; perform Y; and perform Z,” that claim should be interpreted to mean “one or more processors configured to perform X; one or more (possibly different) processors configured to perform Y; and one or more (also possibly different) processors configured to perform Z.”
No element, act, or instruction used herein should be construed as critical or essential unless explicitly described as such. Also, as used herein, the articles “a” and “an” are intended to include one or more items, and may be used interchangeably with “one or more.” Further, as used herein, the article “the” is intended to include one or more items referenced in connection with the article “the” and may be used interchangeably with “the one or more.” Furthermore, as used herein, the term “set” is intended to include one or more items (e.g., related items, unrelated items, or a combination of related and unrelated items), and may be used interchangeably with “one or more.” Where only one item is intended, the phrase “only one” or similar language is used. Also, as used herein, the terms “has,” “have,” “having,” or the like are intended to be open-ended terms. Further, the phrase “based on” is intended to mean “based, at least in part, on” unless explicitly stated otherwise. Also, as used herein, the term “or” is intended to be inclusive when used in a series and may be used interchangeably with “and/or,” unless explicitly stated otherwise (e.g., if used in combination with “either” or “only one of”).