All entries.
Showing Items 21-40 of 676 on page 2 of 34: Previous 1 2 3 4 5 6 7 Next Last

Logo seglearn 0.1

by dmbee - March 14, 2018, 21:45:46 CET [ Project Homepage BibTeX Download ] 9184 views, 3359 downloads, 0 subscriptions

About: Python module for machine learning multivariate time series

Changes:

Initial Announcement on mloss.org.


Logo Baycomp 1.0

by janez - March 7, 2018, 01:37:12 CET [ Project Homepage BibTeX Download ] 9300 views, 2736 downloads, 0 subscriptions

About: Baycomp is a library for Bayesian comparison of classifiers, as a better alternative for null-hypothesis significance testing.

Changes:

Initial Announcement on mloss.org.


Logo Somoclu 1.7.5

by peterwittek - March 1, 2018, 23:30:34 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 95176 views, 17511 downloads, 0 subscriptions

About: Somoclu is a massively parallel implementation of self-organizing maps. It relies on OpenMP for multicore execution, MPI for distributing the workload, and it can be accelerated by CUDA on a GPU cluster. A sparse kernel is also included, which is useful for training maps on vector spaces generated in text mining processes. Apart from a command line interface, Python, Julia, R, and MATLAB are supported.

Changes:
  • New: A Makefile for mingw to build on Windows.
  • Changed: PR #94 added a much more efficient sparse kernel.
  • Changed: boilerplate code for Julia greatly improved.
  • Changed: Code cleanup, pre-processor macros simplified.
  • Changed: Adapted to Seaborn API changes in plotting heatmaps.

Logo MLweb 1.2

by lauerfab - February 23, 2018, 15:40:27 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 48207 views, 11133 downloads, 0 subscriptions

About: MLweb is an open source project that aims at bringing machine learning capabilities into web pages and web applications, while maintaining all computations on the client side. It includes (i) a javascript library to enable scientific computing within web pages, (ii) a javascript library implementing machine learning algorithms for classification, regression, clustering and dimensionality reduction, (iii) a web application providing a matlab-like development environment.

Changes:
  • Add bibtex entry of corresponding Neurocomputing paper
  • Create javascript modules to avoid global scope pollution in web pages

Logo python weka wrapper3 0.1.4

by fracpete - February 18, 2018, 04:54:03 CET [ Project Homepage BibTeX Download ] 22254 views, 6349 downloads, 0 subscriptions

About: A thin Python3 wrapper that uses the javabridge Python library to communicate with a Java Virtual Machine executing Weka API calls.

Changes:
  • upgraded to Weka 3.9.2
  • properly initializing package support now, rather than adding package jars to classpath
  • added weka.core.ClassHelper Java class for obtaining classes and static fields, as javabridge only uses the system class loader

Logo python weka wrapper 0.3.12

by fracpete - February 18, 2018, 04:29:24 CET [ Project Homepage BibTeX Download ] 150624 views, 39387 downloads, 0 subscriptions

About: A thin Python wrapper that uses the javabridge Python library to communicate with a Java Virtual Machine executing Weka API calls.

Changes:
  • upgraded to Weka 3.9.2
  • properly initializing package support now, rather than adding package jars to classpath
  • added weka.core.ClassHelper Java class for obtaining classes and static fields, as javabridge only uses the system class loader

Logo choix 0.3.1

by lum - February 12, 2018, 14:47:04 CET [ Project Homepage BibTeX Download ] 5696 views, 1662 downloads, 0 subscriptions

About: Inference algorithms for models based on Luce's choice axiom.

Changes:

Initial Announcement on mloss.org.


Logo BOLeRo 1.0.0

by afabisch - February 11, 2018, 19:44:41 CET [ Project Homepage BibTeX Download ] 13204 views, 3000 downloads, 0 subscriptions

About: Behavior Optimization and Learning for Robots

Changes:

https://github.com/rock-learning/bolero/releases/tag/v1.0.0


Logo DataDeps.jl v0.2.2

by oxinabox - February 8, 2018, 03:54:26 CET [ Project Homepage BibTeX Download ] 5826 views, 1669 downloads, 0 subscriptions

About: DataDeps is a package for simplifying the management of data in your julia application. In particular it is designed to make getting static data from some server into the local machine, and making programs know where that data is trivial.

Changes:

Initial Announcement on mloss.org.


Logo KeLP 2.2.2

by kelpadmin - February 1, 2018, 00:57:32 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 61936 views, 15265 downloads, 0 subscriptions

About: Kernel-based Learning Platform (KeLP) is Java framework that supports the implementation of kernel-based learning algorithms, as well as an agile definition of kernel functions over generic data representation, e.g. vectorial data or discrete structures. The framework has been designed to decouple kernel functions and learning algorithms, through the definition of specific interfaces. Once a new kernel function has been implemented, it can be automatically adopted in all the available kernel-machine algorithms. KeLP includes different Online and Batch Learning algorithms for Classification, Regression and Clustering, as well as several Kernel functions, ranging from vector-based to structural kernels. It allows to build complex kernel machine based systems, leveraging on JSON/XML interfaces to instantiate prediction models without writing a single line of code.

Changes:

In addition to minor improvements and bug fixes, this release includes:

  • The possibility to generate the Compositional GRCT and the Compositional LCT data structures in kelp-input-generator.

  • New metrics for evaluating Classification Tasks.

  • New Tutorial and Unit Tests.

Check out this new version from our repositories. API Javadoc is already available. Your suggestions will be very precious for us, so download and try KeLP 2.2.2!


Logo Indefinite Core Vector Machine 0.1

