20 projects found that use python as the programming language.
Showing Items 1-20 of 134 on page 1 of 7: 1 2 3 4 5 6 Next Last

Logo Alpenglow 1.0.6

by kdomokos2 - April 26, 2021, 12:57:51 CET [ Project Homepage BibTeX Download ] 8411 views, 2474 downloads, 1 subscription

About: A recommender systems research framework aimed at modeling non-stationary environments.

Changes:

Initial Announcement on mloss.org.


Logo JMLR MLPACK 3.0.2

by rcurtin - June 9, 2018, 18:03:57 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 226138 views, 39581 downloads, 0 subscriptions

Rating Whole StarWhole StarWhole StarWhole Star1/2 Star
(based on 1 vote)

About: A fast, flexible C++ machine learning library, with bindings to other languages.

Changes:

Released June 8th, 2018.

  • Documentation generation fixes for Python bindings (#1421).
  • Fix build error for man pages if command-line bindings are not being built (#1424).
  • Add shuffle parameter and Shuffle() method to KFoldCV (#1412). This will shuffle the data when the object is constructed, or when Shuffle() is called.
  • Added neural network layers: AtrousConvolution (#1390), Embedding (#1401), and LayerNorm (layer normalization) (#1389).
  • Add Pendulum environment for reinforcement learning (#1388) and update Mountain Car environment (#1394).

Logo Theano 1.0.2

by jaberg - May 23, 2018, 16:34:31 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 103587 views, 19773 downloads, 0 subscriptions

About: A Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. Dynamically generates CPU and GPU modules for good performance. Deep Learning Tutorials illustrate deep learning with Theano.

Changes:

Theano 1.0.2 (23rd of May, 2018)

This is a maintenance release of Theano, version 1.0.2, with no new features, but some important bug fixes.

We recommend that everybody update to this version.

Highlights (since 1.0.1):

  • Theano should work under PyPy now (this is experimental).
  • Update for cuDNN 7.1 RNN API changes.
  • Fix for a crash related to mixed dtypes with cuDNN convolutions.
  • MAGMA should work in more cases without manual config.
  • Handle reductions with non-default accumulator dtype better on the GPU.
  • Improvements to the test suite so that it fails less often due to random chance.

A total of 6 people contributed to this release since 1.0.1:

  • Frederic Bastien
  • Steven Bocco
  • Jon Haygood
  • Arnaud Bergeron
  • Jordan Melendez
  • Desiree Vogt-Lee
  • Garming Sam
  • Pascal Lamblin
  • Vincent Dumoulin
  • Glexin
  • Simon Lefrancois

Logo JMLR dlib ml 19.11

by davis685 - May 18, 2018, 04:19:52 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 425186 views, 78284 downloads, 0 subscriptions

About: This project is a C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems.

Changes:

This release adds a bunch of new image processing routines as well as many minor usability improvements and bug fixes.


Logo Barista 0.3

by klemms - April 16, 2018, 17:13:03 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 19509 views, 3290 downloads, 0 subscriptions

About: A Graphical Tool for Designing and Training Deep Neural Networks

Changes:
  • new Caffe version manager
  • added separate executable for remote server
  • new Session cloning behavior
  • improved Host Manager design
  • change database location in Input Manager
  • many smaller improvements and bugfixes

Logo SMPyBandits 0.9.2

by Naereen - March 20, 2018, 20:12:13 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 19051 views, 2671 downloads, 0 subscriptions

About: SMPyBandits: an Open-Source Research Framework for Single and Multi-Players Multi-Arms Bandits (MAB) Algorithms in Python

Changes:

Initial Announcement on mloss.org.


Logo seglearn 0.1

by dmbee - March 14, 2018, 21:45:46 CET [ Project Homepage BibTeX Download ] 9004 views, 3288 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 ] 9117 views, 2692 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 ] 92939 views, 17032 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 python weka wrapper3 0.1.4

by fracpete - February 18, 2018, 04:54:03 CET [ Project Homepage BibTeX Download ] 21627 views, 6052 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 ] 147239 views, 38176 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 ] 5533 views, 1618 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 ] 12779 views, 2881 downloads, 0 subscriptions

About: Behavior Optimization and Learning for Robots

Changes:

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


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 ] 8253 views, 1483 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 pycobra regression analysis and ensemble toolkit 0.2.2

by bhargavvader - December 29, 2017, 13:57:46 CET [ Project Homepage BibTeX Download ] 13754 views, 3431 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 Operator Discretization Library 0.6

by jonasadl - December 19, 2017, 15:24:08 CET [ Project Homepage BibTeX Download ] 5812 views, 1551 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 ] 16946 views, 4433 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.


Logo DFLsklearn, Hyperparameters optimization in Scikit Learn 0.1

by vlatorre - November 23, 2017, 13:14:36 CET [ Project Homepage BibTeX Download ] 5363 views, 1877 downloads, 0 subscriptions

About: A method to optimize the hyperparameters for machine learning methods implemented in Scikit-learn based on Derivative Free Optimization

Changes:

Initial Announcement on mloss.org.


Logo HIERDENC 1.0

by billandreo - October 31, 2017, 16:01:32 CET [ Project Homepage BibTeX Download ] 6847 views, 3825 downloads, 0 subscriptions

About: This is a tool for retrieving nearest neighbors and clustering of large categorical data sets represented in transactional form. The clustering is achieved via a locality-sensitive hashing of categorical datasets for speed and scalability.

Changes:

Initial Announcement on mloss.org.


Logo bufferkdtree 1.3

by fgieseke - October 20, 2017, 11:39:59 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 6342 views, 1931 downloads, 0 subscriptions

About: The bufferkdtree package is a Python library that aims at accelerating nearest neighbor computations using both k-d trees and modern many-core devices such as graphics processing units (GPUs).

Changes:

Initial Announcement on mloss.org.


Showing Items 1-20 of 134 on page 1 of 7: 1 2 3 4 5 6 Next Last