US20160048754A1 - Classifying resources using a deep network - Google Patents

Classifying resources using a deep network Download PDF

Info

Publication number
US20160048754A1
US20160048754A1 US14/834,274 US201514834274A US2016048754A1 US 20160048754 A1 US20160048754 A1 US 20160048754A1 US 201514834274 A US201514834274 A US 201514834274A US 2016048754 A1 US2016048754 A1 US 2016048754A1
Authority
US
United States
Prior art keywords
resource
features
category
search
floating point
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US14/834,274
Other versions
US9449271B2 (en
Inventor
Qingzhou Wang
Yu Liang
Ke Yang
Kai Chen
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Google LLC
Original Assignee
Google LLC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Google LLC filed Critical Google LLC
Priority to US14/834,274 priority Critical patent/US9449271B2/en
Assigned to GOOGLE INC. reassignment GOOGLE INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHEN, KAI, LIANG, YU, WANG, QINGZHOU, YANG, KE
Publication of US20160048754A1 publication Critical patent/US20160048754A1/en
Application granted granted Critical
Publication of US9449271B2 publication Critical patent/US9449271B2/en
Assigned to GOOGLE LLC reassignment GOOGLE LLC CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: GOOGLE INC.
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/084Backpropagation, e.g. using gradient descent
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2457Query processing with adaptation to user needs
    • G06F16/24578Query processing with adaptation to user needs using ranking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/35Clustering; Classification
    • G06F16/353Clustering; Classification into predefined classes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • G06F17/3053
    • G06F17/30864
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2413Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on distances to training or reference patterns
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/042Knowledge-based neural networks; Logical representations of neural networks
    • G06N7/005
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N7/00Computing arrangements based on specific mathematical models
    • G06N7/01Probabilistic graphical models, e.g. probabilistic networks

Definitions

  • This specification relates to classifying resources into categories.
  • Internet search engines aim to identify resources, e.g., web pages, images, text documents, or multimedia content, that are relevant to a user's needs and to present information about the resources in a manner that is most useful to the user.
  • Internet search engines generally return a set of search results, each of which identifies a resource, in response to a user submitted query.
  • one innovative aspect of the subject matter described in this specification can be embodied in methods that include the actions of receiving an input comprising a plurality of features of a resource, wherein each feature is a value of a respective attribute of the resource; processing each of the features using a respective embedding function to generate one or more numeric values; processing the numeric values using one or more neural network layers to generate an alternative representation of the features of the resource, wherein processing the floating point values comprises applying one or more non-linear transformations to the floating point values; and processing the alternative representation of the input using a classifier to generate a respective category score for each category in a pre-determined set of categories, wherein each of the respective category scores measure a predicted likelihood that the resource belongs to the corresponding category.
  • inventions of this aspect include corresponding computer systems, apparatus, and computer programs recorded on one or more computer storage devices, each configured to perform the actions of the methods.
  • a system of one or more computers can be configured to perform particular operations or actions by virtue of having software, firmware, hardware, or a combination of them installed on the system that in operation causes or cause the system to perform the actions.
  • One or more computer programs can be configured to perform particular operations or actions by virtue of including instructions that, when executed by data processing apparatus, cause the apparatus to perform the actions.
  • Each of the embedding functions can be specific to features of a respective feature type.
  • the pre-determined set of categories can include a search engine spam category, and the category score for the resource measures a predicted likelihood that the resource is a search engine spam resource.
  • the pre-determined set of categories can include a respective category for each of a plurality of types of search engine spam.
  • the pre-determined set of categories includes a respective category for each resource type in a group of resource types.
  • the method can further include providing the category scores to a search system for use in determining whether or not index resources in a search engine index.
  • the method can further include providing the category scores to a search system for use in generating and ordering search results in response to received search queries.
  • the numeric values can be floating point values.
  • the numeric values can be quantized integer values, and an encoding of the quantized integer values can represent floating point values.
  • a deep network can be effectively used to classify resources into categories.
  • resources can be effectively classified as being spam or not spam, as being one of several different types of spam, or as being one of two or more resource types.
  • Using the deep network to classify resources into categories may result in a search engine being able to better satisfy users' informational needs, e.g., by effectively detecting spam resources and refraining from providing search results identifying those resources to users or by providing search results that identify resources that belong to categories that better match the user's informational needs.
  • Using the deep network to classify results into categories may provide an accurate and efficient way to verify user claims about resources, e.g., a user claim that a resource belongs to a particular category and has incorrectly been classified as belonging to a different category.
  • FIG. 1 shows an example search system.
  • FIG. 2 is a block diagram of an example resource classification system.
  • FIG. 3 is a flow diagram of an example process for classifying a resource.
  • FIG. 1 shows an example search system 114 .
  • the search system 114 is an example of an information retrieval system implemented as computer programs on one or more computers in one or more locations, in which the systems, components, and techniques described below can be implemented.
  • a user 102 can interact with the search system 114 through a user device 104 .
  • the user device 104 will generally include a memory, e.g., a random access memory (RAM) 106 , for storing instructions and data and a processor 108 for executing stored instructions.
  • the memory can include both read only and writable memory.
  • the user device 104 can be a computer coupled to the search system 114 through a data communication network 112 , e.g., local area network (LAN) or wide area network (WAN), e.g., the Internet, or a combination of networks, any of which may include wireless links.
  • LAN local area network
  • WAN wide area network
  • the search system 114 provides a user interface to the user device 104 through which the user 102 can interact with the search system 114 .
  • the search system 114 can provide a user interface in the form of web pages that are rendered by a web browser running on the user device 104 .
  • a user 102 can use the user device 104 to submit a query 110 to a search system 114 .
  • a search engine 130 within the search system 114 performs a search to identify resources matching the query.
  • the query 110 may be transmitted through the network 112 to the search system 114 .
  • the search system 114 includes an index database 122 and the search engine 130 .
  • the search system 114 responds to the query 110 by generating search results 128 , which are transmitted through the network to the user device 104 for presentation to the user 102 , e.g., as a search results web page to be displayed by a web browser running on the user device 104 .
  • the term “database” will be used broadly to refer to any collection of data: the data does not need to be structured in any particular way, or structured at all, and it can be stored on multiple storage devices in one or more locations.
  • the index database 122 can include multiple collections of data, each of which may be organized and accessed differently.
  • the term “engine” will be used broadly to refer to a software based system or subsystem that can perform one or more specific functions. Generally, an engine will be implemented as one or more software modules or components, installed on one or more computers in one or more locations. In some cases, one or more computers will be dedicated to a particular engine; in other cases, multiple engines can be installed and running on the same computer or computers.
  • the search engine 130 identifies resources that satisfy the query 110 .
  • the search engine 130 will generally include an indexing engine 120 that indexes resources, an index database 122 that stores the index information, and a ranking engine 152 or other software that generates scores for the resources that satisfy the query 110 and that ranks the resources according to their respective scores.
  • the search system 114 also includes or can communicate with a resource classification system 140 that classifies resources into pre-determined categories.
  • the search system 114 can use the classifications generated by the resource classification system 140 in any of a variety of ways, e.g., in determining whether to index a resource in the index database 122 or in generating search results in response to the query 110 .
  • An example resource classification system and an example process for classifying a resource into a pre-determined category are described below with reference to FIGS. 2 and 3 .
  • FIG. 2 is a block diagram of an example resource classification system 200 .
  • the resource classification system 200 is an example of a system implemented as computer programs on one or more computers in one or more locations, in which the systems, components, and techniques described below can be implemented.
  • the resource classification system 200 receives an input and generates a predicted output based on the received input.
  • the input is a set of features of a resource and the output generated by the resource classification system 200 based on the received set of features is a respective score for each of a set of pre-determined categories.
  • Each score generated for each of the categories is a prediction of how likely it is that the resource belongs to the corresponding category.
  • the resource classification system 200 classifies resources as search engine spam resources or not search engine spam resource, i.e., the categories in the set of pre-determined categories are a “spam” category and a “not spam” category.
  • a search engine spam resource is a resource provided to a search system, e.g., provided to the search system 114 of FIG. 1 for indexing in the index database 122 , that has been manipulated by a person or a group of people, who may individually or collectively be referred to as a spammer, to give the resource a high search engine ranking as a response to one or more queries, which the resource would not legitimately have.
  • content in a resource may be made to appear particularly relevant to a specific geographic area, and so be highly ranked for queries directed to that area, when in fact the content refers to a business, for example, that has no place of business in the area.
  • Search engine spam can include other forms of erroneous information as well. Search engine spam may also be referred to in this specification as spam content or simply as spam, when the meaning is clear from the context.
  • the resource classification system 200 can generate a score that is a predicted likelihood that the resource is a spam resource, i.e., belongs to the spam category.
  • the resource classification system 200 classifies resources as being either not spam or one of various types of search engine spam, i.e., the categories in the set of pre-determined categories are a “not spam” category and a respective category for each type of spam.
  • the types of search engine spam can include resources that include content spam, resources that include link spam, cloaking spam resources, and so on.
  • the system can generate a score for each category that represents a predicted likelihood that the resource belongs to that category.
  • the resource classification system 200 classifies resources according to a pre-determined group of resource types.
  • the resource types may include any of news resources, blog resources, forum resources, shopping resources, product resources, and so on.
  • a resource may be classified as belonging to more than one of the pre-determined groups. For example, if the resource types include political resources and blog resources, a blog about an election or a political debate may be classified as being both a political resource and a blog resource.
  • the set of pre-determined categories includes a respective category for each resource type in the group.
  • the features of the resource are values of respective attributes of the resource that characterize the resource in some way and can include features of multiple respective categorically distinct feature types.
  • a feature of a particular type is a list of one or more active feature elements, i.e., a list of tokens or of token-value pairs, selected from a vocabulary of possible feature elements of the feature type.
  • the tokens may be words in a natural language, e.g., English, and the vocabulary for the feature type may be the known words in the natural language.
  • the vocabularies for the feature types may be overlapping or non-overlapping and the list for a given feature type may be ordered or unordered.
  • the resource classification system 200 can receive features 220 of a resource from a feature data store 202 .
  • the features 220 are features that have been extracted from the resource.
  • the features of the resource include tokens from the content of the resource.
  • the tokens are associated with labels, with each label corresponding to a specific portion of the resource in which the token appears, e.g., the title of the resource, the header of the resource, a link in the resource, and so on.
  • the features of the resource can include features of other types, e.g., any of: the uniform resource locator (URL) of the resource, the domain name of the resource, the age of the resource, a length of the resource.
  • URL uniform resource locator
  • the features also include data obtained by the resource classification system 200 that identifies the categories or entity types that are relevant to the resource.
  • the features of the resource can also include features obtained from other systems or services that summarize the content or the utility of the resource, e.g., systems that attempt to identify the most important terms in the resource, systems that identify entities that are relevant to the resource, and so on.
  • the resource classification system 200 uses the received input features to predict an output, i.e., a vector of scores that includes a respective score for each category of the set of categories.
  • the output can be provided to a search system, e.g., the search system 114 of FIG. 1 , or stored in a category score data store 214 for later use by the search system.
  • the search system can make use of the generated scores in any of a variety of ways.
  • the search system uses the category scores for a given resource in determining whether or not to index the resource in an index database.
  • the search system can use the score in a decision process so that a resource that is more likely to be spam is less likely to be indexed in the index database.
  • the search system can determine that resources having a score that exceeds a threshold score for one of the types not be indexed in the index database.
  • the search system can make use of the generated scores in generating search results for particular queries. For example, when the scores represent a likelihood that a resource is a search engine spam resource, the search system can use the score for a given resource to determine whether or not to remove a search result identifying the resource before providing the search results for presentation to the user or to demote the search result identifying the resource in an order of the search results. Similarly, when the scores represent a likelihood that a resource belongs to one of a pre-determined group of resource types, the search system can use the scores to promote or demote search results identifying the resource in an order of search results generated in response to particular search queries, e.g., search queries that have been determined to be seeking resources of a particular type.
  • search queries e.g., search queries that have been determined to be seeking resources of a particular type.
  • the search system can make use of the generated scores in verifying user statements about resources.
  • the search system may provide users the option to identify resources that have been incorrectly classified by the search system.
  • a user may be able to submit a statement that a search result identifying a product resource has been included in a listing of news search results or that a blog resource that has a review of a product has been included in a listing of shopping resources from which the product may be purchased.
  • the system can make use of the generated scores for the resource in evaluating the likelihood that the resource has been misclassified and determining whether to adjust the classification of the resource.
  • the resource classification system 200 includes a deep network 206 and a classifier 212 .
  • the deep network 206 is a machine learning system that includes a set of embedding functions 208 and one or more hidden neural network layers 210 , each having a respective set of parameters.
  • Each of the embedding functions 208 receives a respective feature of a respective type and, in accordance with a set of embedding function parameters, applies a transformation to the feature that maps the feature into a numeric representation.
  • the embedding functions 208 can apply a transformation to the features 220 to map the features into floating point representations 222 .
  • Embedding functions will be described in more detail below with reference to FIG. 3 .
  • An initial layer of the neural network layers 210 receives as an input the numeric representations of the input features generated by the embedding functions and the neural network layers 210 each apply one or more respective non-linear transformations to the floating point representations to generate an alternative representation of the input.
  • the neural network layers 210 can generate an alternative representation 224 from floating point representations 222 of the features 220 received from the embedding functions 208 .
  • the deep network 206 may include another group of layers that applies successive linear or non-linear transformations over some or all of the floating point representations generated by the embedding functions 208 .
  • the classifier 212 receives the alternative representation generated by the deep network 206 and predicts a value for each field of a category score vector in accordance with values of classifier parameters of the classifier 212 .
  • Each of the fields in the category score vector corresponds to a respective category in the set of categories.
  • the classifier 212 can generate a category score vector 226 from the alternative representation 224 .
  • the classifier 212 can be either a binary classifier, e.g., a logistic regression classifier, a support vector machine classifier, a Bayesian classifier, a softmax classifier, and so on, or a multiclass or multilabel classifier, e.g., a multiclass logistic regression classifier, a multiclass support vector machine classifier, a Bayesian classifier, and so on.
  • a binary classifier e.g., a logistic regression classifier, a support vector machine classifier, a Bayesian classifier, a softmax classifier, and so on
  • a multiclass or multilabel classifier e.g., a multiclass logistic regression classifier, a multiclass support vector machine classifier, a Bayesian classifier, and so on.
  • FIG. 3 is a flow diagram of an example process 300 for classifying a resource.
  • the process 300 will be described as being performed by a system of one or more computers located in one or more locations.
  • a resource classification system e.g., the resource classification system 200 of FIG. 2 , appropriately programmed, can perform the process 300 .
  • the system obtains features of a resource (step 302 ).
  • the system processes each feature using the embedded function for the feature type of the feature (step 304 ) to generate a numeric representation of the feature.
  • the embedding function for a given feature type can be any of a variety of embedding functions.
  • the system determines the type of the feature by parsing the raw input data received by the system for each resource. As one example, if a portion of the raw input data are the tokens “example title” with an associated label “title,” the system can parse the input data to determine that one of the resource features is “example title” and that the feature is of a resource title feature type.
  • the system can parse the input data to determine that one of the resource features is www.examplesite.com and that the feature is of a URL feature type.
  • the embedding function may be a simple embedding function.
  • a simple embedding function maps a single token to a floating point vector, i.e., a vector of floating point values.
  • the simple embedding function may map the token “cat” to a vector [0.1, 0.5, 0.2] and the token “tablet” to a vector [0.3, 0.9, 0.0], based on current parameter values of the embedding function, e.g., as stored in a lookup table.
  • the embedding function may be a parallel embedding function.
  • a parallel embedding function maps each token in a list of tokens to a respective floating point vector and outputs a single vector that is a concatenation of the respective floating point vectors. For example, for an ordered list of tokens ⁇ “Atlanta”, “Hotel” ⁇ , the parallel embedding function may map “Atlanta” to a vector [0.1, 0.2, 0.3] and “Hotel” to [0.4, 0.5, 0.6], and then output [0.1, 0.2, 0.3, 0.4, 0.5, 0.6]. In order to obtain the respective floating point vectors, the parallel embedding function may use a single lookup table or multiple different lookup tables.
  • the embedding function may be a combining embedding function.
  • a combining embedding function maps each token in the list to a respective floating point vector and then merges the respective floating point vectors into a single merged vector.
  • the combining embedding function can merge the respective floating point vector using a linear function, e.g., a sum, average, or weighted linear combination of the respective floating point vectors, or using a nonlinear function, e.g., a component-wise maximum or a norm-constrained linear combination, for example.
  • the parallel embedding function may use a single lookup table or multiple different lookup tables.
  • the parallel embedding function may map “Atlanta” to a vector [0.1, 0.2, 0.3] and “Hotel” to [0.4, 0.5, 0.6], and then output the sum of the two vectors, i.e., [0.5, 0.7, 0.9].
  • the embedding function may be a mixed embedding function.
  • a mixed embedding function maps each token in a list of tokens to a respective floating point vector and generates an initial vector that is the concatenation of the respective floating point vectors.
  • the mixed embedding function then merges the respective floating point vectors into a merged vector and concatenates the merged vector with the initial vector.
  • the mixed embedding function may output a concatenation of the vectors output by the parallel embedding function and the combining embedded function, i.e., [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.5, 0.7, 0.9].
  • the system may utilize two different kinds of embedding functions for two different feature types, and the two embedding functions may or may not share parameters.
  • the system may utilize a combining embedding function for a first feature type and a mixed embedding function for a second feature type.
  • the system uses a hashing function to hash each non-discrete feature.
  • the system can then partition each hashed feature into one of a pre-determined set of partitions, and process a value corresponding to the partition using the embedding function for the feature. Additionally, if a particular feature cannot be obtained for a given resource, that system can map that feature to a pre-determined value.
  • a given embedding function may generate a different kind of numeric value.
  • the embedding function may generate quantized integer values whose encoding represents floating point values.
  • the system processes the numeric representations using one or more neural network layers (step 306 ).
  • the one or more neural network layers include one or more layers of non-linear transformations, with each transformation being defined based on values of a respective set of parameters.
  • the one or more neural network layers generate an alternative representation of the input based on the floating-point vector representations of the features of the input.
  • the system can then process the alternative representation using a sparse binary output layer, e.g., a layer that outputs a vector that is 0 or 1 at every position.
  • the system processes the alternative representation of the input using a classifier (step 308 ) to predict an output for each of a set of categories.
  • the classifier predicts the output based on values of a set of parameters and the alternative representation.
  • the output for a given category is a prediction of the value of a variable that corresponds to the category, e.g., a score for the category that represents the predicted likelihood that the resource belongs to the category.
  • the system can process the alternative representation of the input using a ranking function instead of a classifier to predict a ranking of the categories according to the predicted likelihood that the resource belongs to each of the categories.
  • the process 300 can be performed to predict scores for an input for which the desired output is not known, i.e., for a resource for which the desired classification is not known.
  • the process 300 can also be performed on inputs in a set of training data, i.e., a set of inputs for which the output that should be predicted by the system is known, in order to train the system, i.e., to determine optimal values for the parameters of the classifier and the deep network.
  • the process 300 can be performed repeatedly on inputs selected from a set of training data as part of a backpropagation training technique that determines optimal values for each of the parameters.
  • the inputs in the set of training data are features of resources that have an associated category classification, i.e., that have already been classified into categories from the pre-determined set of categories.
  • the classifier will adjust its parameters so as to reduce the expected error on that particular input using conventional gradient based methods. Furthermore, as part of the backpropagation method, the classifier sends an error signal to the deep network, which allows the deep network to adjust the parameters of its internal components through successive stages of backpropagation.
  • the training process can be parallelized in any of a variety of ways.
  • the training process can be parallelized using one or more of the techniques for parallelizing the training of a machine learning model described in “Large Scale Distributed Deep Networks,” Jeffrey Dean, et al., Neural Information Processing Systems Conference, 2012.
  • Embodiments of the subject matter and the functional operations described in this specification can be implemented in digital electronic circuitry, in tangibly-embodied computer software or firmware, in computer hardware, including the structures disclosed in this specification and their structural equivalents, or in combinations of one or more of them.
  • Embodiments of the subject matter described in this specification can be implemented as one or more computer programs, i.e., one or more modules of computer program instructions encoded on a tangible non transitory program carrier for execution by, or to control the operation of, data processing apparatus.
  • the program instructions can be encoded on an artificially generated propagated signal, e.g., a machine-generated electrical, optical, or electromagnetic signal, that is generated to encode information for transmission to suitable receiver apparatus for execution by a data processing apparatus.
  • the computer storage medium can be a machine-readable storage device, a machine-readable storage substrate, a random or serial access memory device, or a combination of one or more of them.
  • data processing apparatus encompasses all kinds of apparatus, devices, and machines for processing data, including by way of example a programmable processor, a computer, or multiple processors or computers.
  • the apparatus can include special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application specific integrated circuit).
  • the apparatus can also include, in addition to hardware, code that creates an execution environment for the computer program in question, e.g., code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of one or more of them.
  • a computer program (which may also be referred to or described as a program, software, a software application, a module, a software module, a script, or code) can be written in any form of programming language, including compiled or interpreted languages, or declarative or procedural languages, and it can be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.
  • a computer program may, but need not, correspond to a file in a file system.
  • a program can be stored in a portion of a file that holds other programs or data, e.g., one or more scripts stored in a markup language document, in a single file dedicated to the program in question, or in multiple coordinated files, e.g., files that store one or more modules, sub programs, or portions of code.
  • a computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and interconnected by a communication network.
  • the processes and logic flows described in this specification can be performed by one or more programmable computers executing one or more computer programs to perform functions by operating on input data and generating output.
  • the processes and logic flows can also be performed by, and apparatus can also be implemented as, special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application specific integrated circuit).
  • special purpose logic circuitry e.g., an FPGA (field programmable gate array) or an ASIC (application specific integrated circuit).
  • Computers suitable for the execution of a computer program include, by way of example, can be based on general or special purpose microprocessors or both, or any other kind of central processing unit.
  • a central processing unit will receive instructions and data from a read only memory or a random access memory or both.
  • the essential elements of a computer are a central processing unit for performing or executing instructions and one or more memory devices for storing instructions and data.
  • a computer will also include, or be operatively coupled to receive data from or transfer data to, or both, one or more mass storage devices for storing data, e.g., magnetic, magneto optical disks, or optical disks.
  • mass storage devices for storing data, e.g., magnetic, magneto optical disks, or optical disks.
  • a computer need not have such devices.
  • a computer can be embedded in another device, e.g., a mobile telephone, a personal digital assistant (PDA), a mobile audio or video player, a game console, a Global Positioning System (GPS) receiver, or a portable storage device, e.g., a universal serial bus (USB) flash drive, to name just a few.
  • PDA personal digital assistant
  • GPS Global Positioning System
  • USB universal serial bus
  • Computer readable media suitable for storing computer program instructions and data include all forms of non-volatile memory, media and memory devices, including by way of example semiconductor memory devices, e.g., EPROM, EEPROM, and flash memory devices; magnetic disks, e.g., internal hard disks or removable disks; magneto optical disks; and CD ROM and DVD-ROM disks.
  • semiconductor memory devices e.g., EPROM, EEPROM, and flash memory devices
  • magnetic disks e.g., internal hard disks or removable disks
  • magneto optical disks e.g., CD ROM and DVD-ROM disks.
  • the processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.
  • a computer having a display device, e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor, for displaying information to the user and a keyboard and a pointing device, e.g., a mouse or a trackball, by which the user can provide input to the computer.
  • a display device e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor
  • keyboard and a pointing device e.g., a mouse or a trackball
  • Other kinds of devices can be used to provide for interaction with a user as well; for example, feedback provided to the user can be any form of sensory feedback, e.g., visual feedback, auditory feedback, or tactile feedback; and input from the user can be received in any form, including acoustic, speech, or tactile input.
  • a computer can interact with a user by sending documents to and receiving documents from a device that is used by the user; for example, by sending web pages to a
  • Embodiments of the subject matter described in this specification can be implemented in a computing system that includes a back end component, e.g., as a data server, or that includes a middleware component, e.g., an application server, or that includes a front end component, e.g., a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation of the subject matter described in this specification, or any combination of one or more such back end, middleware, or front end components.
  • the components of the system can be interconnected by any form or medium of digital data communication, e.g., a communication network. Examples of communication networks include a local area network (“LAN”) and a wide area network (“WAN”), e.g., the Internet.
  • LAN local area network
  • WAN wide area network
  • the computing system can 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.

