Projects supporting the none data format.
Showing Items 41-60 of 179 on page 3 of 9: Previous 1 2 3 4 5 6 7 8 Next Last

Logo Naive Bayes Classifier 1.0.0

by openpr_nlpr - December 2, 2011, 05:25:44 CET [ Project Homepage BibTeX Download ] 8686 views, 1990 downloads, 0 subscriptions

About: This program is a C++ implementation of Naive Bayes Classifier, which is a well-known generative classification algorithm for the application such as text classification. The Naive Bayes algorithm requires the probabilistic distribution to be discrete. The program uses the multinomial event model for representation, the maximum likelihood estimate with a Laplace smoothing technique for learning parameters. A sparse-data structure is defined to represent the feature vector in the program to seek higher computational speed.

Changes:

Initial Announcement on mloss.org.


Logo OpenCV Based Extended Kalman Filter Frame 1.0.0

by openpr_nlpr - December 2, 2011, 05:23:56 CET [ Project Homepage BibTeX Download ] 7278 views, 1844 downloads, 0 subscriptions

About: A simple and clear OpenCV based extended Kalman filter(EKF) abstract class implementation,absolutely following standard EKF equations. Special thanks to the open source project of KFilter1.3. It is easy to inherit it to implement a variable state and measurement EKF for computer vision and INS usages.

Changes:

Initial Announcement on mloss.org.


Logo Supervised Latent Semantic Indexing 1.0.0

by openpr_nlpr - December 2, 2011, 05:20:50 CET [ Project Homepage BibTeX Download ] 5982 views, 1637 downloads, 0 subscriptions

About: Supervised Latent Semantic Indexing(SLSI) is an supervised feature transformation method. The algorithms in this package are based on the iterative algorithm of Latent Semantic Indexing.

Changes:

Initial Announcement on mloss.org.


Logo SIFT Extractor 1.0.0

by openpr_nlpr - December 2, 2011, 05:18:35 CET [ Project Homepage BibTeX Download ] 6093 views, 1781 downloads, 0 subscriptions

About: This program is used to extract SIFT points from an image.

Changes:

Initial Announcement on mloss.org.


Logo Layer Based Dependency Parser 1.0.0

by openpr_nlpr - December 2, 2011, 04:51:23 CET [ Project Homepage BibTeX Download ] 6176 views, 1637 downloads, 0 subscriptions

About: LDPar is an efficient data-driven dependency parser. You can train your own parsing model on treebank data and parse new data using the induced model.

Changes:

Initial Announcement on mloss.org.


Logo Histograms of Oriented Gradients Feature Extraction 1.0.0

by openpr_nlpr - December 2, 2011, 04:48:45 CET [ Project Homepage BibTeX Download ] 7528 views, 1764 downloads, 0 subscriptions

About: This program is used to extract HOG(histograms of oriented gradients) features from images. The integral histogram is used for fast histogram extraction. Both APIs and binary utility are provided.

Changes:

Initial Announcement on mloss.org.


Logo Quasi Dense Matching 1.0.0

by openpr_nlpr - December 2, 2011, 04:44:19 CET [ Project Homepage BibTeX Download ] 6153 views, 1748 downloads, 0 subscriptions

About: This program is used to find point matches between two images. The procedure can be divided into two parts: 1) use SIFT matching algorithm to find sparse point matches between two images. 2) use "quasi-dense propagation" algorithm to get "quasi-dense" point matches.

Changes:

Initial Announcement on mloss.org.


Logo Probabilistic Latent Semantic Indexing 1.0.0

by openpr_nlpr - December 2, 2011, 04:42:02 CET [ Project Homepage BibTeX Download ] 5771 views, 1739 downloads, 0 subscriptions

About: Hofmann, T. 1999. Probabilistic latent semantic indexing. In Proceedings of the 22nd ACM-SIGIR International Conference on Research and Development in Information Retrieval (Berkeley,Calif.), ACM, New York, 50–57.

Changes:

Initial Announcement on mloss.org.


Logo Agglomerative MeanShift Clustering 1.0.0

by openpr_nlpr - December 2, 2011, 04:38:13 CET [ Project Homepage BibTeX Download ] 7466 views, 2104 downloads, 0 subscriptions

About: Mean-Shift (MS) is a powerful non-parametric clustering method. Although good accuracy can be achieved, its computational cost is particularly expensive even on moderate data sets. For the purpose of algorithm speedup, an agglomerative MS clustering method called Agglo-MS was developed, along with its mode-seeking ability and convergence property analysis. The method is built upon an iterative query set compression mechanism which is motivated by the quadratic bounding optimization nature of MS. The whole framework can be efficiently implemented in linear running time complexity.

Changes:

Initial Announcement on mloss.org.


Logo Calculate Normalized Information Measures 1.0.0

by openpr_nlpr - December 2, 2011, 04:35:32 CET [ Project Homepage BibTeX Download ] 6613 views, 1692 downloads, 0 subscriptions

About: The toolbox is to calculate normalized information measures from a given m by (m+1) confusion matrix for objective evaluations of an abstaining classifier. It includes total 24 normalized information measures based on three groups of definitions, that is, mutual information, information divergence, and cross entropy.

Changes:

Initial Announcement on mloss.org.


