paper-with-me

Papers

Automating the Design and Development of Gradient Descent Trained Expert System Networks

2022-07-04 · Jeremy Straub

Prior work introduced a gradient descent trained expert system that conceptually combines the learning capabilities of neural networks with the understandability and defensible logic of an expert system. This system was shown to be able to learn patterns from data and to perform decision-making at levels rivaling those reported by neural network systems. The principal limitation of the approach, though, was the necessity for the manual development of a rule-fact network (which is then trained using backpropagation). This paper proposes a technique for overcoming this significant limitation, as compared to neural networks. Specifically, this paper proposes the use of larger and denser-than-application need rule-fact networks which are trained, pruned, manually reviewed and then re-trained for use. Multiple types of networks are evaluated under multiple operating conditions and these results are presented and assessed. Based on these individual experimental condition assessments, the proposed technique is evaluated. The data presented shows that error rates as low as 3.9% (mean, 1.2% median) can be obtained, demonstrating the efficacy of this technique for many applications.

📄 PDF Abstract BibTeX arXiv:2207.02845

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

GreenAuto: An Automated Platform for Sustainable AI Model Design on Edge Devices

2025-01-25 · Xiaolong Tu, Dawei Chen, Kyungtae Han, Onur Altintas 외

We present GreenAuto, an end-to-end automated platform designed for sustainable AI model exploration, generation, deployment, and evaluation. GreenAuto employs a Pareto front-based search method within an expanded neural…

Neural Architecture Search

Gated recurrent neural networks discover attention

2023-09-04 · Nicolas Zucchet, Seijin Kobayashi, Yassir Akram, Johannes von Oswald 외

Recent architectural developments have enabled recurrent neural networks (RNNs) to reach and even surpass the performance of Transformers on certain sequence modeling tasks. These modern RNNs feature a prominent design p…

In-Context Learning

Neuro-inspired automated lens design

2025-10-11 · Yao Gao, Lei Sun, Shaohua Gao, Qi Jiang 외 arxiv

The highly non-convex optimization landscape of modern lens design necessitates extensive human expertise, resulting in inefficiency and constrained design diversity. While automated methods are desirable, existing appro…

MetaInit: Initializing learning by learning to initialize

2019-12-01 · NeurIPS 2019 12 · Yann N. Dauphin, Samuel Schoenholz

Deep learning models frequently trade handcrafted features for deep features learned with much less human intervention using gradient descent. While this paradigm has been enormously successful, deep networks are often d…

Meta-Learning

The Implicit Bias of Gradient Descent on Generalized Gated Linear Networks

2022-02-05 · Samuel Lippl, L. F. Abbott, SueYeon Chung

Understanding the asymptotic behavior of gradient-descent training of deep neural networks is essential for revealing inductive biases and improving network performance. We derive the infinite-time training limit of a ma…

Inductive Bias