Pinned Repositories
AGI-GAME
AGI GAME
awesome-agi
awesome-deep-rl
For deep RL and the future of AI.
dlbook-zh-cn
Ian Goodfellow, Yoshua Bengio and Aaron Courville's deep learning book Chinese translation
GraphGym
Platform for designing and evaluating Graph Neural Networks (GNN)
neural-networks-and-deep-learning-zh-cn
NNDL-PyTorch
PyTorch code for Neural Networks and Deep Learning written by Michael Nielsen
ray-zh-doc
reinforcementlearning.today
Made for a reading group at the Center for Safe AGI.
USTP
Use Superintelligent Tabot Please!
tigerneil's Repositories
tigerneil/AI_reinforcement
project3_AI_Berkeley
tigerneil/AMC
Code for KDD 2014 paper "Mining Topics in Documents: Standing on the Shoulders of Big Data"
tigerneil/charted
A charting tool that produces automatic, shareable charts from any data file
tigerneil/cs224d-hw1
tigerneil/cs231n.github.io
Public facing notes page
tigerneil/deep-recurrent
Deep bidirectional recurrent net for opinion mining (code for EMNLP14 paper)
tigerneil/deepwalk
DeepWalk - Deep Learning for Graphs
tigerneil/doc2vec
Tutorial and review of word2vec / doc2vec
tigerneil/docker
Docker - the open-source application container engine
tigerneil/elasticsearch-definitive-guide
elasticsearch 权威指南
tigerneil/GroundHog
Library for implementing RNNs with Theano
tigerneil/hdp
Hierarchical Dirichlet processes. Topic models where the data determine the number of topics. This implements Gibbs sampling.
tigerneil/is13
RNN for Spoken Language Understanding
tigerneil/kaldi-lstm
C++ implementation of LSTM (Long Short Term Memory), in Kaldi's nnet1 framework. Used for automatic speech recognition, possibly language modeling etc, the training can be switched between CPU and GPU(CUDA). This repo is now merged into official Kaldi codebase(Karel's setup), so this repo is no longer maintained, please check out the Kaldi project instead.
tigerneil/lasagne-draw
Implementation of the DRAW network in lasagne
tigerneil/lda-go
Automatically exported from code.google.com/p/lda-go
tigerneil/LINE
LINE: Large-scale information network embedding
tigerneil/minerva
Minerva: a fast and flexible tool for deep learning. It provides ndarray programming interface, just like Numpy. Python bindings and C++ bindings are both available. The resulting code can be run on CPU or GPU. Multi-GPU support is very easy. Please refer to the examples to see how multi-GPU setting is used.
tigerneil/MLSS
Machine Learning Summer School
tigerneil/neuraltalk
NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences.
tigerneil/ompi-lda
Automatically exported from code.google.com/p/ompi-lda
tigerneil/pagerank
pagerank
tigerneil/Passage
A little library for text analysis with RNNs.
tigerneil/psutil
Automatically exported from code.google.com/p/psutil
tigerneil/reinforcement-learning
Implementing exercises from Reinforcement Learning: An Introduction
tigerneil/spell-correct-in-go
Automatically exported from code.google.com/p/spell-correct-in-go
tigerneil/stuff-classifier
simple text classifier(s) implemetation in ruby
tigerneil/topical_word_embeddings
A demo code for topical word embedding
tigerneil/torch-ntm
A Neural Turing Machine implementation in Torch.
tigerneil/word2vec
Automatically exported from code.google.com/p/word2vec