Skip to content

bwuu/torch-doc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torch Manual

Torch has lots of libraries and corresponding reference documentation. But this is where you can try to make some sense out of all of it.

The Basics

Neural Network Training

Library Reference

  • Torch : tensors, class factory, serialization, BLAS ;
  • nn : neural network Modules and Criterions;
  • optim : SGD, LBFGS and other optimization functions ;
  • gnuplot : ploting and data visualization ;
  • paths : make directories, concatenate file paths, and other filesystem utilities ;
  • image : save, load, crop, scale, warp, translate images and such ;
  • trepl : the torch LuaJIT interpreter ;
  • cwrap : used for wrapping C/CUDA functions in Lua ;

About

Torch Manual and Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published