8000 Suravi/Documentation at master · dibyendumajumdar/Suravi · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

Documentation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ravi / Lua Distribution

Penlight

Filename Manipulation Package

This package provides portable functions and variables to manipulate the file system :

Parsing Expression Grammers

  • LPeg - Parsing Expression Grammars For Lua
  • LPegLabel - Parsing Expression Grammars (with Labels) for Lua

LibUV

  • luv - Low level interface to libuv

Torch Package Reference Manual

Torch is the main package in Torch7 where data structures for multi-dimensional tensors and mathematical operations over these are defined. Additionally, it provides many utilities for accessing files, serializing objects of arbitrary types and other useful utilities.

Torch Packages

  • Tensor Library
    • Tensor defines the all powerful tensor object that provides multi-dimensional numerical arrays with type templating.
    • Mathematical operations that are defined for the tensor object types.
    • Storage defines a simple storage interface that controls the underlying storage for any tensor object.
  • File I/O Interface Library
  • Useful Utilities
    • Timer provides functionality for measuring time.
    • Tester is a generic tester framework.
    • CmdLine is a command line argument parsing utility.
    • Random defines a random number generator package with various distributions.
    • Finally useful utility functions are provided for easy handling of torch tensor types and class inheritance.

Neural Network Package

This package provides an easy and modular way to build and train simple or complex neural networks using Torch:

Optimization package

This package contains several optimization routines and a logger for Torch:

AutoGrad package

The Autograd package provide automatic differentiation of Torch expressions

0