Skip to content

Instantly share code, notes, and snippets.

@wandering007
Last active August 16, 2017 12:30
Show Gist options
  • Save wandering007/ddc8445c068c0fa6fabe425d4be06ae5 to your computer and use it in GitHub Desktop.
Save wandering007/ddc8445c068c0fa6fabe425d4be06ae5 to your computer and use it in GitHub Desktop.
A collection of neural network libraries, mm & computer vision libraries

python

  • Pytorch
    PyTorch is a deep learning framework that puts Python first.
  • NNabla
    NNabla is a deep learning framework that is intended to be used for research, development and production. We aim it running everywhere like desktop PCs, HPC clusters, embedded devices and production servers.
  • Sonnet
    Sonnet is a library built on top of TensorFlow for building complex neural networks.
  • Chainer
    A Powerful, Flexible, and Intuitive Framework for Neural Networks

C

  • Darknet
    Open Source Neural Networks in C

Matlab

  • mNeuron
    A Matlab Plugin to Visualize Neurons from Convolutional Neural Network (CNN)

Lua

  • Torch Torch is a scientific computing framework with wide support for machine learning algorithms that puts GPUs first.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment