liamb315's Stars
awesome-selfhosted/awesome-selfhosted
A list of Free Software network services and web applications which can be hosted on your own servers
tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
microsoft/playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
tensorflow/tensor2tensor
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
HIPS/autograd
Efficiently computes derivatives of NumPy code.
ibab/tensorflow-wavenet
A TensorFlow implementation of DeepMind's WaveNet paper
tensorflow/lucid
A collection of infrastructure and tools for research in neural network interpretability.
openai/improved-gan
Code for the paper "Improved Techniques for Training GANs"
LantaoYu/SeqGAN
Implementation of Sequence Generative Adversarial Nets with Policy Gradient
pathak22/noreward-rl
[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning
google-deepmind/pycolab
A highly-customisable gridworld game engine with some batteries included. Make your own gridworld games to test reinforcement learning agents!
google/in-silico-labeling
Code for In silico labeling: Predicting fluorescent labels in unlabeled images
siemanko/tf-adversarial
Adversarial networks in TensorFlow
AI-ON/TheConsciousnessPrior
AI-ON Consciousness Prior
sharadmv/deepx
An expressive shorthand to describe a deep learning architecture
klarna-incubator/webtraversallibrary
The Web Traversal Library (WTL) is a Python library for abstracting web interactions on top of a base execution layer such as Selenium.
lukaszkaiser/NeuralGPU
Code for the Neural GPU
liamb315/CharacterGAN
Character Level Generative Adversarial Network
astromz/gce_ml
Easier ML model training for Google Compute Engine (GCE). It is similar to Cloud ML but is more cost effective and offers more flexibility
liamb315/CSE291
Neural Networks for Pattern Recognition
liamb315/image_lstm
LSTM Architecture to Evaluate Sequences of Images
liamb315/TensorFlow
liamb315/deepx
A basic deep learning library written using `theano` and `theanify`
liamb315/PyRNN
A general purpose RNN library based on Python & theano.