About: Apache Mahout

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Apache Mahout is a project of the Apache Software Foundation to produce free implementations of distributed or otherwise scalable machine learning algorithms focused primarily on linear algebra. In the past, many of the implementations use the Apache Hadoop platform, however today it is primarily focused on Apache Spark. Mahout also provides Java/Scala libraries for common math operations (focused on linear algebra and statistics) and primitive Java collections. Mahout is a work in progress; a number of algorithms have been implemented.

Property Value
dbo:abstract
  • Apache Mahout is a project of the Apache Software Foundation to produce free implementations of distributed or otherwise scalable machine learning algorithms focused primarily on linear algebra. In the past, many of the implementations use the Apache Hadoop platform, however today it is primarily focused on Apache Spark. Mahout also provides Java/Scala libraries for common math operations (focused on linear algebra and statistics) and primitive Java collections. Mahout is a work in progress; a number of algorithms have been implemented. (en)
  • Apache Mahout est un projet de la fondation Apache visant à créer des implémentations d'algorithmes d'apprentissage automatique distribués. D'abord développé au-dessus de la plate-forme Hadoop, Mahout a ensuite utilisé Apache Spark. Mahout est encore en cours de développement ; le nombre d'algorithmes implémentés a rapidement augmenté, mais certains manquent encore. Même si les algorithmes principaux proposés par Mahout pour faire du partitionnement de données et de la classification automatique sont implémentés avec Apache Hadoop en utilisant le paradigme MapReduce, les contributions ne sont pas restreintes à une base Hadoop, mais peuvent aussi être non distribuées ou utiliser un cluster ne tournant pas sur Hadoop. Cela permet l'intégration de projets externes dans Mahout. (fr)
  • Apache Mahoutは、Apache Software Foundationが管理する機械学習アルゴリズムのオープンソース・ソフトウェアである。Apache Mahoutは、協調フィルタリングやクラスタリング、に特化されたスケーラブルなアルゴリズムを実装している。これらの実装の多くは、Apache Hadoopのプラットフォームが使用されている。Mahoutでは、一般的な線形代数や統計などの数学操作のためのJavaライブラリやプリミティブ型を提供している。Mahoutは現在開発中であり、実装されたアルゴリズムの数は急速に増えている。しかし、アルゴリズムの種類は未だ満たされたものとは言えない。 Mahoutのコアとなるクラスタリング、クラス分類のアルゴリズムは、Apache HadoopのMapReduceのパラダイム上に実装されているが、これによってHadoopを利用しないと実装が制限されるわけではない。したがって、、もしくはHadoopクラスタ以外での実行も推奨されている。例えば、Mahoutを使う上でメインディッシュとなる、協調フィルタリングによるレコメンダシステムコンポーネントは、Hadoopを使わない環境でも実行することができる。(Google社で開発)ライクななどの開発途上のプロジェクトとの統合も積極的に議論されている。 (ja)
  • 아파치 머하웃(Apache Mahout)은 아파치 소프트웨어 재단의 한 프로젝트로서 분산처리가 가능하고 확장성을 가진 기계학습용 라이브러리이다. 맵리듀스를 이용하는 아파치 하둡위에 적용되며 비슷한 특성을 가진 데이터들을 분류하고 정의하는 작업 및 협업 필터링 분야에 집중한다. 머하웃(Mahout)의 사전적 의미는 코끼리를 부리는 사람을 말한다. (ko)
  • Apache Mahout è un progetto di Apache Software Foundation che consiste in un insieme di librerie relative all'apprendimento automatico, il cui numero è in costante crescita.Si focalizza principalmente in tre aree: * collaborative filtering; * clustering; * classification. Sono inoltre fornite ulteriori librerie Java per le operazioni più comuni di algebra lineare e statistica. Gli algoritmi principali sono implementati su Apache Hadoop, che si basa sul paradigma MapReduce, senza però restringere il campo dei contributi accettati (ad esempio soluzioni che lavorano solo su un singolo nodo o su cluster non-Hadoop). (it)
