The 5 Deep Learning Frameworks Every Serious Machine Learner Should Be Familiar With

The 5 Deep Learning Frameworks Every Serious Machine Learner Should Be Familiar With

  • March 22, 2018
Table of Contents

The 5 Deep Learning Frameworks Every Serious Machine Learner Should Be Familiar With

Deep Learning requires a lot of computations. It typically involves neural network(s) with many nodes, and every node has many connections—which must be updated constantly during the learning. In other words, at each layer of the network, hundreds and thousands of identical artificial neurons perform the same computation.

Therefore, the structure of a neural network fits very well with the kinds of computation that a GPU (Graphic Processing Unit) can efficiently perform—which are designed to compute, in parallel, the same instructions.

Source: fritz.ai

Tags :
Share :
comments powered by Disqus

Related Posts

AI Psychosis

AI Psychosis

Unknown is if they will remain uniquely human. Research in artificial intelligence is making spectacular progress; for manyresearchers, this progress is along the path to developing human-like general AI. This leads to a troubling thought: will a human-like AI inherit human-like disorders of thought?

Read More
GPU-accelerated Neural Networks in JavaScript

GPU-accelerated Neural Networks in JavaScript

While its feature set is geared towards neural networks, deeplearn.js can be described as a general-purpose machine learning framework. Propel is a library for scientific computing that offers automatic differentiation. Gpu.js provides a convenient way to run JavaScript functions on the GPU.

Read More
The next step in Facebook’s AI hardware infrastructure

The next step in Facebook’s AI hardware infrastructure

Machine learning drives many aspects of people’s experience on Facebook. We use automatic language translation systems to remove communication barriers and enable people to interact with each other even if they speak different languages. Our image classification systems not only allow people to search for photos of their favorite moments, but also provide an immersive experience for the visually impaired with “talking images” that can be read with your fingertips.

Read More