Abstract

Methods, systems, and apparatus, including computer programs encoded on computer storage media, for scoring concept terms using a deep network. One of the methods includes receiving an input comprising a plurality of features of a resource, wherein each feature is a value of a respective attribute of the resource; processing each of the features using a respective embedding function to generate one or more numeric values; processing the numeric values using one or more neural network layers to generate an alternative representation of the features, wherein processing the floating point values comprises applying one or more non-linear transformations to the floating point values; and processing the alternative representation of the input using a classifier to generate a respective category score for each category in a pre-determined set of categories, wherein each of the respective category scores measure a predicted likelihood that the resource belongs to the corresponding category.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • This application is a continuation of U.S. application Ser. No. 13/802,462, filed on Mar. 13, 2013, the disclosure of which is hereby incorporated by reference in its entirety.
  • BACKGROUND
  • This specification relates to classifying resources into categories.
  • Internet search engines aim to identify resources, e.g., web pages, images, text documents, or multimedia content, that are relevant to a user's needs and to present information about the resources in a manner that is most useful to the user. Internet search engines generally return a set of search results, each of which identifies a resource, in response to a user submitted query.
  • SUMMARY
  • In general, one innovative aspect of the subject matter described in this specification can be embodied in methods that include the actions of receiving an input comprising a plurality of features of a resource, wherein each feature is a value of a respective attribute of the resource; processing each of the features using a respective embedding function to generate one or more numeric values; processing the numeric values using one or more neural network layers to generate an alternative representation of the features of the resource, wherein processing the floating point values comprises applying one or more non-linear transformations to the floating point values; and processing the alternative representation of the input using a classifier to generate a respective category score for each category in a pre-determined set of categories, wherein each of the respective category scores measure a predicted likelihood that the resource belongs to the corresponding category.
  • Other embodiments of this aspect include corresponding computer systems, apparatus, and computer programs recorded on one or more computer storage devices, each configured to perform the actions of the methods.
  • A system of one or more computers can be configured to perform particular operations or actions by virtue of having software, firmware, hardware, or a combination of them installed on the system that in operation causes or cause the system to perform the actions. One or more computer programs can be configured to perform particular operations or actions by virtue of including instructions that, when executed by data processing apparatus, cause the apparatus to perform the actions.
  • These and other embodiments can each optionally include one or more of the following features. Each of the embedding functions can be specific to features of a respective feature type. The pre-determined set of categories can include a search engine spam category, and the category score for the resource measures a predicted likelihood that the resource is a search engine spam resource. The pre-determined set of categories can include a respective category for each of a plurality of types of search engine spam. The pre-determined set of categories includes a respective category for each resource type in a group of resource types. The method can further include providing the category scores to a search system for use in determining whether or not index resources in a search engine index. The method can further include providing the category scores to a search system for use in generating and ordering search results in response to received search queries. The numeric values can be floating point values. The numeric values can be quantized integer values, and an encoding of the quantized integer values can represent floating point values.
  • Particular embodiments of the subject matter described in this specification can be implemented so as to realize one or more of the following advantages. A deep network can be effectively used to classify resources into categories. For example, resources can be effectively classified as being spam or not spam, as being one of several different types of spam, or as being one of two or more resource types. Using the deep network to classify resources into categories may result in a search engine being able to better satisfy users' informational needs, e.g., by effectively detecting spam resources and refraining from providing search results identifying those resources to users or by providing search results that identify resources that belong to categories that better match the user's informational needs. Using the deep network to classify results into categories may provide an accurate and efficient way to verify user claims about resources, e.g., a user claim that a resource belongs to a particular category and has incorrectly been classified as belonging to a different category.
  • The details of one or more embodiments of the subject matter of this specification are set forth in the accompanying drawings and the description below. Other features, aspects, and advantages of the subject matter will become apparent from the description, the drawings, and the claims.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 shows an example search system.
  • FIG. 2 is a block diagram of an example resource classification system.
  • FIG. 3 is a flow diagram of an example process for classifying a resource.
  • Like reference numbers and designations in the various drawings indicate like elements.
  • DETAILED DESCRIPTION
  • FIG. 1 shows an example search system 114. The search system 114 is an example of an information retrieval system implemented as computer programs on one or more computers in one or more locations, in which the systems, components, and techniques described below can be implemented.
  • A user 102 can interact with the search system 114 through a user device 104. The user device 104 will generally include a memory, e.g., a random access memory (RAM) 106, for storing instructions and data and a processor 108 for executing stored instructions. The memory can include both read only and writable memory. For example, the user device 104 can be a computer coupled to the search system 114 through a data communication network 112, e.g., local area network (LAN) or wide area network (WAN), e.g., the Internet, or a combination of networks, any of which may include wireless links.
  • In some implementations, the search system 114 provides a user interface to the user device 104 through which the user 102 can interact with the search system 114. For example, the search system 114 can provide a user interface in the form of web pages that are rendered by a web browser running on the user device 104.
  • A user 102 can use the user device 104 to submit a query 110 to a search system 114. A search engine 130 within the search system 114 performs a search to identify resources matching the query. When the user 102 submits a query 110, the query 110 may be transmitted through the network 112 to the search system 114. The search system 114 includes an index database 122 and the search engine 130. The search system 114 responds to the query 110 by generating search results 128, which are transmitted through the network to the user device 104 for presentation to the user 102, e.g., as a search results web page to be displayed by a web browser running on the user device 104.
  • In this specification, the term “database” will be used broadly to refer to any collection of data: the data does not need to be structured in any particular way, or structured at all, and it can be stored on multiple storage devices in one or more locations. Thus, for example, the index database 122 can include multiple collections of data, each of which may be organized and accessed differently. Similarly, in this specification the term “engine” will be used broadly to refer to a software based system or subsystem that can perform one or more specific functions. Generally, an engine will be implemented as one or more software modules or components, installed on one or more computers in one or more locations. In some cases, one or more computers will be dedicated to a particular engine; in other cases, multiple engines can be installed and running on the same computer or computers.
  • When the query 110 is received by the search engine 130, the search engine 130 identifies resources that satisfy the query 110. The search engine 130 will generally include an indexing engine 120 that indexes resources, an index database 122 that stores the index information, and a ranking engine 152 or other software that generates scores for the resources that satisfy the query 110 and that ranks the resources according to their respective scores.
  • The search system 114 also includes or can communicate with a resource classification system 140 that classifies resources into pre-determined categories. The search system 114 can use the classifications generated by the resource classification system 140 in any of a variety of ways, e.g., in determining whether to index a resource in the index database 122 or in generating search results in response to the query 110. An example resource classification system and an example process for classifying a resource into a pre-determined category are described below with reference to FIGS. 2 and 3.
  • FIG. 2 is a block diagram of an example resource classification system 200. The resource classification system 200 is an example of a system implemented as computer programs on one or more computers in one or more locations, in which the systems, components, and techniques described below can be implemented.
  • The resource classification system 200 receives an input and generates a predicted output based on the received input. In particular, the input is a set of features of a resource and the output generated by the resource classification system 200 based on the received set of features is a respective score for each of a set of pre-determined categories. Each score generated for each of the categories is a prediction of how likely it is that the resource belongs to the corresponding category.
  • For example, in some implementations, the resource classification system 200 classifies resources as search engine spam resources or not search engine spam resource, i.e., the categories in the set of pre-determined categories are a “spam” category and a “not spam” category.
  • A search engine spam resource is a resource provided to a search system, e.g., provided to the search system 114 of FIG. 1 for indexing in the index database 122, that has been manipulated by a person or a group of people, who may individually or collectively be referred to as a spammer, to give the resource a high search engine ranking as a response to one or more queries, which the resource would not legitimately have. For example, content in a resource may be made to appear particularly relevant to a specific geographic area, and so be highly ranked for queries directed to that area, when in fact the content refers to a business, for example, that has no place of business in the area. Search engine spam can include other forms of erroneous information as well. Search engine spam may also be referred to in this specification as spam content or simply as spam, when the meaning is clear from the context.
  • In these implementations, the resource classification system 200 can generate a score that is a predicted likelihood that the resource is a spam resource, i.e., belongs to the spam category.
  • In some other implementations, the resource classification system 200 classifies resources as being either not spam or one of various types of search engine spam, i.e., the categories in the set of pre-determined categories are a “not spam” category and a respective category for each type of spam. For example, the types of search engine spam can include resources that include content spam, resources that include link spam, cloaking spam resources, and so on. In these implementations, the system can generate a score for each category that represents a predicted likelihood that the resource belongs to that category.
  • In some other implementations, the resource classification system 200 classifies resources according to a pre-determined group of resource types. For example, the resource types may include any of news resources, blog resources, forum resources, shopping resources, product resources, and so on. Depending on the resource types in the pre-determined group of resource types, a resource may be classified as belonging to more than one of the pre-determined groups. For example, if the resource types include political resources and blog resources, a blog about an election or a political debate may be classified as being both a political resource and a blog resource. In these implementations, the set of pre-determined categories includes a respective category for each resource type in the group.
  • The features of the resource are values of respective attributes of the resource that characterize the resource in some way and can include features of multiple respective categorically distinct feature types. A feature of a particular type is a list of one or more active feature elements, i.e., a list of tokens or of token-value pairs, selected from a vocabulary of possible feature elements of the feature type. For example, the tokens may be words in a natural language, e.g., English, and the vocabulary for the feature type may be the known words in the natural language. The vocabularies for the feature types may be overlapping or non-overlapping and the list for a given feature type may be ordered or unordered.
  • For example, the resource classification system 200 can receive features 220 of a resource from a feature data store 202. The features 220 are features that have been extracted from the resource. In particular, the features of the resource include tokens from the content of the resource. Optionally, the tokens are associated with labels, with each label corresponding to a specific portion of the resource in which the token appears, e.g., the title of the resource, the header of the resource, a link in the resource, and so on. Further optionally, the features of the resource can include features of other types, e.g., any of: the uniform resource locator (URL) of the resource, the domain name of the resource, the age of the resource, a length of the resource. In some implementations, the features also include data obtained by the resource classification system 200 that identifies the categories or entity types that are relevant to the resource. The features of the resource can also include features obtained from other systems or services that summarize the content or the utility of the resource, e.g., systems that attempt to identify the most important terms in the resource, systems that identify entities that are relevant to the resource, and so on.
  • The resource classification system 200 uses the received input features to predict an output, i.e., a vector of scores that includes a respective score for each category of the set of categories. The output can be provided to a search system, e.g., the search system 114 of FIG. 1, or stored in a category score data store 214 for later use by the search system. The search system can make use of the generated scores in any of a variety of ways. In some implementations, the search system uses the category scores for a given resource in determining whether or not to index the resource in an index database. For example, when the scores represent a likelihood that a resource is a search engine spam resource, the search system can use the score in a decision process so that a resource that is more likely to be spam is less likely to be indexed in the index database. As another example, when the scores represent likelihoods that a resource is one of several different types of search engine spam, the search system can determine that resources having a score that exceeds a threshold score for one of the types not be indexed in the index database.
  • In some other implementations, the search system can make use of the generated scores in generating search results for particular queries. For example, when the scores represent a likelihood that a resource is a search engine spam resource, the search system can use the score for a given resource to determine whether or not to remove a search result identifying the resource before providing the search results for presentation to the user or to demote the search result identifying the resource in an order of the search results. Similarly, when the scores represent a likelihood that a resource belongs to one of a pre-determined group of resource types, the search system can use the scores to promote or demote search results identifying the resource in an order of search results generated in response to particular search queries, e.g., search queries that have been determined to be seeking resources of a particular type.
  • In some other implementations, when the scores represent a likelihood that a resource belongs to one of a pre-determined group of resource types, the search system can make use of the generated scores in verifying user statements about resources. For example, the search system may provide users the option to identify resources that have been incorrectly classified by the search system. For example, a user may be able to submit a statement that a search result identifying a product resource has been included in a listing of news search results or that a blog resource that has a review of a product has been included in a listing of shopping resources from which the product may be purchased. When a user statement about a resource is received, the system can make use of the generated scores for the resource in evaluating the likelihood that the resource has been misclassified and determining whether to adjust the classification of the resource.
  • The resource classification system 200 includes a deep network 206 and a classifier 212. The deep network 206 is a machine learning system that includes a set of embedding functions 208 and one or more hidden neural network layers 210, each having a respective set of parameters. Each of the embedding functions 208 receives a respective feature of a respective type and, in accordance with a set of embedding function parameters, applies a transformation to the feature that maps the feature into a numeric representation. For example, the embedding functions 208 can apply a transformation to the features 220 to map the features into floating point representations 222. Embedding functions will be described in more detail below with reference to FIG. 3.
  • An initial layer of the neural network layers 210 receives as an input the numeric representations of the input features generated by the embedding functions and the neural network layers 210 each apply one or more respective non-linear transformations to the floating point representations to generate an alternative representation of the input. For example, the neural network layers 210 can generate an alternative representation 224 from floating point representations 222 of the features 220 received from the embedding functions 208. Instead of or in addition to the neural network layers 210, the deep network 206 may include another group of layers that applies successive linear or non-linear transformations over some or all of the floating point representations generated by the embedding functions 208.
  • The classifier 212 receives the alternative representation generated by the deep network 206 and predicts a value for each field of a category score vector in accordance with values of classifier parameters of the classifier 212. Each of the fields in the category score vector corresponds to a respective category in the set of categories. For example, the classifier 212 can generate a category score vector 226 from the alternative representation 224. Depending on the implementation and on the number of categories in the set of categories, i.e., the number of fields for which a predicted value is generated, the classifier 212 can be either a binary classifier, e.g., a logistic regression classifier, a support vector machine classifier, a Bayesian classifier, a softmax classifier, and so on, or a multiclass or multilabel classifier, e.g., a multiclass logistic regression classifier, a multiclass support vector machine classifier, a Bayesian classifier, and so on.
  • FIG. 3 is a flow diagram of an example process 300 for classifying a resource. For convenience, the process 300 will be described as being performed by a system of one or more computers located in one or more locations. For example, a resource classification system, e.g., the resource classification system 200 of FIG. 2, appropriately programmed, can perform the process 300.
  • The system obtains features of a resource (step 302).
  • The system processes each feature using the embedded function for the feature type of the feature (step 304) to generate a numeric representation of the feature. Depending on the feature type and on the implementation, the embedding function for a given feature type can be any of a variety of embedding functions. The system determines the type of the feature by parsing the raw input data received by the system for each resource. As one example, if a portion of the raw input data are the tokens “example title” with an associated label “title,” the system can parse the input data to determine that one of the resource features is “example title” and that the feature is of a resource title feature type. As another example, if a portion of the raw input data for a given resource is “URL: www.examplesite.com,” the system can parse the input data to determine that one of the resource features is www.examplesite.com and that the feature is of a URL feature type.
  • For example, for a feature type whose features are a single token, the embedding function may be a simple embedding function. A simple embedding function maps a single token to a floating point vector, i.e., a vector of floating point values. For example, the simple embedding function may map the token “cat” to a vector [0.1, 0.5, 0.2] and the token “tablet” to a vector [0.3, 0.9, 0.0], based on current parameter values of the embedding function, e.g., as stored in a lookup table.
  • As another example, for a feature type whose features can potentially be a list of two or more tokens, the embedding function may be a parallel embedding function. A parallel embedding function maps each token in a list of tokens to a respective floating point vector and outputs a single vector that is a concatenation of the respective floating point vectors. For example, for an ordered list of tokens {“Atlanta”, “Hotel”}, the parallel embedding function may map “Atlanta” to a vector [0.1, 0.2, 0.3] and “Hotel” to [0.4, 0.5, 0.6], and then output [0.1, 0.2, 0.3, 0.4, 0.5, 0.6]. In order to obtain the respective floating point vectors, the parallel embedding function may use a single lookup table or multiple different lookup tables.
  • As another example, for a feature type whose features can potentially be a list of two or more tokens, the embedding function may be a combining embedding function. A combining embedding function maps each token in the list to a respective floating point vector and then merges the respective floating point vectors into a single merged vector. The combining embedding function can merge the respective floating point vector using a linear function, e.g., a sum, average, or weighted linear combination of the respective floating point vectors, or using a nonlinear function, e.g., a component-wise maximum or a norm-constrained linear combination, for example. In order to identify the respective floating point vectors, the parallel embedding function may use a single lookup table or multiple different lookup tables. For example, for the ordered list {“Atlanta”, “Hotel”}, the parallel embedding function may map “Atlanta” to a vector [0.1, 0.2, 0.3] and “Hotel” to [0.4, 0.5, 0.6], and then output the sum of the two vectors, i.e., [0.5, 0.7, 0.9].
  • As another example, for a feature type whose features can potentially be a list of two or more tokens, the embedding function may be a mixed embedding function. A mixed embedding function maps each token in a list of tokens to a respective floating point vector and generates an initial vector that is the concatenation of the respective floating point vectors. The mixed embedding function then merges the respective floating point vectors into a merged vector and concatenates the merged vector with the initial vector. For example, for the ordered list {“Atlanta”, “Hotel”}, the mixed embedding function may output a concatenation of the vectors output by the parallel embedding function and the combining embedded function, i.e., [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.5, 0.7, 0.9].
  • Depending on the implementation, the system may utilize two different kinds of embedding functions for two different feature types, and the two embedding functions may or may not share parameters. For example, the system may utilize a combining embedding function for a first feature type and a mixed embedding function for a second feature type.
  • If one or more of the features of the resource are not discrete, prior to processing the feature using an embedding function, the system uses a hashing function to hash each non-discrete feature. The system can then partition each hashed feature into one of a pre-determined set of partitions, and process a value corresponding to the partition using the embedding function for the feature. Additionally, if a particular feature cannot be obtained for a given resource, that system can map that feature to a pre-determined value.
  • In some implementations, instead of floating point values, a given embedding function may generate a different kind of numeric value. For example, the embedding function may generate quantized integer values whose encoding represents floating point values.
  • The system processes the numeric representations using one or more neural network layers (step 306). The one or more neural network layers include one or more layers of non-linear transformations, with each transformation being defined based on values of a respective set of parameters. In general, the one or more neural network layers generate an alternative representation of the input based on the floating-point vector representations of the features of the input. Optionally, the system can then process the alternative representation using a sparse binary output layer, e.g., a layer that outputs a vector that is 0 or 1 at every position. An example technique for processing the floating-point representations using neural network layers is described in Ruslan Salakhutdinov & Geoffrey Hinton, Semantic hashing, International Journal of Approximate Reasoning 50 (2009) 969-978. However, many different techniques and mechanisms for processing the representations using neural network layers can be used.
  • The system processes the alternative representation of the input using a classifier (step 308) to predict an output for each of a set of categories. The classifier predicts the output based on values of a set of parameters and the alternative representation. The output for a given category is a prediction of the value of a variable that corresponds to the category, e.g., a score for the category that represents the predicted likelihood that the resource belongs to the category. In some implementations, the system can process the alternative representation of the input using a ranking function instead of a classifier to predict a ranking of the categories according to the predicted likelihood that the resource belongs to each of the categories.
  • The process 300 can be performed to predict scores for an input for which the desired output is not known, i.e., for a resource for which the desired classification is not known. The process 300 can also be performed on inputs in a set of training data, i.e., a set of inputs for which the output that should be predicted by the system is known, in order to train the system, i.e., to determine optimal values for the parameters of the classifier and the deep network. For example, the process 300 can be performed repeatedly on inputs selected from a set of training data as part of a backpropagation training technique that determines optimal values for each of the parameters. Generally, the inputs in the set of training data are features of resources that have an associated category classification, i.e., that have already been classified into categories from the pre-determined set of categories.
  • As part of the training process, if the label predicted by the classifier for a particular resource in the set of training data is different from the known desired label for that particular training resource, i.e., the category scores generated by the classifier do not align with the category to which the resource belongs, the classifier will adjust its parameters so as to reduce the expected error on that particular input using conventional gradient based methods. Furthermore, as part of the backpropagation method, the classifier sends an error signal to the deep network, which allows the deep network to adjust the parameters of its internal components through successive stages of backpropagation.
  • In some circumstances, e.g., for large sets of training data, the training process can be parallelized in any of a variety of ways. For example, the training process can be parallelized using one or more of the techniques for parallelizing the training of a machine learning model described in “Large Scale Distributed Deep Networks,” Jeffrey Dean, et al., Neural Information Processing Systems Conference, 2012.
  • Embodiments of the subject matter and the functional operations described in this specification can be implemented in digital electronic circuitry, in tangibly-embodied computer software or firmware, in computer hardware, including the structures disclosed in this specification and their structural equivalents, or in combinations of one or more of them. Embodiments of the subject matter described in this specification can be implemented as one or more computer programs, i.e., one or more modules of computer program instructions encoded on a tangible non transitory program carrier for execution by, or to control the operation of, data processing apparatus. Alternatively or in addition, the program instructions can be encoded on an artificially generated propagated signal, e.g., a machine-generated electrical, optical, or electromagnetic signal, that is generated to encode information for transmission to suitable receiver apparatus for execution by a data processing apparatus. The computer storage medium can be a machine-readable storage device, a machine-readable storage substrate, a random or serial access memory device, or a combination of one or more of them.
  • The term “data processing apparatus” encompasses all kinds of apparatus, devices, and machines for processing data, including by way of example a programmable processor, a computer, or multiple processors or computers. The apparatus can include special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application specific integrated circuit). The apparatus can also include, in addition to hardware, code that creates an execution environment for the computer program in question, e.g., code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of one or more of them.
  • A computer program (which may also be referred to or described as a program, software, a software application, a module, a software module, a script, or code) can be written in any form of programming language, including compiled or interpreted languages, or declarative or procedural languages, and it can be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment. A computer program may, but need not, correspond to a file in a file system. A program can be stored in a portion of a file that holds other programs or data, e.g., one or more scripts stored in a markup language document, in a single file dedicated to the program in question, or in multiple coordinated files, e.g., files that store one or more modules, sub programs, or portions of code. A computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and interconnected by a communication network.
  • The processes and logic flows described in this specification can be performed by one or more programmable computers executing one or more computer programs to perform functions by operating on input data and generating output. The processes and logic flows can also be performed by, and apparatus can also be implemented as, special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application specific integrated circuit).
  • Computers suitable for the execution of a computer program include, by way of example, can be based on general or special purpose microprocessors or both, or any other kind of central processing unit. Generally, a central processing unit will receive instructions and data from a read only memory or a random access memory or both. The essential elements of a computer are a central processing unit for performing or executing instructions and one or more memory devices for storing instructions and data. Generally, a computer will also include, or be operatively coupled to receive data from or transfer data to, or both, one or more mass storage devices for storing data, e.g., magnetic, magneto optical disks, or optical disks. However, a computer need not have such devices. Moreover, a computer can be embedded in another device, e.g., a mobile telephone, a personal digital assistant (PDA), a mobile audio or video player, a game console, a Global Positioning System (GPS) receiver, or a portable storage device, e.g., a universal serial bus (USB) flash drive, to name just a few.
  • Computer readable media suitable for storing computer program instructions and data include all forms of non-volatile memory, media and memory devices, including by way of example semiconductor memory devices, e.g., EPROM, EEPROM, and flash memory devices; magnetic disks, e.g., internal hard disks or removable disks; magneto optical disks; and CD ROM and DVD-ROM disks. The processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.
  • To provide for interaction with a user, embodiments of the subject matter described in this specification can be implemented on a computer having a display device, e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor, for displaying information to the user and a keyboard and a pointing device, e.g., a mouse or a trackball, by which the user can provide input to the computer. Other kinds of devices can be used to provide for interaction with a user as well; for example, feedback provided to the user can be any form of sensory feedback, e.g., visual feedback, auditory feedback, or tactile feedback; and input from the user can be received in any form, including acoustic, speech, or tactile input. In addition, a computer can interact with a user by sending documents to and receiving documents from a device that is used by the user; for example, by sending web pages to a web browser on a user's client device in response to requests received from the web browser.
  • Embodiments of the subject matter described in this specification can be implemented in a computing system that includes a back end component, e.g., as a data server, or that includes a middleware component, e.g., an application server, or that includes a front end component, e.g., a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation of the subject matter described in this specification, or any combination of one or more such back end, middleware, or front end components. The components of the system can be interconnected by any form or medium of digital data communication, e.g., a communication network. Examples of communication networks include a local area network (“LAN”) and a wide area network (“WAN”), e.g., the Internet.
  • The computing system can 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.
  • While this specification contains many specific implementation details, these should not be construed as limitations on the scope of any invention or of what may be claimed, but rather as descriptions of features that may be specific to particular embodiments of particular inventions. Certain features that are described in this specification in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination. Moreover, although features may be described above as acting in certain combinations and even initially claimed as such, one or more features from a claimed combination can in some cases be excised from the combination, and the claimed combination may be directed to a subcombination or variation of a subcombination.
  • Similarly, while operations are depicted in the drawings in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed, to achieve desirable results. In certain circumstances, multitasking and parallel processing may be advantageous. Moreover, the separation of various system modules and components in the embodiments described above should not be understood as requiring such separation in all embodiments, and it should be understood that the described program components and systems can generally be integrated together in a single software product or packaged into multiple software products.
  • Particular embodiments of the subject matter have been described. Other embodiments are within the scope of the following claims. For example, the actions recited in the claims can be performed in a different order and still achieve desirable results. As one example, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In certain implementations, multitasking and parallel processing may be advantageous.