dbo:developer
dbo:genre
dbo:latestReleaseDate
  • 2020-10-07 (xsd:date)
dbo:latestReleaseVersion
  • 14.1
dbo:license
dbo:operatingSystem
dbo:programmingLanguage
dbo:releaseDate
  • 2009-04-07 (xsd:date)
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 18706674 (xsd:integer)
dbo:wikiPageLength
  • 7829 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1096040236 (xsd:integer)
dbo:wikiPageWikiLink
dbp:collapsible
  • yes (en)
dbp:developer
dbp:discontinued
  • No (en)
dbp:genre
dbp:latestReleaseDate
  • 2020-10-07 (xsd:date)
dbp:latestReleaseVersion
  • 14.100000 (xsd:double)
dbp:license
dbp:logo
  • Apache Mahout logo.svg (en)
dbp:name
  • Apache Mahout (en)
dbp:operatingSystem
dbp:programmingLanguage
dbp:released
  • 2009-04-07 (xsd:date)
dbp:repo
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Apache Mahout is a project of the Apache Software Foundation to produce free implementations of distributed or otherwise scalable machine learning algorithms focused primarily on linear algebra. In the past, many of the implementations use the Apache Hadoop platform, however today it is primarily focused on Apache Spark. Mahout also provides Java/Scala libraries for common math operations (focused on linear algebra and statistics) and primitive Java collections. Mahout is a work in progress; a number of algorithms have been implemented. (en)
  • Apache Mahoutは、Apache Software Foundationが管理する機械学習アルゴリズムのオープンソース・ソフトウェアである。Apache Mahoutは、協調フィルタリングやクラスタリング、に特化されたスケーラブルなアルゴリズムを実装している。これらの実装の多くは、Apache Hadoopのプラットフォームが使用されている。Mahoutでは、一般的な線形代数や統計などの数学操作のためのJavaライブラリやプリミティブ型を提供している。Mahoutは現在開発中であり、実装されたアルゴリズムの数は急速に増えている。しかし、アルゴリズムの種類は未だ満たされたものとは言えない。 Mahoutのコアとなるクラスタリング、クラス分類のアルゴリズムは、Apache HadoopのMapReduceのパラダイム上に実装されているが、これによってHadoopを利用しないと実装が制限されるわけではない。したがって、、もしくはHadoopクラスタ以外での実行も推奨されている。例えば、Mahoutを使う上でメインディッシュとなる、協調フィルタリングによるレコメンダシステムコンポーネントは、Hadoopを使わない環境でも実行することができる。(Google社で開発)ライクななどの開発途上のプロジェクトとの統合も積極的に議論されている。 (ja)
  • 아파치 머하웃(Apache Mahout)은 아파치 소프트웨어 재단의 한 프로젝트로서 분산처리가 가능하고 확장성을 가진 기계학습용 라이브러리이다. 맵리듀스를 이용하는 아파치 하둡위에 적용되며 비슷한 특성을 가진 데이터들을 분류하고 정의하는 작업 및 협업 필터링 분야에 집중한다. 머하웃(Mahout)의 사전적 의미는 코끼리를 부리는 사람을 말한다. (ko)
  • Apache Mahout è un progetto di Apache Software Foundation che consiste in un insieme di librerie relative all'apprendimento automatico, il cui numero è in costante crescita.Si focalizza principalmente in tre aree: * collaborative filtering; * clustering; * classification. (it)
  • Apache Mahout est un projet de la fondation Apache visant à créer des implémentations d'algorithmes d'apprentissage automatique distribués. D'abord développé au-dessus de la plate-forme Hadoop, Mahout a ensuite utilisé Apache Spark. Mahout est encore en cours de développement ; le nombre d'algorithmes implémentés a rapidement augmenté, mais certains manquent encore. (fr)
rdfs:label
  • Apache Mahout (en)
  • Apache Mahout (fr)
  • Apache Mahout (it)
  • 아파치 머하웃 (ko)
  • Apache Mahout (ja)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
foaf:name
  • Apache Mahout (en)
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License