File: control

package info (click to toggle)
torch-examples 2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 676 kB
  • ctags: 39
  • sloc: cpp: 1,973; makefile: 64; csh: 39
file content (18 lines) | stat: -rw-r--r-- 766 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: torch-examples
Section: devel
Priority: optional
Maintainer: Barak Pearlmutter <bap@cs.unm.edu>
Build-Depends: debhelper (>> 3.0.0), libtorch-dev
Standards-Version: 3.5.2

Package: torch-examples
Architecture: any
Depends: ${shlibs:Depends}
Description: Machine learning programs using libtorch
 Sample programs that use the Torch Machine Learning library.  Programs
 in this package include: adaboost (the ADAboost algorithm), bag (the
 bagging method), gmm (Gaussian mixture model), hmm (hidden markov
 model), mixture_softmax (mixture of experts using soft combination of
 predictions), mlp (multilayer perceptron), svm (support vector
 machine), bayes (naive Bayesian classifier), hmm_speech (an HMM with
 the bells and whistles for speech recognition).