Facebook, Carnegie Mellon build first AI that beats pros in 6-player poker
The post Facebook, Carnegie Mellon build first AI that beats pros in 6-player poker appeared first on Facebook Code.
The post Facebook, Carnegie Mellon build first AI that beats pros in 6-player poker appeared first on Facebook Code.
For years, developers have open()ed a file, write()n to it, then read() from it on a local filesystem. In distributed systems, however, these actions involve multiple processes across different hosts at different places in the network. Each of these hosts — or the network itself — could fail indepe…
The post DLRM: An advanced, open source deep learning recommendation model appeared first on Facebook Code.
The post Neural Code Search: ML-based code search using natural language queries appeared first on Facebook Code.
Thanks to some powerful new technologies, web applications have come a long way in the past decade. But the performance of these web applications still lags behind that of their native counterparts. Like many complex applications on the web, our desktop Facebook.com website is slower to load than…
The Aria is a set of initiatives to dramatically increase PrestoDB efficiency. Our goal is to achieve a 2-3x decrease in CPU time for Hive queries against tables stored in ORC format. For Aria, We are pursuing improvements in three areas: table scan, repartitioning (exchange, shuffle), and hash joi…