블로그 이미지
News and Announcements (at) Apache Software Foundation. 노안돼지
Apache Software Foundation The Apache User Group KLDP From download

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2024/5 »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.

우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.

Apache Mahout 0.2 릴리즈

뉴스/소식 | 2009. 11. 19. 10:08 | Posted by 노안돼지

Apache Mahout 0.2 has been released and is now available for public download at http://www.apache.org/dyn/closer.cgi/lucene/mahout

Apache Mahout is a subproject of Apache Lucene with the goal of delivering scalable machine learning algorithm implementations under the Apache license. http://www.apache.org/licenses/LICENSE-2.0
Scale in terms of computation to the

size of data you manage today.  Scale in terms of community to support anyone interested in using machine learning. Scale in terms of business by providing the library under a commercially friendly, free software license.

Built on top of the powerful map/reduce paradigm of the Apache Hadoop project, Mahout's goal is to solve popular machine learning problems like clustering, collaborative filtering and classification over extremely large data sets over thousands of computers.


Up to date maven artifacts can be found in the Apache repository at
https://repository.apache.org/content/repositories/releases/org/apache/mahout/


The complete changelist can be found here:
http://issues.apache.org/jira/browse/MAHOUT/fixforversion/12313278


New Mahout 0.2 features include

- Major performance enhancements in Collaborative Filtering, Classification and Clustering
- New: Latent Dirichlet Allocation(LDA) implementation for topic modelling
- New: Frequent Itemset Mining for mining top-k patterns from a list of transactions
- New: Decision Forests implementation for Decision Tree classification (In Memory & Partial Data)
- New: HBase storage support for Naive Bayes model building and classification
- New: Generation of vectors from Text documents for use with Mahout Algorithms
- Performance improvements in various Vector implementations
- Tons of bug fixes and code cleanup

Getting started: New to Mahout?

1) Download Mahout at http://www.apache.org/dyn/closer.cgi/lucene/mahout
2) Check out the Quick start: http://cwiki.apache.org/MAHOUT/quickstart.html
3) Read the Mahout Wiki: http://cwiki.apache.org/MAHOUT
4) Join the community by subscribing to mahout-user@lucene.apache.org
5) Give back: http://www.apache.org/foundation/getinvolved.html (optional, but much appreciated!)
6) Consider adding yourself to the power by Wiki page: http://cwiki.apache.org/MAHOUT/poweredby.html

For more information on Apache Mahout, see
http://lucene.apache.org/mahout

: