paper-with-me

Papers

Implementation and Evaluation of a Gradient Descent-Trained Defensible Blackboard Architecture System

2024-04-17 · Jordan Milbrath, Jonathan Rivard, Jeremy Straub

A variety of forms of artificial intelligence systems have been developed. Two well-known techniques are neural networks and rule-fact expert systems. The former can be trained from presented data while the latter is typically developed by human domain experts. A combined implementation that uses gradient descent to train a rule-fact expert system has been previously proposed. A related system type, the Blackboard Architecture, adds an actualization capability to expert systems. This paper proposes and evaluates the incorporation of a defensible-style gradient descent training capability into the Blackboard Architecture. It also introduces the use of activation functions for defensible artificial intelligence systems and implements and evaluates a new best path-based training algorithm.

📄 PDF Abstract BibTeX arXiv:2404.11714

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Expert System Gradient Descent Style Training: Development of a Defensible Artificial Intelligence Technique

2021-03-07 · Jeremy Straub

Artificial intelligence systems, which are designed with a capability to learn from the data presented to them, are used throughout society. These systems are used to screen loan applicants, make sentencing recommendatio…

Decision Making

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 …

Decision Making

Harmonized Gradient Descent for Class Imbalanced Data Stream Online Learning

2025-08-15 · Han Zhou, Hongpeng Yin, Xuanhong Deng, Yuyu Huang 외 arxiv

Many real-world data are sequentially collected over time and often exhibit skewed class distributions, resulting in imbalanced data streams. While existing approaches have explored several strategies, such as resampling…

When Descent Is Too Stable: Event-Triggered Hamiltonian Learning to Optimize

2026-05-07 · Yi Wang, Chandrajit Bajaj arxiv

Fixed-budget nonconvex optimization can fail not because local descent is unstable, but because it is too stable: after reaching a nearby stationary point, an optimizer may spend the remaining evaluations refining an uni…

Scaling transition from momentum stochastic gradient descent to plain stochastic gradient descent

2021-06-12 · Kun Zeng, Jinlan Liu, Zhixia Jiang, Dongpo Xu

The plain stochastic gradient descent and momentum stochastic gradient descent have extremely wide applications in deep learning due to their simple settings and low computational complexity. The momentum stochastic grad…