ngrabaskas's Stars
karpathy/char-rnn
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
torch/torch7
http://torch.ch
kuz/DeepMind-Atari-Deep-Q-Learner
The original code from the DeepMind article + my tweaks
szagoruyko/wide-residual-networks
3.8% and 18.3% on CIFAR-10 and CIFAR-100
openmc-dev/openmc
OpenMC Monte Carlo Code
wojzaremba/lstm
soumith/imagenet-multiGPU.torch
an imagenet example in torch.
chncwang/FoolGo
A Go A.I. based on MCTS WITHOUT Neural Networks
QMCPACK/qmcpack
Main repository for QMCPACK, an open-source production level many-body ab initio Quantum Monte Carlo code for computing the electronic structure of atoms, molecules, and solids with full performance portable GPU support
szagoruyko/cifar.torch
92.45% on CIFAR-10 in Torch
PetterS/monte-carlo-tree-search
Monte Carlo Tree Search with UCT with a couple of example games.
EssexUniversityMCTS/gvgai
This is the framework for the General Video Game Competition - http://www.gvgai.net/
mahyarnajibi/fast-rcnn-torch
Fast R-CNN Torch Implementation
andreaskoepf/faster-rcnn.torch
Experimental Torch7 implementation of RCNN for Object Detection with a Region Proposal Network
facebookarchive/TorchMPI
Implements a message passing interface (MPI) wrapper that makes it easy to do massively parallel computations inside the Torch deep-learning framework.
clementfarabet/lua---parallel
A (simple) parallel computing framework for Lua
FlorentF9/SatelliteSimulator
:rocket: A simple Qt/OpenGL satellite orbit simulator
sixin-zh/mpiT
MPI for Torch
joelthelion/uct
A bot that can play any two-player game, based on Monte-Carlo Tree Search (MCTS)
jkjung-avt/CudaMiner
a CUDA accelerated litecoin mining application for NVIDIA Jetson TX2/TX1
15418-final/ParallelizedMCTS
CCorfield/Torch-parallel-nccl-MPS-Example
Example of multi-process, multi-GPU training using Torch-parallel, nVidia-nccl, and nVidia-MPS
DennisSoemers/MaastCTS2
Source code of the MaastCTS2 agent for General Video Game playing. Champion of the 2016 GVG-AI Single-Player Track, and runner-up of the 2016 GVG-AI Two-Player Track.
pberry/Monte-Carlo-Tic-Tac-Toe
The AI player has no knowledge of the rules or goals of the game.
benelot/GVG-AI-2015
Watch out other contestants! INI participates at this year's GVG-AI competition and we are going to win! With the least amount of effort, because that is what we mainly optimize for.
ngrabaskas/Torch-Automatic-Distributed-Neural-Network
Torch Automatic Distributed Neural Network (TorchAD-NN) training library. Built on top of TorchMPI, this module automatically parallelizes neural network training.
spdjudd/Torch-Classifier
Torch app to train a nn to classify images then run the classifier as a web service.
trillioneyes/lifesigns
A Monte Carlo Game of Life surveyor
zhangxd12/torch-cifar100
Example for learning cifar-100 with Torch7