RSS 17 projects tagged "machine learning"

Download Website Updated 13 May 2013 Armadillo C++ Library

Screenshot
Pop 451.06
Vit 113.19

Armadillo is a C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. Integer, floating point, and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries. A delayed evaluation approach, based on template meta-programming, is used (during compile time) to combine several operations into one and reduce or eliminate the need for temporaries.

Download Website Updated 04 Jul 2011 K-tree

Screenshot
Pop 82.74
Vit 2.17

K-tree provides a scalable approach to clustering by combining the B+-tree and k-means algorithms. Clustering can be used to solve problems in signal processing, machine learning, and other contexts. It has recently been used to solve document clustering problems on the Wikipedia collection.

No download Website Updated 19 Aug 2009 x2search

Screenshot
Pop 21.84
Vit 1.00

x2search is a crawler based on machine learning algorithms that finds pages and documents that are similar to given positive and different to given negative examples. The learned classifiers can be exported and saved for later reuse. It features multiple settings for searching by domain/server, etc. and has a plug-in mechanism for adding document types to be searched.

Download No website Updated 01 Oct 2010 Pinta

Screenshot
Pop 63.95
Vit 2.63

Pinta is an extremely versatile, extensible, self-learning image classification program. It uses texture and color analysis and neural network techniques to automatically learn differences in images. It comes with a C API for easy integration into other software. It is built on top of the pattern recognition and image analysis platform Into.

Download No website Updated 13 Aug 2010 TexLexAn

Screenshot
Pop 41.71
Vit 1.11

TexLexAn allows you to drag and drop a document or a link to any Web page to analyze. The program will analyze the text, evaluate its readability, categorize the document, summarize it, and archive it.

Download No website Updated 28 Jan 2010 Waffles

Screenshot
Pop 31.18
Vit 34.78

Waffles is a cross-platform C++ library of algorithms for machine learning, artificial intelligence, data mining, etc. It also contains demo apps and command-line wrapper tools that are useful for visualizing, analyzing, and predictively modeling data.

No download Website Updated 06 May 2010 scikits.learn

Screenshot
Pop 22.80
Vit 33.34

scikits.learn is a Python module that integrates classic machine learning algorithms in the tightly-knit world of scientific Python packages. It aims to provide simple and efficient solutions to learning problems that are accessible to everybody and reusable in various contexts: machine-learning as a versatile tool for science and engineering.

Download Website Updated 17 Jan 2013 Milk

Screenshot
Pop 149.93
Vit 12.61

Milk is a machine learning toolkit in Python. Its focus is on supervised classification with several classifiers available: SVMs (based on libsvm), k-NN, random forests, and decision trees. It also performs feature selection. These classifiers can be combined in many ways to form different classification systems. For unsupervised learning, milk supports k-means clustering and affinity propagation.

Download Website Updated 06 Nov 2012 Accord.NET Framework

Screenshot
Pop 84.05
Vit 4.90

Accord.NET provides statistical analysis, machine learning, image processing, and computer vision methods for .NET applications. The Accord.NET Framework extends the popular AForge.NET with new features, adding to a more complete environment for scientific computing in .NET.

No download Website Updated 30 Dec 2012 MyMediaLite

Screenshot
Pop 86.14
Vit 12.60

MyMediaLite is a lightweight, multi-purpose library of recommender system algorithms. It addresses the two most common scenarios in collaborative filtering: rating prediction (e.g. on a scale of 1 to 5 stars), and item prediction from implicit feedback (e.g. from clicks or purchase actions). It contains dozens of recommender engines, including state-of-the-art matrix factorization methods. It also supports real-time updates to the recommender engines, storing engines to disk and reloading them again, and several evaluation measures to compare the accuracy of different recommender system methods. Three command-line programs that offer most of the functionality contained in the library are included.

Screenshot

Project Spotlight

fritz-payment/jsonrpc

A PHP JSON RPC library.

Screenshot

Project Spotlight

GNU libmicrohttpd

A C library providing HTTP server functionality.