torch3 3.1-2.2 source package in Ubuntu

Changelog

torch3 (3.1-2.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Switch to debhelper compat level 10 (Closes: #817698).
  * Create an explicit debian/source/format.

 -- Andrey Rahmatullin <email address hidden>  Thu, 24 Nov 2016 23:44:57 +0500

Upload details

Uploaded by:
Cosimo Alfarano
Uploaded to:
Sid
Original maintainer:
Cosimo Alfarano
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe libs

Downloads

File Size SHA-256 Checksum
torch3_3.1-2.2.dsc 1.6 KiB 7bf1096e253412af8d195aa4ec9af3b58c9aa04178e7d47e8e590c112d613117
torch3_3.1.orig.tar.gz 771.1 KiB 503d7f02b7d717d8eee2f6e56ce4a4badc9571e5197a2ce9c3db056e34d92e29
torch3_3.1-2.2.diff.gz 11.5 KiB ac0df3aa1f243e90f8cd388edd63a1537e1394ab7fb38ecad1e6c1064d53ddda

No changes file available.

Binary packages built by this source

libtorch3-dev: No summary available for libtorch3-dev in ubuntu zesty.

No description available for libtorch3-dev in ubuntu zesty.

libtorch3c2: State of the art machine learning library - runtime library

 Torch is a machine-learning library, written in C++. Its aim is to
 provide the state-of-the-art of the best algorithms for
 machine-learning.
 .
  * Many gradient-based methods, including multi-layered perceptrons,
    radial basis functions, and mixtures of experts. Many small "modules"
    (Linear module, Tanh module, SoftMax module, ...) can be plugged
    together.
  * Support Vector Machine, for classification and regression.
  * Distribution package, includes Kmeans, Gaussian Mixture Models,
    Hidden Markov Models, and Bayes Classifier, and classes for speech
    recognition with embedded training.
  * Ensemble models such as Bagging and Adaboost.
  * Non-parametric models such as K-nearest-neighbors, Parzen Regression
    and Parzen Density Estimator.
 .
 This package is the Torch runtime library.