paper-with-me

홈 › Papers

Approximate Decision Trees For Machine Learning Classification on Tiny Printed Circuits

2022-03-15 · Konstantinos Balaskas, Georgios Zervakis, Kostas Siozios, Mehdi B. Tahoori, Joerg Henkel

Although Printed Electronics (PE) cannot compete with silicon-based systems in conventional evaluation metrics, e.g., integration density, area and performance, PE offers attractive properties such as on-demand ultra-low-cost fabrication, flexibility and non-toxicity. As a result, it targets application domains that are untouchable by lithography-based silicon electronics and thus have not yet seen much proliferation of computing. However, despite the attractive characteristics of PE, the large feature sizes in PE prohibit the realization of complex printed circuits, such as Machine Learning (ML) classifiers. In this work, we exploit the hardware-friendly nature of Decision Trees for machine learning classification and leverage the hardware-efficiency of the approximate design in order to generate approximate ML classifiers that are suitable for tiny, ultra-resource constrained, and battery-powered printed applications.

📄 PDF Abstract BibTeX arXiv:2203.08011

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

VaRT: Variational Regression Trees

2023-09-21 · NeurIPS 2023 11

Decision trees are a well-established tool in machine learning for classification and regression tasks. In this paper, we introduce a novel non-parametric Bayesian model that uses variational inference to approximate a p…

Extracting PAC Decision Trees from Black Box Binary Classifiers: The Gender Bias Study Case on BERT-based Language Models

2024-12-13 · Ana Ozaki, Roberto Confalonieri, Ricardo Guimarães, Anders Imenes

Decision trees are a popular machine learning method, known for their inherent explainability. In Explainable AI, decision trees can be used as surrogate models for complex black box AI models or as approximations of par…

Binary Classification

SONG: Self-Organizing Neural Graphs

2021-07-28 · Łukasz Struski, Tomasz Danel, Marek Śmieja, Jacek Tabor 외

Recent years have seen a surge in research on deep interpretable neural networks with decision trees as one of the most commonly incorporated tools. There are at least three advantages of using decision trees over logist…

OPTDTALS: Approximate Logic Synthesis via Optimal Decision Trees Approach

2024-08-22 · Hao Hu, Shaowei Cai

The growing interest in Explainable Artificial Intelligence (XAI) motivates promising studies of computing optimal Interpretable Machine Learning models, especially decision trees. Such models generally provide optimalit…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Interpretable Machine Learning

Visual Exploration of Machine Learning Model Behavior with Hierarchical Surrogate Rule Sets

2022-01-19 · Jun Yuan, Brian Barr, Kyle Overton, Enrico Bertini

One of the potential solutions for model interpretation is to train a surrogate model: a more transparent model that approximates the behavior of the model to be explained. Typically, classification rules or decision tre…

BIG-bench Machine Learning