VOOZH about

URL: https://thenewstack.io/facebooks-open-ai-research-uses-gpu-neural-networks/

⇱ How Facebook's Open AI Research Uses GPU Neural Networks - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2015-01-31 11:00:25
How Facebook's Open AI Research Uses GPU Neural Networks
research,
Operations

How Facebook’s Open AI Research Uses GPU Neural Networks

Jan 31st, 2015 11:00am by Simon Bisson
👁 Featued image for: How Facebook’s Open AI Research Uses GPU Neural Networks

How to work with big data is a fascinating problem. While much of the current fascination with massive data sets is focused on the ability to extract value from historic data, it’s also an important tool for building the training data that let us create and use machine learning systems to work with the ever increasing flow of data from sensors, from users, and from the ever-growing social networks.

It’s not surprising to discover that Facebook has an AI research group, FAIR, that’s focused on these problems – and that’s also set up to share the tools and technologies it develops. Papers are published on open access sites, like arXiv, and tools and software FAIR develops are open sourced.

At the heart of Facebook’s AI research is an open source numeric computing tool called Torch. Developed by scientists at Facebook, Google and Twitter, along with contributors from academia and from industry, Torch uses the Lua scripting language to drive C code — with support for NVIDIA’s CUDA general purpose GPU programming environment.

It’s Torch’s CUDA support that’s most interesting, as it lets you use the parallel processing tools built into a modern GPU as the fabric for running large scale machine learning systems. Instead of having to build massive clusters of computers or virtual machines, Torch can work against clustered GPUs to give researchers desktop supercomputing capabilities. You’re not limited to the capabilities of GPUs, either, as you can use Torch to drive custom FPGA systems for more complex problems.

Torch is designed to make it easy to quickly build scientific computing algorithms, making it easier to test new ideas and new ways of working. You’re also able to work with widely-available software packages developed by the Torch community; among them tools for computer vision, for signal processing, and for neural networks. It’s that neural network support that makes Torch ideal for machine learning, as you can use it to build networks of neural nets that can be run in parallel over both CPUs and GPUs.

FAIR recently open sourced a selection of Torch modules for handling deep learning, many of which are designed to work with NVIDIA GPUs. Several of the new modules are designed to help build natural language processing tools – an area of research that should help Facebook understand user content, as well as giving it access to a new generation of natural user interfaces.

Perhaps the most significant part of this code release is a new Fast Fourier Transform convolution layer. Convolution is a complex mathematical processes, where two functions are used to create a third, often converting from one domain to another. A fast Fourier transform is a commonly used convolution algorithm that is used to convert time to frequency (and vice versa), making it easy to analyze complex signals – like pictures or speech.

Training neural nets to handle convolution can be slow, so speeding up the training process makes a lot of sense as it lets researchers try out more algorithms and more code. FAIR’s new FFT algorithm is much faster than other code, with its blog post claiming a speed up of more than 23x when compared to the fastest public code. Speeding up FFTs and neural nets like this is going to make it a lot easier for researchers to try out new algorithms. Similarly tools that make it easier to use neural nets by automating deployment across multiple GPUs will speed up processing complex data sets.

By open sourcing its machine learning tools like this, and by using an open framework for numeric computing, Facebook is making it a lot easier for artificial intelligence researchers to share and improve techniques and technologies. With faster neural nets, improved signal processing, and better natural language processing techniques, there’s a lot for AI researchers to take advantage of, and more for Facebook to build into its service.

With over a billion users, and petabytes of data on its servers, it makes sense for Facebook to invest heavily in AI research. Using AI to understand how social networks behave is key to surfacing relevant content in users’ timelines – especially when using it to identify content in streams of images and video, and for working with natural language processing as part of a shift to speech inputs from mobile devices. Sharing its tools and technologies with the research community should speed up development – and make it easier for Facebook to deploy these techniques in its public facing service.

TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.