Claims (1)

What is claimed is:
1. A system comprising:
a deep network implemented in one or more computers that defines a plurality of layers of non-linear operations, wherein the deep network comprises:
an embedding function layer configured to:
receive an input comprising a plurality of features of a resource, wherein each feature is a value of a respective attribute of the resource, and
process each of the features using a respective embedding function to generate one or more numeric values, and
one or more neural network layers configured to:
receive the numeric values, and
process the numeric values to generate an alternative representation of the features of the resource, wherein processing the floating point values comprises applying one or more non-linear transformations to the floating point values; and
a classifier configured to:
process the alternative representation of the input to generate a respective category score for each category in a pre-determined set of categories, wherein each of the respective category scores measure a predicted likelihood that the resource belongs to the corresponding category.
US14/834,274 2013-03-13 2015-08-24 Classifying resources using a deep network Active US9449271B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/834,274 US9449271B2 (en) 2013-03-13 2015-08-24 Classifying resources using a deep network

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US13/802,462 US9147154B2 (en) 2013-03-13 2013-03-13 Classifying resources using a deep network
US14/834,274 US9449271B2 (en) 2013-03-13 2015-08-24 Classifying resources using a deep network

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US13/802,462 Continuation US9147154B2 (en) 2013-03-13 2013-03-13 Classifying resources using a deep network