Logo Scilab Pattern Recognition Toolbox 0.0.2

by openpr_nlpr - December 2, 2011, 04:27:49 CET [ Project Homepage BibTeX Download ] 6412 views, 1641 downloads, 0 subscriptions

About: Scilab Pattern Recognition Toolbox is a toolbox developed for Scilab software, and is used in pattern recognition, machine learning and the related field. It is developed for the purpose of education and research.

Changes:

Initial Announcement on mloss.org.


Logo Maja Machine Learning Framework 1.0

by jhm - September 13, 2011, 15:13:56 CET [ Project Homepage BibTeX Download ] 38268 views, 9367 downloads, 0 subscriptions

About: The Maja Machine Learning Framework (MMLF) is a general framework for problems in the domain of Reinforcement Learning (RL) written in python. It provides a set of RL related algorithms and a set of benchmark domains. Furthermore it is easily extensible and allows to automate benchmarking of different agents.

Changes:
  • Experiments can now be invoked from the command line
  • Experiments can now be "scripted"
  • MMLF Experimenter contains now basic module for statistical hypothesis testing
  • MMLF Explorer can now visualize the model that has been learned by an agent

Logo FLANN, Fast Library for Approximate Nearest Neighbors 1.6.11

by mariusmuja - September 12, 2011, 22:32:29 CET [ Project Homepage BibTeX Download ] 53006 views, 7241 downloads, 0 subscriptions

About: FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces. It contains a collection of algorithms we found to work best for nearest neighbor search.

Changes:

See project page for changes.


Logo mloss.org svn-r645-Mar-2011

by sonne - March 23, 2011, 11:09:18 CET [ Project Homepage BibTeX Download ] 34535 views, 5591 downloads, 0 subscriptions

About: This is the source code of the mloss.org website.

Changes:

Now works with newer django versions and fixes several warnings and minor bugs underneath. The only user visible change is probably that the subscription and bookmark buttons work again.


Logo KeplerWeka 20101008

by fracpete - October 9, 2010, 05:27:13 CET [ Project Homepage BibTeX Download ] 24317 views, 6753 downloads, 0 subscriptions

About: KeplerWeka represents the integration of all the functionality of the WEKA Machine Learning Workbench into the open-source scientific workflow Kepler. Among them are classification, [...]

Changes:
  • Now compatible with Kepler 2.0
  • New version of WEKA included (patched 3.7.2 release), WEKA's new package manager works in conjunction with Kepler
  • Renamed actor Count to ConditionalTee, introduced new Count actor
  • Removed actors OutputLogger, MultiSync, TwinSync

Logo BCPy2000 17374

by jez - July 8, 2010, 22:11:24 CET [ Project Homepage BibTeX Download ] 39368 views, 8628 downloads, 0 subscriptions

About: BCPy2000 provides a platform for rapid, flexible development of experimental Brain-Computer Interface systems based on the BCI2000.org project. From the developer's point of view, the implementation [...]

Changes:

Bugfixes and tuneups, and an expanded set of (some more-, some less-documented, optional tools)


Logo LIBOCAS 0.93

by vf - June 20, 2010, 12:22:05 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 23842 views, 4095 downloads, 0 subscriptions

About: The library implements Optimized Cutting Plane Algorithm (OCAS) for efficient training of linear SVM classifiers from large-scale data.

Changes:

Implemented COFFIN framework which allows efficient training of invariant image classifiers via virtual examples.


Logo Circular Statistics Toolbox 2010c

by phb - June 9, 2010, 13:02:26 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 31778 views, 4304 downloads, 0 subscriptions

About: Toolbox for circular statistics with Matlab (The Mathworks).

Changes:

Some bugfixes.


Logo dANN AI Library 1.3

by freemo - April 25, 2010, 05:36:46 CET [ Project Homepage BibTeX Download ] 11464 views, 3130 downloads, 0 subscriptions

About: dANN is an Artificial Intelligence and Artificial Genetics library targeted at employing conventional techniques as well as acting as a platform for research & development of novel techniques. As new techniques are developed and proven to be effective they will be integrated into the core library. It is currently written in Java, C++, and C#. However only the java version is currently in active development. If you want to obtain a version other than the java version you will need to get it directly from GIT.

Changes:

Please get the version in GIT only, the released version is old.


Logo ALGLIB 2.4.0

by Sergey_Bochkanov - March 10, 2010, 14:07:35 CET [ Project Homepage BibTeX Download ] 18535 views, 5714 downloads, 0 subscriptions

About: ALGLIB is an open source numerical analysis library distributed under GPL 2+. It implements both general numerical algorithms and machine learning algorithms. ALGLIB can be used from C#, C++, FreePascal, VBA and other languages. It is the only numerical analysis library which uses automatic translation to generate source code written in different programming languages with 100% identical functionality.

Changes:
  1. New algorithms implemented: exact and approximate nearest neighbor search using kd-trees, new multidimensional scattered data interpolation/fitting algorithm with O(N·logN) complexity (modified Shepard's method with fast k-NN queries), linear algebra algorithms

  2. faster QR/LQ, matrix inversion, condition number estimation.

  3. Minor fixes


Showing Items 41-60 of 179 on page 3 of 9: Previous 1 2 3 4 5 6 7 8 Next Last