by fmschleif - January 5, 2018, 22:35:38 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 8344 views, 1566 downloads, 0 subscriptions

About: Armadillo/C++ implementation of the Indefinite Core Vector Machine

Changes:

Some tiny errors in the Nystroem demo scripts - should be ok now Initial Announcement on mloss.org.


Logo open aircraft database 1.0

by openpr_nlpr - January 4, 2018, 03:59:58 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 6762 views, 2436 downloads, 0 subscriptions

About: This database include 164 satellite iamges of different airports from google-earth, the first 110 images are used as training images, include 2337 aircrafts, the remained 54 images are used as test images, include 2206 aircrafts, each aircraft are labeled by two points and one number, indicating the positions of head and tail,and which point is the head. The labeled informations are recorded in two files: train.txt and test.txt, matlab is recommanded to be used for reading these data by import data tool.

Changes:

Initial Announcement on mloss.org.


  • Operating System: Any
  • Data Formats: Zip
  • Tags: Data

Logo rupture, change point detection in Python 1.0

by truongx - January 3, 2018, 09:51:55 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 8555 views, 1532 downloads, 0 subscriptions

About: ruptures is a Python library for off-line change point detection. This package provides methods for the analysis and segmentation of non-stationary signals. Implemented algorithms include exact and approximate detection for various parametric and non-parametric models. ruptures focuses on ease of use by providing a well-documented and consistent interface. In addition, thanks to its modular structure, different algorithms and models can be connected and extended within this package.

Changes:

Initial Announcement on mloss.org.


Logo open vehicle database of san francisco city 1.0

by openpr_nlpr - January 2, 2018, 03:04:42 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 6782 views, 1471 downloads, 0 subscriptions

About: The scancity of open database of small targets in remotesensing field has hindered the research in a lot. This open database includes 111 satellite images from google earth, 80 images are used as training set, contains 7862 vehicles. The other 31 images sre used as test set, contains 1635 vehicles. The positions of each vehicle are labeled by two points, which are recorded in "train.txt" and "test.txt" respectively. The label information is easily to be read by matlab tool. So such an open database is very useful for researchers in object detection fields.

Changes:

Initial Announcement on mloss.org.


  • Operating System: Any
  • Data Formats: Zip
  • Tags: Data

Logo r-cran-caret 6.0-78

by r-cran-robot - January 1, 2018, 00:00:05 CET [ Project Homepage BibTeX Download ] 305259 views, 72076 downloads, 0 subscriptions

About: Classification and Regression Training

Changes:

Fetched by r-cran-robot on 2018-01-01 00:00:05.042473


Logo pycobra regression analysis and ensemble toolkit 0.2.2

by bhargavvader - December 29, 2017, 13:57:46 CET [ Project Homepage BibTeX Download ] 14194 views, 3539 downloads, 0 subscriptions

About: pycobra is a python library for ensemble learning, which serves as a toolkit for regression, classification, and visualisation. It is scikit-learn compatible and fits into the existing scikit-learn ecosystem.

Changes:

pycobra is further pep8 compliant, has improved tests and more plotting options.


Logo WEKA 3.9.2

by mhall - December 22, 2017, 03:39:19 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 143570 views, 34708 downloads, 0 subscriptions

Rating Whole StarWhole StarWhole StarWhole StarEmpty Star
(based on 6 votes)

About: The Weka workbench contains a collection of visualization tools and algorithms for data analysis and predictive modelling, together with graphical user interfaces for easy access to this [...]

Changes:

This release include a lot of bug fixes and improvements. Some of these are detailed at

http://jira.pentaho.com/projects/DATAMINING/issues/DATAMINING-771

As usual, for a complete list of changes refer to the changelogs.


Logo ADAMS 17.12.0

by fracpete - December 20, 2017, 09:38:32 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 86968 views, 17539 downloads, 0 subscriptions

About: The Advanced Data mining And Machine learning System (ADAMS) is a flexible workflow engine aimed at quickly building and maintaining data-driven, reactive workflows, easily integrated into business processes.

Changes:

Some highlights:

  • Code base was moved to Github
  • Nearly 90 new actors, 25 new conversions
  • much improved deeplearning4j module
  • experimental support for Microsoft's CNTK deep learning framework
  • rsync module
  • MEKA webservice module
  • improved support for image annotations
  • improved LaTeX support
  • Websocket support

Logo Operator Discretization Library 0.6

by jonasadl - December 19, 2017, 15:24:08 CET [ Project Homepage BibTeX Download ] 6011 views, 1613 downloads, 0 subscriptions

About: Operator Discretization Library (ODL) is a Python library that enables research in inverse problems on realistic or real data.

Changes:

Initial Announcement on mloss.org.


Logo Aboleth 0.7

by dsteinberg - December 14, 2017, 02:39:19 CET [ Project Homepage BibTeX Download ] 17408 views, 4614 downloads, 0 subscriptions

About: A bare-bones TensorFlow framework for Bayesian deep learning and Gaussian process approximation

Changes:

Release 0.7.0

  • Update to TensorFlow r1.4.

  • Tutorials in the documentation on:

  • Interfacing with Keras

  • Saving/loading models

  • How to build a variety of regressors with Aboleth

  • New prediction module with some convenience functions, including freezing the weight samples during prediction.

  • Bayesian convolutional layers with accompanying demo.

  • Allow the number of samples drawn from a model to be varied by using placeholders.

  • Generalise the feature embedding layers to work on matrix inputs (instead of just column vectors).

  • Numerous numerical and usability fixes.


Showing Items 21-40 of 676 on page 2 of 34: Previous 1 2 3 4 5 6 7 Next Last