DeepML :2016年會火的30個深度學習庫/框架
Deep Machine Learning libraries and frameworks
At the end of 2015, all eyes were on the year’s accomplishments, as well as forecasting technology trends of 2016 and beyond. One particular field that has frequently been in the spotlight during the last year is deep learning, an increasingly popular branch of machine learning, which looks to continue to advance further and infiltrate into an increasing number of industries and sectors. Here are a list of Deep Learning libraries and frameworks that will gain momentum in 2016.
1. <a href="/misc/goto?guid=4958976812183184025" target="_blank">Theano</a> is a python library for defining and evaluating mathematical expressions with numerical arrays. It makes it easy to write deep learning algorithms in python. On the top of the Theano many more libraries are built.
</p>
<p>
· <a href="/misc/goto?guid=4958976812284984983" target="_blank">Keras</a> is a minimalist, highly modular neural network library in the spirit of Torch, written in Python, that uses Theano under the hood for optimized tensor manipulation on GPU and CPU.
</p>
<p>
· <a href="/misc/goto?guid=4958964177876600444" target="_blank">Pylearn2</a> is a library that wraps a lot of models and training algorithms such as Stochastic Gradient Descent that are commonly used in Deep Learning. Its functional libraries are built on top of Theano
</p>
<p>
· <a href="/misc/goto?guid=4958976812414422396" target="_blank">Lasagne</a> is a lightweight library to build and train neural networks in Theano. It is governed by simplicity, transparency, modularity, pragmatism , focus and restraint principles.
</p>
<p>
· <a href="/misc/goto?guid=4958971874544261322" target="_blank">Blocks</a> a framework that helps you build neural network models on top of Theano.
</p>
<p>
2. <a href="/misc/goto?guid=4958837503309614993" target="_blank">Caffe</a> is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Learning Center (BVLC) and by community contributors. Google’s <a href="/misc/goto?guid=4958976812584325731" target="_blank">DeepDream</a> is based on Caffe Framework. This framework is a BSD-licensed C++ library with Python Interface.
</p>
<p>
3. <a href="/misc/goto?guid=4958976812685123128" target="_blank"><em>nolearn</em> </a>contains a number of wrappers and abstractions around existing neural network libraries, most notably <a href="/misc/goto?guid=4958976812774637935" target="_blank">Lasagne</a> , along with a few machine learning utility modules.
</p>
<p>
4. <a href="/misc/goto?guid=4958974048798487919" target="_blank">Gensim</a> is deep learning toolkit implemented in python programming language intended for handling large text collections, using efficient algorithms.
</p>
<p>
5. <a href="/misc/goto?guid=4958976812903908638" target="_blank">Chainer</a> bridge the gap between algorithms and implementations of deep learning. Its powerful, flexible and intuitive and is considered as the <a href="/misc/goto?guid=4958976813006310776" target="_blank">flexible framework</a> for Deep Learning.
</p>
<p>
6. <a href="/misc/goto?guid=4958976813099545199" target="_blank">deepnet</a> is a GPU-based python implementation of deep learning algorithms like Feed-forward Neural Nets, Restricted Boltzmann Machines, Deep Belief Nets, Autoencoders, Deep Boltzmann Machines and Convolutional Neural Nets.
</p>
<p>
7. <a href="/misc/goto?guid=4958837507537712984" target="_blank">Hebel</a> is a library for deep learning with neural networks in Python using GPU acceleration with CUDA through PyCUDA. It implements the most important types of neural network models and offers a variety of different activation functions and training methods such as momentum, Nesterov momentum, dropout, and early stopping.
</p>
<p>
8. <a href="/misc/goto?guid=4958876055577750867" target="_blank">CXXNET</a> is fast, concise, distributed deep learning framework based on MShadow. It is a lightweight and easy extensible C++/CUDA neural network toolkit with friendly Python/Matlab interface for training and prediction.
</p>
<p>
9. <a href="/misc/goto?guid=4958974049621405269" target="_blank">DeepPy</a> is a Pythonic deep learning framework built on top of NumPy.
</p>
<p>
10. <a href="/misc/goto?guid=4958976813301892902" target="_blank">DeepLearning</a> is deep learning library, developed with C++ and python.
</p>
<p>
11. <a href="/misc/goto?guid=4958873498716271850" target="_blank">Neon</a> is Nervana’s Python based Deep Learning framework.
</p>
<p>
12. <a href="/misc/goto?guid=4958976813427978719" target="_blank">ConvNet</a> Convolutional neural net is a type of deep learning classification algorithms, that can learn useful features from raw data by themselves and is performed by tuning its weighs.
</p>
<p>
13. <a href="/misc/goto?guid=4958976813531640282" target="_blank">DeepLearnToolBox</a> is a matlab/octave toolbox for deep learning and includes Deep Belief Nets, Stacked Autoencoders, convolutional neural nets.
</p>
<p>
14. <a href="/misc/goto?guid=4958976813630306404" target="_blank">cuda-convnet</a> is a fast C++/CUDA implementation of convolutional (or more generally, feed-forward) neural networks. It can model arbitrary layer connectivity and network depth. Any directed acyclic graph of layers will do. Training is done using the backpropagation algorithm.
</p>
<p>
15. <a href="/misc/goto?guid=4958976813717490686" target="_blank">MatConvNet</a> is a MATLAB toolbox implementing Convolutional Neural Networks (CNNs) for computer vision applications. It is simple, efficient, and can run and learn state-of-the-art CNNs
</p>
<p>
16. <a href="/misc/goto?guid=4958976813825771584" target="_blank">eblearn</a> is an open-source C++ library of machine learning by New York University’s machine learning lab, led by Yann LeCun. In particular, implementations of convolutional neural networks with energy-based models along with a GUI, demos and tutorials.
</p>
<p>
17. <a href="/misc/goto?guid=4958976813922981447" target="_blank">SINGA</a> is designed to be general to implement the distributed training algorithms of existing systems. It is supported by Apache Software Foundation.
</p>
<p>
18. NVIDIA <a href="/misc/goto?guid=4958961677593190987" target="_blank">DIGITS</a> is a new system for developing, training and visualizing deep neural networks. It puts the power of deep learning into an intuitive browser-based interface, so that data scientists and researchers can quickly design the best DNN for their data using real-time network behavior visualization.
</p>
<p>
19. <a href="/misc/goto?guid=4958976814059209110" target="_blank">Intel® Deep Learning Framework</a> provides a unified framework for Intel® platforms accelerating Deep Convolutional Neural Networks.
</p>
<p>
20. <a href="/misc/goto?guid=4958975700204876419" target="_blank">N-Dimensional Arrays for Java</a> (ND4J)is scientific computing libraries for the JVM. They are meant to be used in production environments, which means routines are designed to run fast with minimum RAM requirements.
</p>
<p>
21. <a href="/misc/goto?guid=4958873499514675576" target="_blank">Deeplearning4j</a> is the first commercial-grade, open-source, distributed deep-learning library written for Java and Scala. It is designed to be used in business environments, rather than as a research tool.
</p>
<p>
22. <a href="/misc/goto?guid=4958975699190814804" target="_blank">Encog</a> is an advanced machine learning framework which supports Support Vector Machines,Artificial Neural Networks, Genetic Programming, Bayesian Networks, Hidden Markov Models, Genetic Programming and Genetic Algorithms are supported.
</p>
<p>
23. <a href="/misc/goto?guid=4958837491714530926" target="_blank">Convnet.js</a> is a Javascript library for training Deep Learning models (mainly Neural Networks) entirely in a browser. No software requirements, no compilers, no installations, no GPUs, no sweat.
</p>
<p>
24. <a href="/misc/goto?guid=4958837496859528274" target="_blank">Torch</a> is a scientific computing framework with wide support for machine learning algorithms. It is easy to use and efficient, fast scripting language, LuaJIT, and an underlying C/CUDA implementation. Torch is based on Lua programming language.
</p>
<p>
25. <a href="/misc/goto?guid=4958976814317654496" target="_blank">Mocha</a> is a Deep Learning framework for Julia, inspired by the C++ framework Caffe. Efficient implementations of general stochastic gradient solvers and common layers in Mocha could be used to train deep / shallow (convolutional) neural networks, with (optional) unsupervised pre-training via (stacked) auto-encoders. Its best feature include Modular architecture, High-level Interface, portability with speed, compatibility and many more.
</p>
<p>
26. <a href="/misc/goto?guid=4958976814411138427" target="_blank">Lush(Lisp Universal Shell)</a> is an object-oriented programming language designed for researchers, experimenters, and engineers interested in large-scale numerical and graphic applications. It comes with rich set of deep learning libraries as a part of machine learning libraries.
</p>
<p>
27. <a href="/misc/goto?guid=4958976814501047804" target="_blank">DNNGraph</a> is a deep neural network model generation DSL in Haskell.
</p>
<p>
28. <a href="/misc/goto?guid=4958966921241995764" target="_blank">Accord.NET</a> is a .NET machine learning framework combined with audio and image processing libraries completely written in C#. It is a complete framework for building production-grade computer vision, computer audition, signal processing and statistics applications
</p>
<p>
29. <a href="/misc/goto?guid=4958976814626891622" target="_blank">darch</a> package can be used for generating neural networks with many layers (deep architectures). Training methods includes a pre training with the contrastive divergence method and a fine tuning with common known training algorithms like backpropagation or conjugate gradient.
</p>
<p>
30. <a href="/misc/goto?guid=4958976814719720465" target="_blank">deepnet</a> implements some deep learning architectures and neural network algorithms, including BP,RBM,DBN,Deep autoencoder and so on.
</p>
<p>
Upcoming Deep Learning events in 2016:
</p>
<ul>
<li>
<a href="/misc/goto?guid=4958976814813693600" target="_blank">Deep Learning Summit, San Francisco</a> , 28–29 January
</li>
<li>
<a href="/misc/goto?guid=4958976814903695847" target="_blank">Virtual Assistant Summit, San Francisco</a> , 28–29 January
</li>
<li>
<a href="/misc/goto?guid=4958976814996576157" target="_blank">Women in Machine Intelligence Dinner</a> , London, 17 February
</li>
<li>
<a href="/misc/goto?guid=4958976815086967932" target="_blank">Deep Learning in Healthcare Summit</a> , London, 7–8 April
</li>
<li>
<a href="/misc/goto?guid=4958976815180873176" target="_blank">Deep Learning Summit, Boston</a> , 12–13 May
</li>
<li>
<a href="/misc/goto?guid=4958976815272654060" target="_blank">Machine Intelligence Summit, Berlin</a> , 29–30 June
</li>
<li>
<a href="/misc/goto?guid=4958976815368624257" target="_blank">Deep Learning Summit</a> , London, 22–23 September
</li>
<li>
<a href="/misc/goto?guid=4958976815456699784" target="_blank">IoT Meets AI Dinner,</a> London, 15 September
</li>
<li>
<a href="/misc/goto?guid=4958976815547074912" target="_blank">Deep Learning Summit,</a> Singapore, 20–21 October
</li>
</ul>
</div>
來自: https://medium.com/@abduljaleel/deep-machine-learning-libraries-and-frameworks-5fdf2bb6bfbe
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!