- All languages
- AGS Script
- ActionScript
- Assembly
- Batchfile
- C
- C#
- C++
- CMake
- CSS
- Clojure
- Cuda
- Cython
- D
- Dockerfile
- Factor
- GCC Machine Description
- Go
- HTML
- Java
- JavaScript
- Julia
- Jupyter Notebook
- Kotlin
- LLVM
- Logos
- Lua
- MATLAB
- MDX
- Makefile
- Mathematica
- Objective-C
- PHP
- Pascal
- PowerShell
- Python
- R
- Ruby
- Rust
- Scala
- Shell
- Starlark
- Swift
- SystemVerilog
- Tcl
- TypeScript
- VHDL
- Verilog
- Visual Basic
- Zig
Starred repositories
Torch implementation of neural style algorithm
Face recognition with deep neural networks.
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
Lsyncd (Live Syncing Daemon) synchronizes local directories with remote targets
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
Torch implementation of DeepMask and SharpMask
This repository implements a demo of the networks described in "How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)" paper.
Tree-structured Long Short-Term Memory networks (http://arxiv.org/abs/1503.00075)
Demo code for our CVPR'18 paper "FSRNet: End-to-End Learning Face Super-Resolution with Facial Priors" (SPOTLIGHT Presentation)
Threads for Lua and LuaJIT. Transparent exchange of data between threads is allowed thanks to torch serialization.
Reading irctc captchas with 98% accuracy using deep learning
TripletLoss used in Google's FaceNet paper
`llthreads` library rewritten without `LuaNativeObjects` code generator
using rnn (lstm or gru) and ctc to convert line image into text, based on torch7 and warp-ctc