Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Feature hashing
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Feature_hashing
http://dbpedia.org/ontology/abstract In machine learning, feature hashing, alsoIn machine learning, feature hashing, also known as the hashing trick (by analogy to the kernel trick), is a fast and space-efficient way of vectorizing features, i.e. turning arbitrary features into indices in a vector or matrix. It works by applying a hash function to the features and using their hash values as indices directly, rather than looking the indices up in an associative array. This trick is often attributed to Weinberger et al. (2009), but there exists a much earlier description of this method published by John Moody in 1989.is method published by John Moody in 1989. , 機械学習において、Feature Hashing(フィーチャーハッシング)は、高速かつ省メモリな特徴量をベクトルに変換する手法であり、任意の特徴をベクトルあるいは行列のインデックスに変換する。kernel trick(カーネルトリック)に似せてHashing Trick(ハッシュトリック)とも呼ばれる。連想配列を走査するのではなく、ハッシュ関数を特徴量に適用し、その値をインデックスとして直接使用する。
http://dbpedia.org/ontology/wikiPageExternalLink https://ml.dask.org/modules/generated/dask_ml.feature_extraction.text.HashingVectorizer.html%23dask_ml.feature_extraction.text.HashingVectorizer + , https://web.archive.org/web/20120609232923/http:/metaoptimize.com/qa/questions/6943/what-is-the-hashing-trick + , http://hunch.net/~jl/projects/hash_reps/index.html +
http://dbpedia.org/ontology/wikiPageID 36126852
http://dbpedia.org/ontology/wikiPageLength 19896
http://dbpedia.org/ontology/wikiPageRevisionID 1114513799
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/Linear_model + , http://dbpedia.org/resource/Hilbert_space + , http://dbpedia.org/resource/Count%E2%80%93min_sketch + , http://dbpedia.org/resource/Finite_support + , http://dbpedia.org/resource/Apache_Mahout + , http://dbpedia.org/resource/Bloom_filter + , http://dbpedia.org/resource/Category:Machine_learning + , http://dbpedia.org/resource/Robert_Burton + , http://dbpedia.org/resource/One-hot_encoding + , http://dbpedia.org/resource/Kernel_trick + , http://dbpedia.org/resource/Yahoo%21_Research + , http://dbpedia.org/resource/Category:Hashing + , http://dbpedia.org/resource/Multi-task_learning + , http://dbpedia.org/resource/R_%28programming_language%29 + , http://dbpedia.org/resource/Polysemy + , http://dbpedia.org/resource/Locality-sensitive_hashing + , http://dbpedia.org/resource/Type%E2%80%93token_distinction + , http://dbpedia.org/resource/Scikit-learn + , http://dbpedia.org/resource/MinHash + , http://dbpedia.org/resource/Machine_learning + , http://dbpedia.org/resource/Kernel_method + , http://dbpedia.org/resource/Actual_infinity + , http://dbpedia.org/resource/Term-document_matrix + , http://dbpedia.org/resource/Spam_filter + , http://dbpedia.org/resource/Trie + , http://dbpedia.org/resource/Inner_product_space + , http://dbpedia.org/resource/Vowpal_Wabbit + , http://dbpedia.org/resource/Heaps%27_law + , http://dbpedia.org/resource/Hash_table + , http://dbpedia.org/resource/Discrete_metric + , http://dbpedia.org/resource/TensorFlow + , http://dbpedia.org/resource/Bag_of_words + , http://dbpedia.org/resource/Apache_Spark + , http://dbpedia.org/resource/Hash_function + , http://dbpedia.org/resource/Feature_%28machine_learning%29 + , http://dbpedia.org/resource/Category:Articles_with_example_pseudocode + , http://dbpedia.org/resource/Zipf%27s_law + , http://dbpedia.org/resource/Document_classification + , http://dbpedia.org/resource/The_Anatomy_of_Melancholy + , http://dbpedia.org/resource/Sparse_matrix + , http://dbpedia.org/resource/Associative_array + , http://dbpedia.org/resource/Complete_metric_space + , http://dbpedia.org/resource/Gensim + , http://dbpedia.org/resource/Kleene_star +
http://dbpedia.org/property/author http://dbpedia.org/resource/Robert_Burton +
http://dbpedia.org/property/mathStatement If the binary hash is unbiased , then is an isometry in expectation:
http://dbpedia.org/property/name Theorem
http://dbpedia.org/property/proof By linearity of expectation, Now, , since we assumed is unbiased. So we continue
http://dbpedia.org/property/source Part 2, Sect. II, Mem. IV.
http://dbpedia.org/property/text By this art you may contemplate the variation of the 23 letters...
http://dbpedia.org/property/title http://dbpedia.org/resource/The_Anatomy_of_Melancholy + , Proof
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Proof + , http://dbpedia.org/resource/Template:Math_theorem + , http://dbpedia.org/resource/Template:Mvar + , http://dbpedia.org/resource/Template:Math + , http://dbpedia.org/resource/Template:Mono + , http://dbpedia.org/resource/Template:Reflist + , http://dbpedia.org/resource/Template:Blockquote +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Hashing + , http://dbpedia.org/resource/Category:Machine_learning + , http://dbpedia.org/resource/Category:Articles_with_example_pseudocode +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Feature_hashing?oldid=1114513799&ns=0 +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Feature_hashing +
owl:sameAs http://ja.dbpedia.org/resource/Feature_Hashing + , http://dbpedia.org/resource/Feature_hashing + , https://global.dbpedia.org/id/4jLZN + , http://rdf.freebase.com/ns/m.0k0t7b4 + , http://www.wikidata.org/entity/Q5439682 +
rdfs:comment 機械学習において、Feature Hashing(フィーチャーハッシング)は、高速かつ省メモリな特徴量をベクトルに変換する手法であり、任意の特徴をベクトルあるいは行列のインデックスに変換する。kernel trick(カーネルトリック)に似せてHashing Trick(ハッシュトリック)とも呼ばれる。連想配列を走査するのではなく、ハッシュ関数を特徴量に適用し、その値をインデックスとして直接使用する。 , In machine learning, feature hashing, alsoIn machine learning, feature hashing, also known as the hashing trick (by analogy to the kernel trick), is a fast and space-efficient way of vectorizing features, i.e. turning arbitrary features into indices in a vector or matrix. It works by applying a hash function to the features and using their hash values as indices directly, rather than looking the indices up in an associative array. This trick is often attributed to Weinberger et al. (2009), but there exists a much earlier description of this method published by John Moody in 1989.is method published by John Moody in 1989.
rdfs:label Feature hashing , Feature Hashing
hide properties that link here 
http://dbpedia.org/resource/Hashing_trick + , http://dbpedia.org/resource/Hashing-Trick + , http://dbpedia.org/resource/Hash_kernel + , http://dbpedia.org/resource/Hash_trick + http://dbpedia.org/ontology/wikiPageRedirects
http://dbpedia.org/resource/Vowpal_Wabbit + , http://dbpedia.org/resource/Streaming_algorithm + , http://dbpedia.org/resource/Bloom_filter + , http://dbpedia.org/resource/Outline_of_machine_learning + , http://dbpedia.org/resource/Online_machine_learning + , http://dbpedia.org/resource/Count%E2%80%93min_sketch + , http://dbpedia.org/resource/Hashing_trick + , http://dbpedia.org/resource/Locality-sensitive_hashing + , http://dbpedia.org/resource/Count_sketch + , http://dbpedia.org/resource/Hashing-Trick + , http://dbpedia.org/resource/Hash_kernel + , http://dbpedia.org/resource/Hash_trick + , http://dbpedia.org/resource/Hashtrick + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/Feature_hashing + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/Feature_hashing + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.