Open Source Deep Learning Project: Nengo

The Nengo Neural Simulator Project Website: http://nengo.ca/ Github Link: None Description Nengo is a graphical and scripting based software package for simulating large-scale neural systems. The book How to build a brain, which includes Nengo tutorials, is now available. This … Continue reading

Open Source Deep Learning Project: Chainer

Chainer: A Powerful, Flexible, and Intuitive Framework of Neural Networks Project Website: http://chainer.org/ Github Link: https://github.com/pfnet/chainer Description Chainer is a flexible framework for neural networks. One major goal is flexibility, so it must enable us to write complex architectures simply … Continue reading

Open Source Deep Learning Project: Keras

Keras: Deep Learning library for Theano and TensorFlow Project Website: http://keras.io/ Github Link: https://github.com/fchollet/keras Description Keras is a minimalist, highly modular neural networks library, written in Python and capable of running on top of either TensorFlow or Theano. It was … Continue reading

Open Source Deep Learning Project: Lasagne

Lasagne: Lightweight library to build and train neural networks in Theano Project Website: http://lasagne.readthedocs.io/ Github Link: https://github.com/Lasagne/Lasagne Description Lasagne is a lightweight library to build and train neural networks in Theano. Its main features are: Supports feed-forward networks such as … Continue reading

Open Source Deep Learning Project: TensorFlow

TensorFlow is an Open Source Software Library for Machine Intelligence Project Website: https://www.tensorflow.org/ Github Link: https://github.com/tensorflow/tensorflow Description TensorFlow™ is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the … Continue reading

Open Source Deep Learning Project: Blocks

Blocks: A Theano framework for building and training neural networks Project Website: None Github Link: https://github.com/mila-udem/blocks Description Blocks is a framework that helps you build neural network models on top of Theano. Currently it supports and provides: Constructing parametrized Theano … Continue reading

Open Source Deep Learning Project: Theano

Theano Project Website: http://deeplearning.net/software/theano/ Github Link: https://github.com/Theano/Theano Description Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. Theano features: tight integration with NumPy – Use numpy.ndarray in Theano-compiled functions. transparent … Continue reading

Open Source Text Processing Project: gensim-simserver

gensim-simserver: Document similarity server, using gensim Project Website: http://radimrehurek.com/gensim/simserver.html Github Link: https://github.com/piskvorky/gensim-simserver Description Index plain text documents and query the index for semantically related documents. Simserver uses transactions internally to provide a robust and scalable similarity server. Conceptually, a service … Continue reading

Open Source Text Processing Project: summarizer

summarizer: A multidocument text summarizer Project Website: None Github Link: https://github.com/kylehg/summarizer Description UNMAINTAINED: CIS-530 Final Project NOTE: This was a school project. It is very likely riddled with bugs, and is entirely unmaintained. It should not be considered for any … Continue reading

Open Source Text Processing Project: Reduction

Reduction Project Website: None Github Link: https://github.com/adamfabish/Reduction Description Reduction is a python script which automatically summarizes a text by extracting the sentences which are deemed to be most important. Example usage: from reduction import * reduction = Reduction() text = … Continue reading