The Wayback Machine - https://web.archive.org/web/20230307020623/https://github.com/chetannaik/learning_torch
Skip to content

chetannaik/learning_torch

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
gru
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Learning Torch

Learning to program in Lua using "Torch" and other useful libraries

Torch is a scientific computing framework for LuaJIT.

Why learn Torch?
  • comes with a large ecosystem of community-driven packages in ML, CV, etc
  • is easy to use and efficient
  • can build arbitrary graphs of neural networks, and parallelize them over CPUs and GPUs in an efficient manner
TODO
Resources:
  • Curated list of Torch tutorials: link
  • Awesome Recurrent Neural Networks: link
  • Neural Network Papers: link
  • Awesome Deep Learning: link
Code References:
  • Word2Vec in Torch: link link
  • CharRNN: link
  • CharCNN: link
  • RNN: link
  • RNN Playground: link
  • facebook - bAbI tasks: link
  • facebook - Neural Attention Model for Abstractive Summarization: link
  • Kaggle - Denoising Dirty Documents: link
  • Kaggle - Grasp and Lift Detection: link

About

Learning to program in Lua using "Torch" and other useful libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published