Skip to content

Instantly share code, notes, and snippets.

View waterblas's full-sized avatar

Donvan Liang waterblas

View GitHub Profile
@waterblas
waterblas / dl-frameworks.rst
Created January 12, 2018 15:45 — forked from bartvm/dl-frameworks.rst
A comparison of deep learning frameworks

A comparison of Theano with other deep learning frameworks, highlighting a series of low-level design choices in no particular order.

Overview

Symbolic: Theano, CGT; Automatic: Torch, MXNet

Symbolic and automatic differentiation are often confused or used interchangeably, although their implementations are significantly different.