Publications (2)

Publication Number Publication Date
US20160048754A1 true US20160048754A1 (en) 2016-02-18
US9449271B2 US9449271B2 (en) 2016-09-20

Family

ID=50771570

Family Applications (2)

Application Number Title Priority Date Filing Date
US13/802,462 Active 2033-12-07 US9147154B2 (en) 2013-03-13 2013-03-13 Classifying resources using a deep network
US14/834,274 Active US9449271B2 (en) 2013-03-13 2015-08-24 Classifying resources using a deep network

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US13/802,462 Active 2033-12-07 US9147154B2 (en) 2013-03-13 2013-03-13 Classifying resources using a deep network

Country Status (4)

Country Link
US (2) US9147154B2 (en)
EP (1) EP2973038A1 (en)
CN (1) CN105210064B (en)
WO (1) WO2014160282A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019199989A1 (en) * 2018-04-10 2019-10-17 Sponsorhouse, Inc. DBA Hookit Deep neural networks modeling
US11250369B2 (en) 2015-01-23 2022-02-15 Sponsorhouse, Inc. Computerized system for detecting the exposure and impact of an entity within virtual networking platforms
US11308135B2 (en) 2019-01-03 2022-04-19 Sponsorhouse, Inc. Data prioritization through relationship analysis mapping
WO2023211439A1 (en) * 2022-04-28 2023-11-02 Rakuten Mobile, Inc. User equipment artificial intelligence-machine-learning capability categorization system, method, device, and program

