Zum Hauptinhalt springen

Showing 1–3 of 3 results for author: Olston, C

Searching in archive cs. Search in all archives.
.
  1. arXiv:2012.12501  [pdf, other

    cs.DB cs.DC cs.LG

    Learned Indexes for a Google-scale Disk-based Database

    Authors: Hussam Abu-Libdeh, Deniz Altınbüken, Alex Beutel, Ed H. Chi, Lyric Doshi, Tim Kraska, Xiaozhou, Li, Andy Ly, Christopher Olston

    Abstract: There is great excitement about learned index structures, but understandable skepticism about the practicality of a new method uprooting decades of research on B-Trees. In this paper, we work to remove some of that uncertainty by demonstrating how a learned index can be integrated in a distributed, disk-based database system: Google's Bigtable. We detail several design decisions we made to integra… ▽ More

    Submitted 23 December, 2020; originally announced December 2020.

    Comments: 4 pages, Presented at Workshop on ML for Systems at NeurIPS 2020

  2. arXiv:1712.06139  [pdf, other

    cs.DC cs.LG

    TensorFlow-Serving: Flexible, High-Performance ML Serving

    Authors: Christopher Olston, Noah Fiedel, Kiril Gorovoy, Jeremiah Harmsen, Li Lao, Fangwei Li, Vinu Rajashekhar, Sukriti Ramesh, Jordan Soyke

    Abstract: We describe TensorFlow-Serving, a system to serve machine learning models inside Google which is also available in the cloud and via open-source. It is extremely flexible in terms of the types of ML platforms it supports, and ways to integrate with systems that convey new models and updated versions from training to serving. At the same time, the core code paths around model lookup and inference h… ▽ More

    Submitted 27 December, 2017; v1 submitted 17 December, 2017; originally announced December 2017.

    Comments: Presented at NIPS 2017 Workshop on ML Systems (http://learningsys.org/nips17/acceptedpapers.html)

  3. arXiv:cs/0503011  [pdf, ps, other

    cs.IR

    Shuffling a Stacked Deck: The Case for Partially Randomized Ranking of Search Engine Results

    Authors: Sandeep Pandey, Sourashis Roy, Christopher Olston, Junghoo Cho, Soumen Chakrabarti

    Abstract: In-degree, PageRank, number of visits and other measures of Web page popularity significantly influence the ranking of search results by modern search engines. The assumption is that popularity is closely correlated with quality, a more elusive concept that is difficult to measure directly. Unfortunately, the correlation between popularity and quality is very weak for newly-created pages that ha… ▽ More

    Submitted 4 March, 2005; originally announced March 2005.

    Report number: CMU-CS-05-116 ACM Class: H.3.3; G.3