The disclosed subject matter relates to providing latent feature dimensionality bounds for robust machine learning on high dimensional datasets.
With data driven decision models becoming increasingly common, decision models are being built to predict or estimate a specific outcome that forms the basis for automated decisions. Most models are built using datasets collected as part of standard business processes. The datasets are first curated and cleaned before the data sets are used for building the decision models and typically contain as much data as possible to drive a decision.
Data used for building a decision model typically includes the observed phenomena corresponding to the business processes, which is essentially what the decision model is trying to predict to inform a decision. The data collected is used in predicting an outcome, but the actual combination of data elements and subsequent machine learning formulas are hidden by both physical processes and the approximation of the relationships describing a process.
Relationships that are hidden, or latent in describing a process, are generally referred to as latent variables. Some of these latent variables could be attributed to the way data collection happens and not necessarily based on catching key decision variables. Realistically, understanding the nature of the key decision variables and how to collect the actual driving variables or latent variables is impractical, expensive or just impossible, considering the complex nature of relationships and variables that implement a decision model.
This inability to directly observe and quantify the direct causal driving variables of an outcome is one of the biggest challenges in working with data driven decisions and is the key reason for the rise in machine learning models, also referred to as artificial intelligence (AI) models. A machine learning model approximates the latent variables based on the data elements made available to the machine learning algorithms. Finding the fundamental dimensionality or the count of latent features defining the decision is typically extremely hard and may be based on a combination of long-term research into decision variables (decades in some problem areas), incredibly insightful data scientists, or sheer luck.
A lack of understanding of the fundamental dimensions of a decision model can have adverse implications. For example, incorrect or inaccurate estimation of the dimensions can lead to the decision model learning spurious or non-causal relationships, which are the result of noise in the data collected. Improved methods and systems are needed to compute the latent feature dimensionality of any given dataset. Having an understanding of the latent feature dimensionality will help improve the existing machine learning models to be more robust and stable.
For purposes of summarizing, certain aspects, advantages, and novel features have been described herein. It is to be understood that not all such advantages may be achieved in accordance with any one particular embodiment. Thus, the disclosed subject matter may be embodied or carried out in a manner that achieves or optimizes one advantage or group of advantages without achieving all advantages as may be taught or suggested herein.
In accordance with one or more embodiments, computer-implemented methods, products and systems for quantifying appropriate machine learning model complexity corresponding to a training dataset are provided. The method comprises monitoring, using one or more processors, N observed variables, v1 through vN, of a training dataset for a machine learning model, as provided in further detail below.
Depending on implementation, the N observed variables may be translated into m equisized bin indexes which generate mN possible equisized hypercells to estimate a fundamental dimensionality for the dataset. and one or more samples may be generated by assigning a record in the dataset with numbers j through k as set id. A merged sample Si, may be generated for one or more values of the set id i, where i goes from j to k. A fractal dimension of the equisized hypercube phase space may be computed based on count of cells with data coverage of at least one data point.
In one implementation, training data in the training dataset excludes class labels for the purpose of computing latent feature dimensionality. The samples may be generated as k-fold cross samples applied to the training dataset to randomly split the training dataset into k subsets. The N observed variables may be normalized to a range of 0 to 1 and translated into m equisized bin indexes. The m equisized bin indexes generate mN possible equisized hypercells with edge size 1/m. The sample Si includes records with set ids 1 through k, excluding i. The binning starts from two bins and the number of bins is iteratively increased by splitting the bins into equisized bins of 1/m.
In accordance with one or more aspects, a fractional dimension may be approximated by the box-counting dimension with a minimum coverage, wherein the fractal dimension is computed using k-cross fold validation. A fundamental embedding dimension or optimal number of latent features may be given by Takens Theorem. A population of mN possible equisized hypercells may be represented by a key value NOSQL database. The key value may be an index of N bin values corresponding to N variables in the data set. The population of mN possible equisized hypercells may be the number of initialized values of the NOSQL database.
Implementations of the current subject matter may include, without limitation, systems and methods consistent with the above methodology and processes, including one or more features and articles that comprise a tangibly embodied machine or computer-readable medium operable to cause one or more machines (e.g., computers, processors, etc.) to result in operations disclosed herein, by way of, for example, logic code or one or more computing programs that cause one or more processors to perform one or more of the disclosed operations or functionalities. The machines may exchange data, commands or other instructions via one or more connections, including but not limited to a connection over a network.
The details of one or more variations of the subject matter described herein are set forth in the accompanying drawings and the description below. Other features and advantages of the subject matter described herein will be apparent from the description and drawings, and from the claims. The disclosed subject matter is not, however, limited to any particular embodiment disclosed.
The accompanying drawings, which are incorporated in and constitute a part of this specification, show certain aspects of the subject matter disclosed herein and, together with the description, help explain some of the principles associated with the disclosed implementations as provided below.
The figures may not be to scale in absolute or comparative terms and are intended to be exemplary. The relative placement of features and elements may have been modified for the purpose of illustrative clarity. Where practical, the same or similar reference numbers denote the same or similar or equivalent structures, features, aspects, or elements, in accordance with one or more embodiments.
In the following, numerous specific details are set forth to provide a thorough description of various embodiments. Certain embodiments may be practiced without these specific details or with some variations in detail. In some instances, certain features are described in less detail so as not to obscure other aspects. The level of detail associated with each of the elements or features should not be construed to qualify the novelty or importance of one feature over the others.
Referring to
Computing system 120 and server system 122 may be implemented over a centralized or distributed (e.g., cloud-based) computing environment as dedicated resources or may be configured as virtual machines that define shared processing or storage resources. Execution, implementation or instantiation of software 124, or the related features and components (e.g., software objects), over server system 122 may also define a special purpose machine that provides remotely situated client systems, such as computing system 110 or software 112, with access to a variety of data and services as provided below. In accordance with one or more implementations, the provided services by the special purpose machine or software 124 may include providing the ability to estimate the correct fundamental dimensionality of the latent features of a neural network describing a high dimensional dynamical system.
In some aspects, the optimal number of hidden nodes within a neural network model is well represented by the fundamental dimensionality of the manifold on which the data sits. The method described herein provides a way to estimate the fundamental dimension corresponding to a given dataset. A k-cross sampling technique may be implemented to provide robust reliable bounds on the estimated fundamental dimension corresponding to the given dataset. The estimated fundamental dimension is a good representation of the underlying number of latent features and hence the optimal number of hidden nodes to capture the nonlinear dynamics of a machine learning model. Further, an efficient fractal dimension computation may be offered using NOSQL database, improving the subsequent fundamental dimension estimation in speed and efficiency. Using the disclosed methods herein, guidance may be provided to the ideal neural network architecture allowing data scientists to avoid under and over training of the neural network leading to either under performance or over-fitted models capturing spurious relationships and noise in the data set which won't generalize. Other improvements include the circumvention of the need for expensive exhaustive grid search for number of hidden nodes.
In AI models, the fundamental dimensionality of a dataset that is used to train the model is most often not represented by the count of the observed data variables. The data collected from a business process is nearly always not smoothly distributed in the phase space, but concentrated around a non-linear manifold of much lower dimensionality. Latent variables define the dimensions of manifold capturing relationships between one or more observed variables in the larger variable space. A direct implication of this phenomenon is that the observed variables as encoded in the dataset do not linearly influence the distribution of the data with respect to the outcome of interest but combine in a non-linear fashion to define the latent variables which drive a prediction of the outcome, for example, whether an individual credit card will be fraud or not fraud based on 100s of features input to a machine learning model.
Being able to identify the fundamental dimensionality of the data set and approximate the number of underlying latent variables at the manifold level has a substantial influence on model quality, complexity and accuracy. AI models are representations of the data on which the models are trained. The models are configured for compressing the essential dynamics and relationships in the data space into latent features that drive prediction or identification of two or more classes of outcome. In the conventional machine learning approaches, measurement of the dimensionality of the latent feature space can be performed unsystematically or can be simply ignored.
Further, data scientists often resort to trying to measure information overlap between input features to reduce the input variable space without a notion of the non-linear dynamics that drive the class outcomes. This leads to undesirable effects, especially when the number of variables selected does not truly reflect the underlying latent dimensionality. In some scenarios, information loss and a suboptimal model may result, irrespective of the model architecture chosen. Also, in the conventional AI models, there is a tendency to over-specify models to try to capture some ‘unknown’ set of latent features in the data. This unfortunately leads to unnecessarily complex models and models that don't truly generalize in operations.
In accordance with one implementation, the ability to determine or estimate the true latent feature dimensionality allows a data scientist to specify the machine learning architecture with the correct number of latent features that would allow the models to encode the proper nonlinear relationships leading to the most optimal model without information loss or encoding of noise and spurious nonlinearities. Because data is almost never smoothly distributed in the data phase space, the data may be concentrated around a non-linear manifold of a much lower dimensionality. Thus, various subspaces in the data phase space may have different data coverage.
Data coverage refers to the number of data points available in a specific subspace of a data phase space. If each of the observed variables is binned into certain number of bins, the resultant hypercells formed by combinations of these bins will have differing numbers of data points due to the non-uniform distribution of the data points in the phase space. If a variable is binned into m bins, for example, the original N dimensional hypercube containing the entire data points is split into mN number of hypercells. Some of these hypercells will have no data coverage, whereas others around the underlying manifold region will have sufficient data coverage. Consider for example binning a 12 dimensional dataset with each variable binned into 10 bins. This will lead to 1012 hypercells, which is one trillion hypercells. Given that many datasets have far fewer number of data records, even for a relatively low dimensional dataset such as this example, 10 bins for each dimension leads to the majority of the hypercells being unpopulated.
Fractal Dimension and Fundamental Dimension
In certain embodiments, the fundamental dimension of the data relationships encapsulated within an available dataset may be computed using the empirical technique provided herein, by way of estimating the Fractal Dimension and using it as the basis of the fundamental dimensionality of data relationships. A dataset is represented on a simpler manifold represented by the fundamental dimensionality compared to the original dimensionality of the dataset. A dataset that represents multiple classes, such as a dataset representing fraud vs non-fraud outcomes, can also be treated using the proposed technique. For a dataset with two or more classes the localization of the various classes are represented by simpler decision boundaries on this fundamental manifold.
For example, consider a dataset representing various road conditions and the corresponding likelihood of an accident. The manifold dimension represented by the two observed variables, presence/absence of water on the road surface and the temperature of the road surface creates an important latent feature the presence/absence of ice. This manifold dimension is imputed irrespective of the class outcome (accident or no accident) and rather this dimension informs the likelihood of accident. In fact, various classes may sit across the same fundamental manifold with different probability distributions in different regions of this manifold with a decision boundary separating the classes.
Referring to
As shown, in a two-dimensional data distribution where the data is not uniformly distributed, both the dimensions may be binned iteratively into increasing number of bins. As the number of bins increases, more and more proportions of resultant cells are presented without any data points. In
The fractal dimension, or the box counting dimension, D, may be given by:
η=ε−D (1)
where, η is the number of measuring units, and ε is size of the measuring unit.
Thus, the dimension of the space is given by:
Consider, for example, a 3-dimensional space, with N=3, that is uniformly filled with data points. Further, consider that the dimensions are scaled between values of 0 and 1. We then split the 3 dimensions in 2 equal sized bins. This gives us the size of the measuring unit to be ½, i.e., ε=½. This leads to our 3-dimensional cube being split into 8 smaller cubes, each uniformly filled, i.e., η=8. This gives us the computed fractal dimensionality, D=3, using equation (2). Note an important relationship between number of bins for each dimension and the size of the measuring unit, ε=1/m.
Consider the scenario where the data is not uniformly distributed, but instead concentrated in certain localized regions in the 3-dimensional space. In such a case, by splitting each dimension in 2 equal bins, i.e., ε=½, some of the cubes will be empty of data points. These cells which do not have any data points are said to have zero data coverage. For example, assume 5 smaller cubes that have data coverage, with the remaining 3 cubes being empty. In such a case, η=5, and this gives us the computed fractal dimensionality, D=2.32, using equation (2).
A two-dimensional example in
After estimating a fractal dimension for a given dataset, its fundamental dimensionality at the manifold level can be estimated by leveraging Takens' Theorem. Takens' Theorem establishes the embedding dimension of the dynamics is more than 2 times the Fractal dimension.
As we are trying to embed the dynamics and data relationships into the latent features, the fundamental dimension is the embedding dimension. Thus, the fundamental dimensionality, DF, follows the following relationship with the fractal dimension, D:
D
F≤2D+1 (3)
The fundamental dimension, DF, may need to be an integer in building machine learning models. The formula may be adjusted to an integer value of DF as shown in equation (4) below:
D
F=ROUNDUP(2D+1) (4)
where, ROUNDUP returns the smallest integer value larger than or equal to the supplied value of 2D+1.
In one aspect, to compute the fundamental dimension of a data phase space, the fractal dimension is computed as represented by equation (2), and then leverage equation (4) to get an estimate of the fundamental dimension, DF. DF is the theoretical embedding dimension based on the fractal dimension, D.
In one implementation, a data phase space is defined in terms of the N observed variables, v1 . . . vN, in the dataset. Class labels are not considered in the variable counts. For each variable, vi, we consider their minimum value, vi,min and their maximum value, vi,max. The variable may be scaled between 0 and 1 and equisized into m bins of size ε=1/m. To do this, we assign a bin index, j, to the value of the variable vi, where the bin index j for the supplied value of vi is given by:
where the function INT( ) returns the integer part of a decimal number supplied as the parameter and min( ) function returns the minimum of the two values supplied to it.
Using equation (5) for each data point, we calculate the bin indices for each of the N observed variables, v1 . . . vN. The choice of equisized bin is deliberate, in certain embodiments, so that the size of the corresponding measuring unit is consistently 1/m, or ε. This generates a set of hypercells with each of their edges of the size E. For each hypercell, we then measure whether there is data coverage. A schematic example of this approach is shown in
The binning is done iteratively by splitting each of the N observed variables into successively increasing number of equisized hypercubes, i.e., increasing values of m, with the edges of the hypercells of size 1/m. As m increases, the size of measuring unit decreases resulting in finer hypercells and lesser number of them being populated with data points.
In accordance with one implementation, the number of cells, η, that are populated by data points are counted, i.e., have data coverage. Leveraging equation (2), we then compute the fractal dimension of the data subspace for the equisized hypercells with edge size of E or 1/m. We control the value of E by varying the value of m. Note that equation (2) can be rewritten, for a particular value of m, in terms of the populated hypercells, as follows:
The estimation of fractal dimension is influenced by the number of data points in the dataset and the underlying distribution of such data point. As the number of hypercells, m, increases, the data coverage of the hypercells is quickly reduced. To avoid loss of information while calculating fractal dimension, cells with a minimum data coverage are considered. In practice, taking a large minimum data coverage is not sometimes viable due to loss of data points, and the minimum data coverage can often be taken as 1 data point. Thus, Equation (6.a) can be adjusted to consider all the cells that are populated with a minimum number of data points, i.e., have a minimum threshold of data coverage, 0, as follows:
Correspondingly, the fundamental dimension expressed by equation (4) is restated as follows:
D
m
F(Θ)=ROUNDUP(2Dm(Θ)+1) (6.c)
In certain aspects, Θ=1 is considered by default and DmF(1) is specified as DmF. The computed fractal dimension, converges with increasing hypercells.
Referring to
As the edge size E (=1/m) decreases, the number of equisized hypercubes increases and the computed value of the fractal dimension converges to a value that we refer to as converged fractal dimension. Thus, the converged fractal dimension is given by:
D
conv(Θ)=Dm(Θ) for large values of m (7)
To determine statistically reliable estimates for the converged fractal dimension, a k-fold cross sampling may be applied on the given dataset. The dataset may be randomly split into k subsets, numbered 1 through k respectively. This can be achieved by randomly assigning each of the records, or data points, in the dataset a number between 1 and k, both inclusive, as a set id. For value of the set id, denoted by i, the remaining k−1 subsets may be merged to generate merged samples, Si. Thus, the sample Si may have all the records, or data points, with the set ids of 1 through k, except set id i.
For a merged sample Si, the converged fractal dimension, Diconv(Θ) is computed, using equation (7) by considering hypercells generated from Si with data coverage of at least 1 data point. This allows for the generation of k values of the converged fractal dimension for the given dataset. The mean value of this distribution, Dμconv(Θ), is taken as the estimate of the converged fractal dimension and its confidence interval is provided by the standard deviation of this distribution, Dσconv(Θ).
The converged fractal dimensionality of the dataset may thus be estimated and then leverage equation (6.c) may be used to get an estimate of the fundamental dimensionality of the dataset, which may be rewritten as follows:
D
F=ROUNDUP[2Dμconv+1] (9)
where, Dμconv is the estimated mean value of converged fractal dimension computed using k-fold cross sampling, as given by equation (8.a).
Referring to
Generate k-fold cross samples as follows:
To generate equisized bins, a variable may be normalized between 0 and 1 and then split into equisized bins of 1/m. The bin index may be determined by equation (5), which generates mN equisized hypercells with edge size 1/m and equation (9) may be used to estimate the fundamental dimensionality.
Example Efficient Implementation
As the size ε=1/m of the hypercell is decreased, the number of hypercells increase rapidly. A fast implementation using a key value NOSQL database may be achieved for efficient counting of the hypercells and recording hypercells populated. For a given value of m, the bins of each variable are indexed between bin 1 through bin m, with 1 being the lowest value bin and m representing the highest value bin for the given variable, using equation (5). For a set of N variables, with m bins, a particular data point is represented in a hypercell which is indexed using an ordered list of bin indices with N values for N variables.
To construct the bin index, the first position may be assigned to variable vi taking on values 1 through m, the second position may be assigned to variable v2 taking on values 1 through m, and so on. The value in these positions may correspond to the bin index of the corresponding variable as given by equation (5). For example, the hypercell with index {2, 1, 2} means that for an enclosed data point in that hypercell, the value of v1 falls in the 2nd bin of v1, the value of v2 falls in the 1st bin of v2, and the value of v3 falls in the 2nd bin of v3. This representation of the indices may be referred to as a hypercell vector. In example implementations, a two-dimensional space, N=2, where both the dimensions are iteratively binned into 2, 3 and 4 bins may be provided, as illustrated in more detail in
Referring to
For updating the NOSQL database with the hypercell vector, two different implementations may be considered. In the first implementation, the computed hypercell vector for the data record is used to retrieve the store associated with the key and increment the count by 1. In the second implementation, pertaining to the scenario where Θ=1, the hypercell vector of the data record may be computed to write 1 to the store in the NOSQL database. The later implementation may be significantly faster in terms of computations of the fractal dimension. The former implementation may be computationally slower in comparison but can be used for cases where we need to apply data coverage thresholds, i.e., where Θ>1.
Referring to
In
In one implementation, a key value database is utilized to record the populated hypercells of a 3 dimensional dataset with 1315 data points and two bins.
Example Benefit of Knowing an Estimate of the Fundamental Dimensionality for Machine Learning
Knowing an estimate of the fundamental dimensionality has benefits in understanding the proper number of latent features that describe the dynamics of the model. One implication of this is in training a neural network model. The architecture of the neural network allows for projecting the input variables, which are either directly observed variables or derived from observed variables, to a manifold represented by the hidden layer of the model. Each node in the hidden layer represents a non-linear dimension representing the underlying manifold and significant nonlinear relationships between all data inputs.
A challenge in training a neural network model is knowing the fundamental dimensionality of the manifold on which data sits and correspondingly the correct number of latent features describing the manifold. If the estimate is too low, and thus the number of hidden nodes are correspondingly chosen to be low, the trained model performs at sub optimal level due to loss in information and averaging relationships across too few latent features. On the other hand, if the estimate is too high, and thus the number of hidden nodes are correspondingly chosen to be high, the trained model is unnecessarily complex and over-trained without any corresponding benefit in model's accuracy and is often dangerous in learning spurious relationships in the data set which will not generalize in the use of the model in production.
Thus, the estimate of the fundamental dimensionality provides a good mechanism to get the right number of hidden nodes in the hidden layers of a neural network model to specify in the model architecture utilized. An illustrative example includes analysis of dataset corresponding to payment card fraud detection models, where the dataset has 180 predictive variables and 25 million records, for example. The records are labeled as either in a state of fraud (bad) or not being in a state of fraud (good).
Applying a method consistent with the current disclosure to this dataset, the fundamental dimension using k-fold cross sampling was estimated with k=30. The dataset was split into 30 sets of approximately 833 thousand records each. In each of the 30 iterations, 29 sets were considered, leaving one set out. This led to about 24 million records being considered in each iteration. Correspondingly, the converged mean value of 6.28 was computed for the fractal dimension using equation (7.a). The fundamental dimensionality was estimated to be 14 by leveraging equation (9). With the use of k-cross sampling it was possible to achieve a very low standard deviation of 0.002 on the fractal dimension using equation (7.b), giving strong confidence in the estimated fundamental dimensionality.
Multiple optimal neural network models were then trained to predict a payment card account to be in a state of fraud by varying the number of hidden nodes. In one embodiment, the training was done by a grid search on the number of hidden nodes to build a neural network model to find the best value of training parameters that leads to the best performing model.
Referring to
As shown in
The disclosed systems and methods and the suggested improvements in neural network model training process by leveraging the described systems and methods provide an improved approach for identifying an estimate on the number of optimal hidden nodes in a neural network model. The fundamental dimension corresponding to a dataset reflects as the optimal number of hidden nodes in a neural network model. Using the disclosed approach, an exhaustive and expensive grid search on a large search space can be reduced to a small search at the estimated fundamental dimensionality as indicated by equation (9).
Referring to
As shown in
The memory 1020 is a computer readable medium such as volatile or non-volatile that stores information within the computing system 1000. The memory 1020 can store data structures representing configuration object databases, for example. The storage device 1030 is capable of providing persistent storage for the computing system 1000. The storage device 1030 can be a floppy disk device, a hard disk device, an optical disk device, or a tape device, or other suitable persistent storage means. The input/output device 1040 provides input/output operations for the computing system 1000. In some implementations of the current subject matter, the input/output device 1040 includes a keyboard and/or pointing device. In various implementations, the input/output device 1040 includes a display unit for displaying graphical user interfaces.
According to some implementations of the current subject matter, the input/output device 1040 can provide input/output operations for a network device. For example, the input/output device 1040 can include Ethernet ports or other networking ports to communicate with one or more wired and/or wireless networks (e.g., a local area network (LAN), a wide area network (WAN), the Internet).
In some implementations of the current subject matter, the computing system 1000 can be used to execute various interactive computer software applications that can be used for organization, analysis and/or storage of data in various (e.g., tabular) format (e.g., Microsoft Excel®, and/or any other type of software). Alternatively, the computing system 1000 can be used to execute any type of software applications. These applications can be used to perform various functionalities, e.g., planning functionalities (e.g., generating, managing, editing of spreadsheet documents, word processing documents, and/or any other objects, etc.), computing functionalities, communications functionalities, etc. The applications can include various add-in functionalities or can be standalone computing products and/or functionalities. Upon activation within the applications, the functionalities can be used to generate the user interface provided via the input/output device 1040. The user interface can be generated and presented to a user by the computing system 1000 (e.g., on a computer screen monitor, etc.).
One or more aspects or features of the subject matter disclosed or claimed herein may be realized in digital electronic circuitry, integrated circuitry, specially designed application specific integrated circuits (ASICs), field programmable gate arrays (FPGAs) computer hardware, firmware, software, and/or combinations thereof. These various aspects or features may include implementation in one or more computer programs that may be executable and/or interpretable on a programmable system including at least one programmable processor, which may be special or general purpose, coupled to receive data and instructions from, and to transmit data and instructions to, a storage system, at least one input device, and at least one output device. The programmable system or computing system may include clients and servers. A client and server may be remote from each other and may interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
These computer programs, which may also be referred to as programs, software, software applications, applications, components, or code, may include machine instructions for a programmable controller, processor, microprocessor or other computing or computerized architecture, and may be implemented in a high-level procedural language, an object-oriented programming language, a functional programming language, a logical programming language, and/or in assembly/machine language. As used herein, the term “machine-readable medium” refers to any computer program product, apparatus and/or device, such as for example magnetic discs, optical disks, memory, and Programmable Logic Devices (PLDs), used to provide machine instructions and/or data to a programmable processor, including a machine-readable medium that receives machine instructions as a machine-readable signal. The term “machine-readable signal” refers to any signal used to provide machine instructions and/or data to a programmable processor. The machine-readable medium may store such machine instructions non-transitorily, such as for example as would a non-transient solid-state memory or a magnetic hard drive or any equivalent storage medium. The machine-readable medium may alternatively or additionally store such machine instructions in a transient manner, such as for example as would a processor cache or other random access memory associated with one or more physical processor cores.
To provide for interaction with a user, one or more aspects or features of the subject matter described herein may be implemented on a computer having a display device, such as for example a cathode ray tube (CRT) or a liquid crystal display (LCD) or a light emitting diode (LED) monitor for displaying information to the user and a keyboard and a pointing device, such as for example a mouse or a trackball, by which the user may provide input to the computer. Other kinds of devices may be used to provide for interaction with a user as well. For example, feedback provided to the user may be any form of sensory feedback, such as for example visual feedback, auditory feedback, or tactile feedback; and input from the user may be received in any form, including acoustic, speech, or tactile input. Other possible input devices include touch screens or other touch-sensitive devices such as single or multi-point resistive or capacitive trackpads, voice recognition hardware and software, optical scanners, optical pointers, digital image capture devices and associated interpretation software, and the like.
When a feature or element is herein referred to as being “on” another feature or element, it may be directly on the other feature or element or intervening features and/or elements may also be present. In contrast, when a feature or element is referred to as being “directly on” another feature or element, there may be no intervening features or elements present. It will also be understood that, when a feature or element is referred to as being “connected”, “attached” or “coupled” to another feature or element, it may be directly connected, attached or coupled to the other feature or element or intervening features or elements may be present. In contrast, when a feature or element is referred to as being “directly connected”, “directly attached” or “directly coupled” to another feature or element, there may be no intervening features or elements present.
Although described or shown with respect to one embodiment, the features and elements so described or shown may apply to other embodiments. It will also be appreciated by those of skill in the art that references to a structure or feature that is disposed “adjacent” another feature may have portions that overlap or underlie the adjacent feature.
Terminology used herein is for the purpose of describing particular embodiments and implementations only and is not intended to be limiting. For example, as used herein, the singular forms “a”, “an” and “the” may be intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises” and/or “comprising,” when used in this specification, specify the presence of stated features, steps, operations, processes, functions, elements, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, processes, functions, elements, components, and/or groups thereof. As used herein, the term “and/or” includes any and all combinations of one or more of the associated listed items and may be abbreviated as “/”.
In the descriptions above and in the claims, phrases such as “at least one of” or “one or more of” may occur followed by a conjunctive list of elements or features. The term “and/or” may also occur in a list of two or more elements or features. Unless otherwise implicitly or explicitly contradicted by the context in which it used, such a phrase is intended to mean any of the listed elements or features individually or any of the recited elements or features in combination with any of the other recited elements or features. For example, the phrases “at least one of A and B;” “one or more of A and B;” and “A and/or B” are each intended to mean “A alone, B alone, or A and B together.” A similar interpretation is also intended for lists including three or more items. For example, the phrases “at least one of A, B, and C;” “one or more of A, B, and C;” and “A, B, and/or C” are each intended to mean “A alone, B alone, C alone, A and B together, A and C together, B and C together, or A and B and C together.” Use of the term “based on,” above and in the claims is intended to mean, “based at least in part on,” such that an unrecited feature or element is also permissible.
Spatially relative terms, such as “forward”, “rearward”, “under”, “below”, “lower”, “over”, “upper” and the like, may be used herein for ease of description to describe one element or feature's relationship to another element(s) or feature(s) as illustrated in the figures. It will be understood that the spatially relative terms are intended to encompass different orientations of the device in use or operation in addition to the orientation depicted in the figures. For example, if a device in the figures is inverted, elements described as “under” or “beneath” other elements or features would then be oriented “over” the other elements or features due to the inverted state. Thus, the term “under” may encompass both an orientation of over and under, depending on the point of reference or orientation. The device may be otherwise oriented (rotated 90 degrees or at other orientations) and the spatially relative descriptors used herein interpreted accordingly. Similarly, the terms “upwardly”, “downwardly”, “vertical”, “horizontal” and the like may be used herein for the purpose of explanation only unless specifically indicated otherwise.
Although the terms “first” and “second” may be used herein to describe various features/elements (including steps or processes), these features/elements should not be limited by these terms as an indication of the order of the features/elements or whether one is primary or more important than the other, unless the context indicates otherwise. These terms may be used to distinguish one feature/element from another feature/element. Thus, a first feature/element discussed could be termed a second feature/element, and similarly, a second feature/element discussed below could be termed a first feature/element without departing from the teachings provided herein.
As used herein in the specification and claims, including as used in the examples and unless otherwise expressly specified, all numbers may be read as if prefaced by the word “about” or “approximately,” even if the term does not expressly appear. The phrase “about” or “approximately” may be used when describing magnitude and/or position to indicate that the value and/or position described is within a reasonable expected range of values and/or positions. For example, a numeric value may have a value that is +/−0.1% of the stated value (or range of values), +/−1% of the stated value (or range of values), +/−2% of the stated value (or range of values), +/−5% of the stated value (or range of values), +/−10% of the stated value (or range of values), etc. Any numerical values given herein should also be understood to include about or approximately that value, unless the context indicates otherwise.
For example, if the value “10” is disclosed, then “about 10” is also disclosed. Any numerical range recited herein is intended to include all sub-ranges subsumed therein. It is also understood that when a value is disclosed that “less than or equal to” the value, “greater than or equal to the value” and possible ranges between values are also disclosed, as appropriately understood by the skilled artisan. For example, if the value “X” is disclosed the “less than or equal to X” as well as “greater than or equal to X” (e.g., where X is a numerical value) is also disclosed. It is also understood that the throughout the application, data is provided in a number of different formats, and that this data, may represent endpoints or starting points, and ranges for any combination of the data points. For example, if a particular data point “10” and a particular data point “15” may be disclosed, it is understood that greater than, greater than or equal to, less than, less than or equal to, and equal to 10 and 15 may be considered disclosed as well as between 10 and 15. It is also understood that each unit between two particular units may be also disclosed. For example, if 10 and 15 may be disclosed, then 11, 12, 13, and 14 may be also disclosed.
Although various illustrative embodiments have been disclosed, any of a number of changes may be made to various embodiments without departing from the teachings herein. For example, the order in which various described method steps are performed may be changed or reconfigured in different or alternative embodiments, and in other embodiments one or more method steps may be skipped altogether. Optional or desirable features of various device and system embodiments may be included in some embodiments and not in others. Therefore, the foregoing description is provided primarily for the purpose of example and should not be interpreted to limit the scope of the claims and specific embodiments or particular details or features disclosed.
One or more aspects or features of the subject matter described herein can be realized in digital electronic circuitry, integrated circuitry, specially designed application specific integrated circuits (ASICs), field programmable gate arrays (FPGAs) computer hardware, firmware, software, and/or combinations thereof. These various aspects or features can include implementation in one or more computer programs that are executable and/or interpretable on a programmable system including at least one programmable processor, which can be special or general purpose, coupled to receive data and instructions from, and to transmit data and instructions to, a storage system, at least one input device, and at least one output device. The programmable system or computing system may include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
These computer programs, which can also be referred to programs, software, software applications, applications, components, or code, include machine instructions for a programmable processor, and can be implemented in a high-level procedural language, an object-oriented programming language, a functional programming language, a logical programming language, and/or in assembly/machine language. As used herein, the term “machine-readable medium” refers to any computer program product, apparatus and/or device, such as for example magnetic discs, optical disks, memory, and Programmable Logic Devices (PLDs), used to provide machine instructions and/or data to a programmable processor, including a machine-readable medium that receives machine instructions as a machine-readable signal.
The term “machine-readable signal” refers to any signal used to provide machine instructions and/or data to a programmable processor. The machine-readable medium can store such machine instructions non-transitorily, such as for example as would a non-transient solid-state memory or a magnetic hard drive or any equivalent storage medium. The machine-readable medium can alternatively or additionally store such machine instructions in a transient manner, such as for example, as would a processor cache or other random access memory associated with one or more physical processor cores.
The examples and illustrations included herein show, by way of illustration and not of limitation, specific embodiments in which the disclosed subject matter may be practiced. As mentioned, other embodiments may be utilized and derived therefrom, such that structural and logical substitutions and changes may be made without departing from the scope of this disclosure. Such embodiments of the disclosed 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 invention or inventive concept, if more than one is, in fact, disclosed. Thus, although specific embodiments have been illustrated and described herein, any arrangement calculated to achieve an intended, practical or disclosed purpose, whether explicitly stated or implied, may be substituted for the specific embodiments shown. This disclosure is intended to cover any and all adaptations or variations of various embodiments. Combinations of the above embodiments, and other embodiments not specifically described herein, will be apparent to those of skill in the art upon reviewing the above description.
The disclosed subject matter has been provided here with reference to one or more features or embodiments. Those skilled in the art will recognize and appreciate that, despite of the detailed nature of the example embodiments provided here, changes and modifications may be applied to said embodiments without limiting or departing from the generally intended scope. These and various other adaptations and combinations of the embodiments provided here are within the scope of the disclosed subject matter as defined by the disclosed elements and features and their full set of equivalents.
A portion of the disclosure of this patent document may contain material, which is subject to copyright protection. The owner has no objection to facsimile reproduction by any one of the patent documents or the patent disclosure, as it appears in the Patent and Trademark Office patent files or records, but reserves all copyrights whatsoever. Certain marks referenced herein may be common law or registered trademarks of the applicant, the assignee or third parties affiliated or unaffiliated with the applicant or the assignee. Use of these marks is for providing an enabling disclosure by way of example and shall not be construed to exclusively limit the scope of the disclosed subject matter to material associated with such marks.