Families Citing this family (68)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11048765B1 (en) 2008-06-25 2021-06-29 Richard Paiz Search engine optimizer
US9600919B1 (en) 2009-10-20 2017-03-21 Yahoo! Inc. Systems and methods for assembling and/or displaying multimedia objects, modules or presentations
US10387503B2 (en) * 2011-12-15 2019-08-20 Excalibur Ip, Llc Systems and methods involving features of search and/or search integration
US10504555B2 (en) 2011-12-20 2019-12-10 Oath Inc. Systems and methods involving features of creation/viewing/utilization of information modules such as mixed-media modules
US10296158B2 (en) 2011-12-20 2019-05-21 Oath Inc. Systems and methods involving features of creation/viewing/utilization of information modules such as mixed-media modules
US11099714B2 (en) 2012-02-28 2021-08-24 Verizon Media Inc. Systems and methods involving creation/display/utilization of information modules, such as mixed-media and multimedia modules
US9843823B2 (en) 2012-05-23 2017-12-12 Yahoo Holdings, Inc. Systems and methods involving creation of information modules, including server, media searching, user interface and/or other features
US10417289B2 (en) 2012-06-12 2019-09-17 Oath Inc. Systems and methods involving integration/creation of search results media modules
US10303723B2 (en) 2012-06-12 2019-05-28 Excalibur Ip, Llc Systems and methods involving search enhancement features associated with media modules
US9141916B1 (en) 2012-06-29 2015-09-22 Google Inc. Using embedding functions with a deep network
US11741090B1 (en) 2013-02-26 2023-08-29 Richard Paiz Site rank codex search patterns
US11809506B1 (en) 2013-02-26 2023-11-07 Richard Paiz Multivariant analyzing replicating intelligent ambience evolving system
US9147154B2 (en) 2013-03-13 2015-09-29 Google Inc. Classifying resources using a deep network
US9141906B2 (en) * 2013-03-13 2015-09-22 Google Inc. Scoring concept terms using a deep network
US9311386B1 (en) * 2013-04-03 2016-04-12 Narus, Inc. Categorizing network resources and extracting user interests from network activity
US10769191B2 (en) * 2013-12-20 2020-09-08 Google Llc Classifying data objects
US10467259B2 (en) 2014-06-17 2019-11-05 Maluuba Inc. Method and system for classifying queries
US9754188B2 (en) * 2014-10-23 2017-09-05 Microsoft Technology Licensing, Llc Tagging personal photos with deep networks
US10366324B2 (en) 2015-09-01 2019-07-30 Google Llc Neural network for processing graph data
US11423323B2 (en) * 2015-09-02 2022-08-23 Qualcomm Incorporated Generating a sparse feature vector for classification
JP6679266B2 (en) * 2015-10-15 2020-04-15 キヤノン株式会社 Data analysis device, data analysis method and program
US10043512B2 (en) 2015-11-12 2018-08-07 Google Llc Generating target sequences from input sequences using partial conditioning
US10402750B2 (en) * 2015-12-30 2019-09-03 Facebook, Inc. Identifying entities using a deep-learning model
EP3188086B1 (en) * 2015-12-30 2020-02-19 Facebook, Inc. Identifying entities using a deep-learning model
US10685281B2 (en) * 2016-02-12 2020-06-16 Microsoft Technology Licensing, Llc Automated predictive modeling and framework
US11288573B2 (en) * 2016-05-05 2022-03-29 Baidu Usa Llc Method and system for training and neural network models for large number of discrete features for information rertieval
KR102648770B1 (en) * 2016-07-14 2024-03-15 매직 립, 인코포레이티드 Deep neural network for iris identification
EP3484343B1 (en) 2016-07-14 2024-01-10 Magic Leap, Inc. Iris boundary estimation using cornea curvature
KR102529137B1 (en) 2016-08-22 2023-05-03 매직 립, 인코포레이티드 Augmented reality display device with deep learning sensors
US11080591B2 (en) 2016-09-06 2021-08-03 Deepmind Technologies Limited Processing sequences using convolutional neural networks
WO2018048945A1 (en) * 2016-09-06 2018-03-15 Deepmind Technologies Limited Processing sequences using convolutional neural networks
CA3036067C (en) 2016-09-06 2023-08-01 Deepmind Technologies Limited Generating audio using neural networks
RU2016138608A (en) 2016-09-29 2018-03-30 Мэджик Лип, Инк. NEURAL NETWORK FOR SEGMENTING THE EYE IMAGE AND ASSESSING THE QUALITY OF THE IMAGE
EP3523751A4 (en) 2016-10-04 2020-05-06 Magic Leap, Inc. Efficient data layouts for convolutional neural networks
US11361242B2 (en) * 2016-10-28 2022-06-14 Meta Platforms, Inc. Generating recommendations using a deep-learning model
CN115097937A (en) 2016-11-15 2022-09-23 奇跃公司 Deep learning system for cuboid detection
KR102413561B1 (en) 2016-12-05 2022-06-24 매직 립, 인코포레이티드 Virtual user input controls in a mixed reality environment
US10324993B2 (en) * 2016-12-05 2019-06-18 Google Llc Predicting a search engine ranking signal value
US10373049B2 (en) * 2016-12-20 2019-08-06 Google Llc Generating an output for a neural network output layer
KR102499396B1 (en) * 2017-03-03 2023-02-13 삼성전자 주식회사 Neural network device and operating method of neural network device
AU2018236433B2 (en) 2017-03-17 2022-03-03 Magic Leap, Inc. Room layout estimation methods and techniques
CN110914790A (en) 2017-07-26 2020-03-24 奇跃公司 Training neural networks using representations of user interface devices
SG11202000855VA (en) * 2017-08-17 2020-02-27 Nat Univ Singapore Video visual relation detection methods and systems
US10068557B1 (en) * 2017-08-23 2018-09-04 Google Llc Generating music with deep neural networks
US10719951B2 (en) 2017-09-20 2020-07-21 Magic Leap, Inc. Personalized neural network for eye tracking
US10410111B2 (en) * 2017-10-25 2019-09-10 SparkCognition, Inc. Automated evaluation of neural networks using trained classifier
WO2019084189A1 (en) 2017-10-26 2019-05-02 Magic Leap, Inc. Gradient normalization systems and methods for adaptive loss balancing in deep multitask networks
US20190236135A1 (en) * 2018-01-30 2019-08-01 Accenture Global Solutions Limited Cross-lingual text classification
US11170084B2 (en) 2018-06-28 2021-11-09 Private Identity Llc Biometric authentication
US11392802B2 (en) 2018-03-07 2022-07-19 Private Identity Llc Systems and methods for privacy-enabled biometric processing
US10938852B1 (en) 2020-08-14 2021-03-02 Private Identity Llc Systems and methods for private authentication with helper networks
US11789699B2 (en) 2018-03-07 2023-10-17 Private Identity Llc Systems and methods for private authentication with helper networks
US11502841B2 (en) * 2018-03-07 2022-11-15 Private Identity Llc Systems and methods for privacy-enabled biometric processing
US11489866B2 (en) 2018-03-07 2022-11-01 Private Identity Llc Systems and methods for private authentication with helper networks
US11265168B2 (en) 2018-03-07 2022-03-01 Private Identity Llc Systems and methods for privacy-enabled biometric processing
US10721070B2 (en) 2018-03-07 2020-07-21 Private Identity Llc Systems and methods for privacy-enabled biometric processing
US11138333B2 (en) 2018-03-07 2021-10-05 Private Identity Llc Systems and methods for privacy-enabled biometric processing
US11394552B2 (en) 2018-03-07 2022-07-19 Private Identity Llc Systems and methods for privacy-enabled biometric processing
US11210375B2 (en) 2018-03-07 2021-12-28 Private Identity Llc Systems and methods for biometric processing with liveness
CN111886605B (en) * 2018-03-22 2024-03-22 亚马逊技术股份有限公司 Processing for multiple input data sets
US11468024B2 (en) * 2018-03-27 2022-10-11 Sap Se Structural data matching using neural network encoders
KR20200061164A (en) 2018-11-23 2020-06-02 삼성전자주식회사 Neural network device for neural network operation, operating method of neural network device and application processor comprising neural network device
US10733498B1 (en) * 2018-12-10 2020-08-04 Amazon Technologies, Inc. Parametric mathematical function approximation in integrated circuits
CN110033091B (en) * 2018-12-13 2020-09-01 阿里巴巴集团控股有限公司 Model-based prediction method and device
US11640522B2 (en) 2018-12-13 2023-05-02 Tybalt, Llc Computational efficiency improvements for artificial neural networks
US10685286B1 (en) 2019-07-30 2020-06-16 SparkCognition, Inc. Automated neural network generation using fitness estimation
US11222258B2 (en) * 2020-03-27 2022-01-11 Google Llc Load balancing for memory channel controllers
US20230132070A1 (en) * 2021-10-27 2023-04-27 International Business Machines Corporation Features for black-box machine-learning models

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9015245B1 (en) * 2011-07-20 2015-04-21 Google Inc. Experience sharing with commenting
US9037464B1 (en) * 2013-01-15 2015-05-19 Google Inc. Computing numeric representations of words in a high-dimensional space
US9112870B1 (en) * 2012-03-28 2015-08-18 Emc Corporation Processing device having session component with integrated support for message queuing protocol
US9141906B2 (en) * 2013-03-13 2015-09-22 Google Inc. Scoring concept terms using a deep network
US9141916B1 (en) * 2012-06-29 2015-09-22 Google Inc. Using embedding functions with a deep network
US9146993B1 (en) * 2012-03-16 2015-09-29 Google, Inc. Content keyword identification
US9147154B2 (en) * 2013-03-13 2015-09-29 Google Inc. Classifying resources using a deep network
US9210399B1 (en) * 2012-08-03 2015-12-08 Google Inc. Wearable device with multiple position support
US9213185B1 (en) * 2012-01-06 2015-12-15 Google Inc. Display scaling based on movement of a head-mounted display
US9218573B1 (en) * 2012-05-22 2015-12-22 Google Inc. Training a model using parameter server shards
US9256892B2 (en) * 2006-11-30 2016-02-09 Google Inc. Content selection using performance metrics
US9269048B1 (en) * 2013-03-14 2016-02-23 Google Inc. Distribution shared content based on a probability
US9323417B2 (en) * 2013-09-22 2016-04-26 Cisco Technology, Inc. Multi-site screen interactions

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6044375A (en) 1998-04-30 2000-03-28 Hewlett-Packard Company Automatic extraction of metadata using a neural network
US20030225763A1 (en) 2002-04-15 2003-12-04 Microsoft Corporation Self-improving system and method for classifying pages on the world wide web
US7287012B2 (en) * 2004-01-09 2007-10-23 Microsoft Corporation Machine-learned approach to determining document relevance for search over large electronic collections of documents
GB2435925A (en) * 2006-03-09 2007-09-12 Cytokinetics Inc Cellular predictive models for toxicities
TWI310150B (en) * 2006-06-16 2009-05-21 Darfon Electronics Corp Laser mouse and control method thereof
US7895148B2 (en) 2007-04-30 2011-02-22 Microsoft Corporation Classifying functions of web blocks based on linguistic features
TWI446297B (en) * 2007-12-28 2014-07-21 私立中原大學 Drowsiness detection system
US8010482B2 (en) 2008-03-03 2011-08-30 Microsoft Corporation Locally computable spam detection features and robust pagerank
US8180754B1 (en) 2008-04-01 2012-05-15 Dranias Development Llc Semantic neural network for aggregating query searches
US20130066814A1 (en) 2011-09-12 2013-03-14 Volker Bosch System and Method for Automated Classification of Web pages and Domains

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9256892B2 (en) * 2006-11-30 2016-02-09 Google Inc. Content selection using performance metrics
US9015245B1 (en) * 2011-07-20 2015-04-21 Google Inc. Experience sharing with commenting
US9213185B1 (en) * 2012-01-06 2015-12-15 Google Inc. Display scaling based on movement of a head-mounted display
US9146993B1 (en) * 2012-03-16 2015-09-29 Google, Inc. Content keyword identification
US9112870B1 (en) * 2012-03-28 2015-08-18 Emc Corporation Processing device having session component with integrated support for message queuing protocol
US9218573B1 (en) * 2012-05-22 2015-12-22 Google Inc. Training a model using parameter server shards
US9141916B1 (en) * 2012-06-29 2015-09-22 Google Inc. Using embedding functions with a deep network
US9210399B1 (en) * 2012-08-03 2015-12-08 Google Inc. Wearable device with multiple position support
US9037464B1 (en) * 2013-01-15 2015-05-19 Google Inc. Computing numeric representations of words in a high-dimensional space
US9141906B2 (en) * 2013-03-13 2015-09-22 Google Inc. Scoring concept terms using a deep network
US9147154B2 (en) * 2013-03-13 2015-09-29 Google Inc. Classifying resources using a deep network
US9269048B1 (en) * 2013-03-14 2016-02-23 Google Inc. Distribution shared content based on a probability
US9323417B2 (en) * 2013-09-22 2016-04-26 Cisco Technology, Inc. Multi-site screen interactions

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
Automated Induction of Heterogeneous Proximity Measures for Supervised Spectral Embedding Eduardo Rodriguez-Martinez; Tingting Mu; Jianmin Jiang; John Yannis Goulermas IEEE Transactions on Neural Networks and Learning Systems Yr: 2013, Vol: 24, Issue: 10 Pages: 1575 - 1587, DOI: 10.1109/TNNLS.2013.2261613 IEEE Journals & Magazines *
Deep Quantum Networks for Classification Shusen Zhou; Qingcai Chen; Xiaolong Wang Pattern Recognition (ICPR), 2010 20th International Conference on Year: 2010 Pages: 2885 - 2888, DOI: 10.1109/ICPR.2010.707 IEEE Conference Publications *
Interaction Style Recognition Based on Multi-layer Multi-view Profile Representation Wen-Li Wei; Jen-Chun Lin; Chung-Hsien Wu IEEE Transactions on Affective Computing Year: 2016, Volume: PP, Issue: 99 Pages: 1 - 1, DOI: 10.1109/TAFFC.2016.2553024 IEEE Early Access Articles *
Robust Joint Graph Sparse Coding for Unsupervised Spectral Feature Selection Xiaofeng Zhu; Xuelong Li; Shichao Zhang; Chunhua Ju; Xindong Wu IEEE Transactions on Neural Networks and Learning Systems Year: 2016, Volume: PP, Issue: 99 Pages: 1 - 13, DOI: 10.1109/TNNLS.2016.2521602 IEEE Early Access Articles *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11250369B2 (en) 2015-01-23 2022-02-15 Sponsorhouse, Inc. Computerized system for detecting the exposure and impact of an entity within virtual networking platforms
WO2019199989A1 (en) * 2018-04-10 2019-10-17 Sponsorhouse, Inc. DBA Hookit Deep neural networks modeling
US11741364B2 (en) 2018-04-10 2023-08-29 Hookit, Llc Deep neural networks modeling
US11308135B2 (en) 2019-01-03 2022-04-19 Sponsorhouse, Inc. Data prioritization through relationship analysis mapping
WO2023211439A1 (en) * 2022-04-28 2023-11-02 Rakuten Mobile, Inc. User equipment artificial intelligence-machine-learning capability categorization system, method, device, and program

