File: kernel_changelog

package info (click to toggle)
torch 2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,488 kB
  • ctags: 3,217
  • sloc: cpp: 14,272; makefile: 201
file content (33 lines) | stat: -rw-r--r-- 949 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
Changes made since version 1
============================
  + Important fact:
    - !!! WARNING !!! The library is now completely embedded
      in the namespace Torch.

  + Main bugs corrected:
    - PolynomialKernel
    - IOTorch sparse
    - MultiClassFormat::toOneHot
    - the shift computation in Softmax
    - the end criterion in StochasticGradient
    - the reverseSparseMemory() function doesn't exist anymore

  + New features:
    - Makefile and Makefile_options changed (in Torch/config and Torch/kernel)
    - the options in Object have been improved
    - REAL_EPSILON value in general.h
    - MSTDVSparseNormalize in normalize.h
    - some functions for strings in string_utils.h
    - some functions in log_add.h

  + New classes:
    - WeightedSumMachine
    - Bagging
    - Boosting
    - BoostingMeasurer
    - MultiCriterion
    - SparseDataSet
    - FileSparseDataSet
    - SparseLinear
    - LogSoftmax
    - ClassLLCriterion