Skip to main content

Showing 1–4 of 4 results for author: Miranda, Z

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

    cs.LG cs.AI

    Generation of Consistent Sets of Multi-Label Classification Rules with a Multi-Objective Evolutionary Algorithm

    Authors: Thiago Zafalon Miranda, Diorge Brognara Sardinha, Márcio Porto Basgalupp, Yaochu **, Ricardo Cerri

    Abstract: Multi-label classification consists in classifying an instance into two or more classes simultaneously. It is a very challenging task present in many real-world applications, such as classification of biology, image, video, audio, and text. Recently, the interest in interpretable classification models has grown, partially as a consequence of regulations such as the General Data Protection Regulati… ▽ More

    Submitted 27 March, 2020; originally announced March 2020.

  2. arXiv:1908.09652  [pdf, other

    cs.LG cs.AI

    Preventing the Generation of Inconsistent Sets of Classification Rules

    Authors: Thiago Zafalon Miranda, Diorge Brognara Sardinha, Ricardo Cerri

    Abstract: In recent years, the interest in interpretable classification models has grown. One of the proposed ways to improve the interpretability of a rule-based classification model is to use sets (unordered collections) of rules, instead of lists (ordered collections) of rules. One of the problems associated with sets is that multiple rules may cover a single instance, but predict different classes for i… ▽ More

    Submitted 30 March, 2020; v1 submitted 23 August, 2019; originally announced August 2019.

    MSC Class: 68T05; 68T20; 68T30

  3. arXiv:1711.05962  [pdf, other

    cs.HC

    Beagle: Automated Extraction and Interpretation of Visualizations from the Web

    Authors: Leilani Battle, Peitong Duan, Zachery Miranda, Dana Mukusheva, Remco Chang, Michael Stonebraker

    Abstract: "How common is interactive visualization on the web?" "What is the most popular visualization design?" "How prevalent are pie charts really?" These questions intimate the role of interactive visualization in the real (online) world. In this paper, we present our approach (and findings) to answering these questions. First, we introduce Beagle, which mines the web for SVG-based visualizations and au… ▽ More

    Submitted 16 November, 2017; originally announced November 2017.

    Comments: 5 pages

  4. arXiv:1711.03243  [pdf, other

    cs.AI

    Selecting Representative Examples for Program Synthesis

    Authors: Yewen Pu, Zachery Miranda, Armando Solar-Lezama, Leslie Pack Kaelbling

    Abstract: Program synthesis is a class of regression problems where one seeks a solution, in the form of a source-code program, map** the inputs to their corresponding outputs exactly. Due to its precise and combinatorial nature, program synthesis is commonly formulated as a constraint satisfaction problem, where input-output examples are encoded as constraints and solved with a constraint solver. A key c… ▽ More

    Submitted 7 June, 2018; v1 submitted 8 November, 2017; originally announced November 2017.

    ACM Class: I.2.2