Also Published As

Publication number Publication date
US9147154B2 (en) 2015-09-29
US9449271B2 (en) 2016-09-20
CN105210064A (en) 2015-12-30
CN105210064B (en) 2020-08-04
US20140279774A1 (en) 2014-09-18
EP2973038A1 (en) 2016-01-20
WO2014160282A1 (en) 2014-10-02

Similar Documents

Publication Publication Date Title
US9449271B2 (en) Classifying resources using a deep network
US9514405B2 (en) Scoring concept terms using a deep network
US11599714B2 (en) Methods and systems for modeling complex taxonomies with natural language understanding
King et al. Computer‐assisted keyword and document set discovery from unstructured text
CN111615706A (en) Analysis of spatial sparse data based on sub-manifold sparse convolutional neural network
US20160170982A1 (en) Method and System for Joint Representations of Related Concepts
US20070136256A1 (en) Method and apparatus for representing text using search engine, document collection, and hierarchal taxonomy
US20170316519A1 (en) Mutually reinforcing ranking of social media accounts and contents
US8788503B1 (en) Content identification
US20090271391A1 (en) Method and apparatus for rating user generated content in seach results
US11361028B2 (en) Generating a graph data structure that identifies relationships among topics expressed in web documents
US11249993B2 (en) Answer facts from structured content
US20230004608A1 (en) Method for content recommendation and device
US11809506B1 (en) Multivariant analyzing replicating intelligent ambience evolving system
US20220188366A1 (en) Combined Wide And Deep Machine Learning Models For Automated Database Element Processing Systems, Methods And Apparatuses
WO2015084757A1 (en) Systems and methods for processing data stored in a database
Rawat et al. A comprehensive study on recommendation systems their issues and future research direction in e-learning domain
Wei et al. Online education recommendation model based on user behavior data analysis
US20200226159A1 (en) System and method of generating reading lists
US20240020476A1 (en) Determining linked spam content
Hong A study on textual contents in online communities and social media using text mining approaches
CN116977701A (en) Video classification model training method, video classification method and device
Thakur et al. Hash Tag Prediction
CN117581223A (en) System and method for hierarchical acquisition of semantic-based chapters in deep learning
Arabi et al. Social tagging in recommender systems

Legal Events

Date Code Title Description
AS Assignment

Owner name: GOOGLE INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WANG, QINGZHOU;LIANG, YU;YANG, KE;AND OTHERS;REEL/FRAME:036413/0393

Effective date: 20131024

STCF Information on status: patent grant

Free format text: PATENTED CASE

AS Assignment

Owner name: GOOGLE LLC, CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:GOOGLE INC.;REEL/FRAME:044566/0657

Effective date: 20170929

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8