DeuceNet - a Deep Learning Package on Tensorflow

open source software

Deep Learning Package on Tensorflow https://github.com/shenxudeu/deuNetTF I have open sourced my deep learning package based on Tensorflow. It has been influenced by Theano and Keras but with cleaner impelemtation and less engineering. It's especially convinient for

A Theano based Gaussian Process Package

open source software

A Theano based Gaussian Process Package https://github.com/shenxudeu/gp_theano I have open sourced my Gaussian Process package written in Python. It has Bayes inference algorithms powered by auto-gradient package Theano, which is majorly used in deep learning community.

How to setup a deep learning machine

OS and Cuda Installation

title: How to Setup a Deep Learning Machine layout: default How to setup a Deep Learning Machine I spent sometime in past few days to setup a new OS and necessary softwares for deep learning since I got a new GPU (GTX 980). I found out it is hard to setup a system running deep learning envrionment, especially the CUDA part. A bunch of tricks would soon be forgotten if not written down.