paper-with-me

Papers

Tick: a Python library for statistical learning, with a particular emphasis on time-dependent modelling

2017-07-10 · Emmanuel Bacry, Martin Bompaire, Stéphane Gaïffas, Soren Poulsen

Tick is a statistical learning library for Python~3, with a particular emphasis on time-dependent models, such as point processes, and tools for generalized linear models and survival analysis. The core of the library is an optimization module providing model computational classes, solvers and proximal operators for regularization. tick relies on a C++ implementation and state-of-the-art optimization algorithms to provide very fast computations in a single node multi-core setting. Source code and documentation can be downloaded from https://github.com/X-DataInitiative/tick

📄 PDF Abstract BibTeX arXiv:1707.03003

Code (2)

X-DataInitiative/tick 공식 구현
X-DataInitiative/tick_archive

Tasks

Point ProcessesSurvival Analysis

Similar Papers 제목 키워드 기반

GPflow: A Gaussian process library using TensorFlow

2016-10-27 · Alexander G. de G. Matthews, Mark van der Wilk, Tom Nickson, Keisuke Fujii 외

GPflow is a Gaussian process library that uses TensorFlow for its core computations and Python for its front end. The distinguishing features of GPflow are that it uses variational inference as the primary approximation …

Gaussian ProcessesGPUsoftware testingVariational Inference

DeepAL: Deep Active Learning in Python

2021-11-30 · Kuan-Hao Huang

We present DeepAL, a Python library that implements several common strategies for active learning, with a particular emphasis on deep active learning. DeepAL provides a simple and unified framework based on PyTorch that …

Active Learning

srlearn: A Python Library for Gradient-Boosted Statistical Relational Models

2019-12-17 · Alexander L. Hayes

We present srlearn, a Python library for boosted statistical relational models. We adapt the scikit-learn interface to this setting and provide examples for how this can be used to express learning and inference problems…

TensorX: Extensible API for Neural Network Model Design and Deployment

2020-12-29 · Davide Nunes, Luis Antunes

TensorX is a Python library for prototyping, design, and deployment of complex neural network models in TensorFlow. A special emphasis is put on ease of use, performance, and API consistency. It aims to make available hi…

GPU

Darts: User-Friendly Modern Machine Learning for Time Series

2021-10-07 · Julien Herzen, Francesco Lässig, Samuele Giuliano Piazzetta, Thomas Neuer 외

We present Darts, a Python machine learning library for time series, with a focus on forecasting. Darts offers a variety of models, from classics such as ARIMA to state-of-the-art deep neural networks. The emphasis of th…

BIG-bench Machine LearningMeta-LearningTime SeriesTime Series Analysis