File: control

package info (click to toggle)
torch3 3.1-0
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,940 kB
  • ctags: 2,744
  • sloc: cpp: 24,245; python: 299; makefile: 153
file content (54 lines) | stat: -rw-r--r-- 2,201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: torch3
Priority: optional
Maintainer: Cosimo Alfarano <kalfa@debian.org>
Build-Depends: debhelper (>> 4.0.0)
Standards-Version: 3.6.1

Package: libtorch3
Section: libs
Architecture: any
Depends: ${shlibs:Depends} ${misc:Depends}
Provides: libtorch
Description: 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.

Package: libtorch3-dev
Section: devel
Architecture: any
Depends: libtorch3 (= ${Source-Version}), libstdc++5-3.3-dev
Provides: libtorch-dev
Conflicts: libtorch1-dev, libtorch-dev
Description: State of the art machine learning library - development files
 Torch is a machine-learning library, written in C++.  Its aim is to
 provide the state-of-the-art of the best algorithms. 
 .
 * 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 development package (header files and
 static library.)