Pinned Repositories
ac-gan
A tensorflow implementation of google's AC-GAN ( Auxiliary Classifier GAN ).
aifh
Artificial Intelligence for Humans
Arduino
Awesome-Deep-Learning-Resources
Rough list of my favorite deep learning resources, useful for revisiting topics or for reference. I have got through all of the content listed there, carefully.
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
awesome-rnn
Recurrent Neural Network - A curated list of resources dedicated to RNN
BEGAN-tensorflow
Tensorflow implementation of "BEGAN: Boundary Equilibrium Generative Adversarial Networks"
capsule_networks
This is the code for "Capsule Networks: An Improvement to Convolutional Networks" by Siraj Raval on Youtube
neuraltalk2-tensorflow
Neuraltalk2 in tensorflow
toxato's Repositories
toxato/aifh
Artificial Intelligence for Humans
toxato/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
toxato/awesome-rnn
Recurrent Neural Network - A curated list of resources dedicated to RNN
toxato/char-rnn
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
toxato/Char-RNN-1
My Keras implementation of Char-RNN
toxato/char-rnn-tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
toxato/Classifying_Data_Using_a_Support_Vector_Machine
This is the code for the "Classifying Data using Gradient Descent" by Siraj Raval on Youtube
toxato/Deep-Image-Analogy
The source code of 'Visual Attribute Transfer through Deep Image Analogy'.
toxato/Deep-Learning
This repository contains Deep Learning examples using Tensorflow. This repository will be useful for Deep Learning starters who find difficulty in understanding the example codes.
toxato/deep-learning-models
Keras code and weights files for popular deep learning models.
toxato/eeg-101
Interactive EEG tutorial app using Muse and React Native for Android to teach EEG and BCI basics.
toxato/fast-neural-style
Feedforward style transfer
toxato/Keras-char-rnn
Using Keras + Tensorflow to model language learnt from corpus of TED Talks.
toxato/keras-resources
Directory of tutorials and open-source code repositories for working with Keras, the Python deep learning library
toxato/Numpy-Tutorial-SciPyConf-2016
SciPy 2016 NumPy tutorial
toxato/pygta5
Explorations of Using Python to play Grand Theft Auto 5.
toxato/pytorch_in_5_minutes
This is the code for "PyTorch in 5 Minutes" by Siraj Raval on Youtube
toxato/Recipes
Lasagne recipes: examples, IPython notebooks, ...
toxato/relation-network
keras implementation of [A simple neural network module for relational reasoning](https://arxiv.org/pdf/1706.01427.pdf)
toxato/Relation-Network-Tensorflow
Tensorflow implementations of Relational Networks and a VQA dataset named Sort-of-CLEVR proposed by DeepMind.
toxato/relational-networks
Pytorch implementation of "A simple neural network module for relational reasoning" (Relational Networks)
toxato/s2client-proto
StarCraft II Client - protocol definitions used to communicate with StarCraft II.
toxato/Tensorflow-Cheatsheet
toxato/TensorFlow-Examples
TensorFlow Tutorial and Examples for beginners
toxato/Tensorflow-Programs-and-Tutorials
Implementations of CNNs, RNNs, GANs, etc
toxato/Tensorflow-Segmentation
Semantic image segmentation in Tensorflow
toxato/TensorFlow-Tutorials-for-Time-Series
TensorFlow Tutorial for Time Series Prediction
toxato/tensorflow-workshop
Slides and code from our TensorFlow workshop.
toxato/tf_api_20170524
Materials for a webinar
toxato/theano_alexnet
Theano-based Alexnet