Skip to main content

Showing 1–14 of 14 results for author: Sparks, E

.
  1. arXiv:2008.04783  [pdf

    q-bio.TO

    Bracing for sustainable agriculture: the development and function of brace roots in members of Poaceae

    Authors: Ashley N. Hostetler, Rajdeep S. Khangura, Brian P. Dilkes, Erin E. Sparks

    Abstract: Optimization of crop production requires root systems to function in water uptake, nutrient use, and anchorage. In maize, two types of nodal roots-subterranean crown and aerial brace roots function in anchorage and water uptake and preferentially express multiple water and nutrient transporters. Brace root development shares genetic control with juvenile-to-adult phase change and flowering time. W… ▽ More

    Submitted 1 December, 2020; v1 submitted 8 August, 2020; originally announced August 2020.

  2. arXiv:1909.08555  [pdf

    q-bio.TO q-bio.QM

    Field-based mechanical phenoty** of cereal crops to assess lodging resistance

    Authors: Lindsay Erndwein, Douglas D. Cook, Daniel J. Robertson, Erin E. Sparks

    Abstract: Plant mechanical failure, also known as lodging, is the cause of significant and unpredictable yield losses in cereal crops. Lodging occurs in two distinct failure modes - stalk lodging and root lodging. Despite the prevalence and detrimental impact of lodging on crop yields, there is little consensus on how to phenotype plants in the field for lodging resistance and thus breed for mechanically re… ▽ More

    Submitted 20 February, 2020; v1 submitted 18 September, 2019; originally announced September 2019.

  3. arXiv:1904.03257  [pdf, ps, other

    cs.LG cs.DB cs.DC cs.SE stat.ML

    MLSys: The New Frontier of Machine Learning Systems

    Authors: Alexander Ratner, Dan Alistarh, Gustavo Alonso, David G. Andersen, Peter Bailis, Sarah Bird, Nicholas Carlini, Bryan Catanzaro, Jennifer Chayes, Eric Chung, Bill Dally, Jeff Dean, Inderjit S. Dhillon, Alexandros Dimakis, Pradeep Dubey, Charles Elkan, Grigori Fursin, Gregory R. Ganger, Lise Getoor, Phillip B. Gibbons, Garth A. Gibson, Joseph E. Gonzalez, Justin Gottschlich, Song Han, Kim Hazelwood , et al. (44 additional authors not shown)

    Abstract: Machine learning (ML) techniques are enjoying rapidly increasing adoption. However, designing and implementing the systems that support ML models in real-world deployments remains a significant obstacle, in large part due to the radically different development and deployment profile of modern ML methods, and the range of practical concerns that come with broader adoption. We propose to foster a ne… ▽ More

    Submitted 1 December, 2019; v1 submitted 29 March, 2019; originally announced April 2019.

  4. arXiv:1903.10608  [pdf

    cs.RO

    Design and Construction of Unmanned Ground Vehicles for Sub-Canopy Plant Phenoty**

    Authors: Adam Stager, Herbert G. Tanner, Erin E. Sparks

    Abstract: Unmanned ground vehicles can capture a sub-canopy perspective for plant phenoty**, but their design and construction can be a challenge for scientists unfamiliar with robotics. Here we describe the necessary components and provide guidelines for designing and constructing an autonomous ground robot that can be used for plant phenoty**.

    Submitted 25 March, 2019; originally announced March 2019.

  5. arXiv:1903.05176  [pdf, other

    cs.LG stat.ML

    Exploiting Reuse in Pipeline-Aware Hyperparameter Tuning

    Authors: Liam Li, Evan Sparks, Kevin Jamieson, Ameet Talwalkar

    Abstract: Hyperparameter tuning of multi-stage pipelines introduces a significant computational burden. Motivated by the observation that work can be reused across pipelines if the intermediate computations are the same, we propose a pipeline-aware approach to hyperparameter tuning. Our approach optimizes both the design and execution of pipelines to maximize reuse. We design pipelines amenable for reuse by… ▽ More

    Submitted 12 March, 2019; originally announced March 2019.

  6. arXiv:1610.09451  [pdf, other

    cs.LG cs.DC

    KeystoneML: Optimizing Pipelines for Large-Scale Advanced Analytics

    Authors: Evan R. Sparks, Shivaram Venkataraman, Tomer Kaftan, Michael J. Franklin, Benjamin Recht

    Abstract: Modern advanced analytics applications make use of machine learning techniques and contain multiple steps of domain-specific and general-purpose processing with high resource requirements. We present KeystoneML, a system that captures and optimizes the end-to-end large-scale machine learning applications for high-throughput training in a distributed environment with a high-level API. This approach… ▽ More

    Submitted 29 October, 2016; originally announced October 2016.

  7. arXiv:1603.03336  [pdf, other

    cs.LG stat.ME

    Scalable Linear Causal Inference for Irregularly Sampled Time Series with Long Range Dependencies

    Authors: Francois W. Belletti, Evan R. Sparks, Michael J. Franklin, Alexandre M. Bayen, Joseph E. Gonzalez

    Abstract: Linear causal analysis is central to a wide range of important application spanning finance, the physical sciences, and engineering. Much of the existing literature in linear causal analysis operates in the time domain. Unfortunately, the direct application of time domain linear causal analysis to many real-world time series presents three critical challenges: irregular temporal sampling, long ran… ▽ More

    Submitted 10 March, 2016; originally announced March 2016.

  8. arXiv:1511.06493  [pdf, other

    cs.DC

    Embarrassingly Parallel Time Series Analysis for Large Scale Weak Memory Systems

    Authors: Francois Belletti, Evan Sparks, Michael Franklin, Alexandre M. Bayen

    Abstract: Second order stationary models in time series analysis are based on the analysis of essential statistics whose computations follow a common pattern. In particular, with a map-reduce nomenclature, most of these operations can be modeled as map** a kernel that only depends on short windows of consecutive data and reducing the results produced by each computation. This computational pattern stems f… ▽ More

    Submitted 20 November, 2015; originally announced November 2015.

    MSC Class: 68M14; 37M10; 62M10

  9. arXiv:1509.02256  [pdf, other

    cs.DC

    Matrix Computations and Optimization in Apache Spark

    Authors: Reza Bosagh Zadeh, Xiangrui Meng, Aaron Staple, Burak Yavuz, Li Pu, Shivaram Venkataraman, Evan Sparks, Alexander Ulanov, Matei Zaharia

    Abstract: We describe matrix computations available in the cluster programming framework, Apache Spark. Out of the box, Spark provides abstractions and implementations for distributed matrices and optimization routines using these matrices. When translating single-node algorithms to run on a distributed cluster, we observe that often a simple idea is enough: separating matrix operations from vector operatio… ▽ More

    Submitted 12 July, 2016; v1 submitted 8 September, 2015; originally announced September 2015.

  10. arXiv:1507.03325  [pdf, other

    cs.DC

    Scientific Computing Meets Big Data Technology: An Astronomy Use Case

    Authors: Zhao Zhang, Kyle Barbary, Frank Austin Nothaft, Evan Sparks, Oliver Zahn, Michael J. Franklin, David A. Patterson, Saul Perlmutter

    Abstract: Scientific analyses commonly compose multiple single-process programs into a dataflow. An end-to-end dataflow of single-process programs is known as a many-task application. Typically, tools from the HPC software stack are used to parallelize these analyses. In this work, we investigate an alternate approach that uses Apache Spark -- a modern big data platform -- to parallelize many-task applicati… ▽ More

    Submitted 14 March, 2016; v1 submitted 13 July, 2015; originally announced July 2015.

    ACM Class: D.1.3; J.2

  11. arXiv:1505.06807  [pdf, other

    cs.LG cs.DC cs.MS stat.ML

    MLlib: Machine Learning in Apache Spark

    Authors: Xiangrui Meng, Joseph Bradley, Burak Yavuz, Evan Sparks, Shivaram Venkataraman, Davies Liu, Jeremy Freeman, DB Tsai, Manish Amde, Sean Owen, Doris Xin, Reynold Xin, Michael J. Franklin, Reza Zadeh, Matei Zaharia, Ameet Talwalkar

    Abstract: Apache Spark is a popular open-source platform for large-scale data processing that is well-suited for iterative machine learning tasks. In this paper we present MLlib, Spark's open-source distributed machine learning library. MLlib provides efficient functionality for a wide range of learning settings and includes several underlying statistical, optimization, and linear algebra primitives. Shippe… ▽ More

    Submitted 26 May, 2015; originally announced May 2015.

  12. arXiv:1502.00068  [pdf, other

    cs.DB cs.DC cs.LG

    TuPAQ: An Efficient Planner for Large-scale Predictive Analytic Queries

    Authors: Evan R. Sparks, Ameet Talwalkar, Michael J. Franklin, Michael I. Jordan, Tim Kraska

    Abstract: The proliferation of massive datasets combined with the development of sophisticated analytical techniques have enabled a wide variety of novel applications such as improved product recommendations, automatic image tagging, and improved speech-driven interfaces. These and many other applications can be supported by Predictive Analytic Queries (PAQs). A major obstacle to supporting PAQs is the chal… ▽ More

    Submitted 8 March, 2015; v1 submitted 30 January, 2015; originally announced February 2015.

  13. arXiv:1310.5426  [pdf, other

    cs.LG cs.DC stat.ML

    MLI: An API for Distributed Machine Learning

    Authors: Evan R. Sparks, Ameet Talwalkar, Virginia Smith, Jey Kottalam, Xinghao Pan, Joseph Gonzalez, Michael J. Franklin, Michael I. Jordan, Tim Kraska

    Abstract: MLI is an Application Programming Interface designed to address the challenges of building Machine Learn- ing algorithms in a distributed setting based on data-centric computing. Its primary goal is to simplify the development of high-performance, scalable, distributed algorithms. Our initial results show that, relative to existing systems, this interface can be used to build distributed implement… ▽ More

    Submitted 25 October, 2013; v1 submitted 21 October, 2013; originally announced October 2013.

  14. arXiv:1103.1333  [pdf, ps, other

    cond-mat.mes-hall

    Quantum Interference in Single Molecule Electronic Systems

    Authors: R. E. Sparks, V. M. García-Suárez, D. Zs. Manrique, C. J. Lambert

    Abstract: We present a general analytical formula and an ab initio study of quantum interference in multi-branch molecules. Ab initio calculations are used to investigate quantum interference in a benzene-1,2-dithiolate (BDT) molecule sandwiched between gold electrodes and through oligoynes of various lengths. We show that when a point charge is located in the plane of a BDT molecule and its position varied… ▽ More

    Submitted 7 March, 2011; originally announced March 2011.

    Comments: 12 pages, 11 figures

    Journal ref: Phys. Rev. B 83, 075437 (2011)