From charlesreid1

Line 2: Line 2:


* [[Keras]] - neural network library with high-level API to enable rapid prototyping
* [[Keras]] - neural network library with high-level API to enable rapid prototyping
* [[Theano]] - similar in spirit to TensorFlow, Theano is a library intended for tensor calculations. It is not Google-sponsored.
* [[TensorFlow]] - neural network with low-level C++ implementation, and high-level Python API, enabling it to run on a variety of hardware kernels
* [[TensorFlow]] - neural network with low-level C++ implementation, and high-level Python API, enabling it to run on a variety of hardware kernels
* [[Theano]]
* [[MXNet]] - Apache project for building neural networks
* [[MXNet]] - Apache project for building neural networks
* [[Gluon]] - API for MXNet intended to provide a higher-level API to enable rapid prototyping
* [[Gluon]] - API for MXNet intended to provide a higher-level API to enable rapid prototyping

Revision as of 21:36, 14 October 2017

Neural Network Libraries

  • Keras - neural network library with high-level API to enable rapid prototyping
  • Theano - similar in spirit to TensorFlow, Theano is a library intended for tensor calculations. It is not Google-sponsored.
  • TensorFlow - neural network with low-level C++ implementation, and high-level Python API, enabling it to run on a variety of hardware kernels
  • MXNet - Apache project for building neural networks
  • Gluon - API for MXNet intended to provide a higher-level API to enable rapid prototyping

Neural Network Datasets

Facial recognition/facial matching:

  • LFW - Labeled faces in the wild
  • Yale Faces - consists of original (very small) and B (larger)
  • MegaFace - UW facial recognition dataset
  • FDDB - face detection database

Data Engineering Pipelines

Data engineering scenarios:

Software related to building neural network pipelines:

Fuel:




Flags