🏠 Trang chủ
Benchmark
📊 Tất cả benchmark 🦖 Khủng long v1 🦖 Khủng long v2 ✅ Ứng dụng To-Do List 🎨 Trang tự do sáng tạo 🎯 FSACB - Trình diễn cuối cùng 🌍 Benchmark dịch thuật
Mô hình
🏆 Top 10 mô hình 🆓 Mô hình miễn phí 📋 Tất cả mô hình ⚙️ Kilo Code
Tài nguyên
💬 Thư viện prompt 📖 Thuật ngữ AI 🔗 Liên kết hữu ích

Thuật ngữ AI

Từ điển đầy đủ về Trí tuệ nhân tạo

162
danh mục
2.032
danh mục con
23.060
thuật ngữ
📖
thuật ngữ

Real-Time Acquisition Function

Strategy for selecting evaluation points in Bayesian optimization, designed to minimize decision latency by dynamically adapting the acquisition criterion to time constraints.

📖
thuật ngữ

Incremental Surrogate Model

Substitute model (often a Gaussian process) updated incrementally with each new observation, avoiding complete retraining to ensure real-time performance.

📖
thuật ngữ

Real-Time Budget

Strict time constraint imposed on each iteration of Bayesian optimization, limiting the time allocated to model updating and acquisition criterion calculation.

📖
thuật ngữ

Low-Computational-Cost Acquisition Criterion

Acquisition function (such as expected improvement or upper confidence bound) simplified or approximated to drastically reduce computation time, essential for fast optimization loops.

📖
thuật ngữ

Online Gaussian Process

Gaussian process implementation where inference and prediction are performed continuously as data arrives, without requiring batch processing.

📖
thuật ngữ

Dynamic Search Space Pruning

Technique to reduce the candidate space for evaluation at each iteration based on accumulated information, to accelerate the selection of the next point.

📖
thuật ngữ

Streaming Bayesian Optimization (Streaming BO)

Approach where optimization is performed on a continuous data stream, adapting the model and optimization decisions in real-time as new information arrives.

📖
thuật ngữ

Meta-Learning for BO Acceleration

Use of meta-learning to quickly initialize the surrogate model with knowledge from past optimization tasks, thereby reducing the number of iterations needed in real-time.

📖
thuật ngữ

Data Parallelism for Real-Time Bayesian Optimization

Parallelization strategy where computations related to the surrogate model (e.g., predictions on candidate point sets) are distributed to meet strict timing constraints.

📖
thuật ngữ

Sliding Window of Observations

Method where only a recent subset of observations is retained for model updates, limiting computational complexity to ensure consistent real-time performance.

📖
thuật ngữ

Episodic Bayesian Optimization

Framework where optimization is broken down into short temporal episodes, each with its own surrogate model, allowing frequent resets to adapt to dynamic environments.

📖
thuật ngữ

Random Least Squares Approximation for Bayesian Optimization

Kernel approximation technique in Gaussian processes using random features to reduce matrix inversion complexity from O(n^3) to O(n*m), where m << n.

📖
thuật ngữ

Constant Time Prediction

Objective of real-time Bayesian Optimization implementations where the latency for predicting the surrogate model's mean and variance for a new point is guaranteed to be below a fixed threshold.

📖
thuật ngữ

Closed-Loop Control System with Bayesian Optimization

Application of real-time Bayesian Optimization as a component of a control system, where actions are continuously adjusted based on model predictions to optimize performance.

📖
thuật ngữ

Active Real-Time Optimization

Process where the Bayesian Optimization algorithm decides not only the next point to evaluate but also the optimal timing for this evaluation to maximize information gain under time constraints.

📖
thuật ngữ

Sparse Surrogate Model

Use of surrogate models (such as sparse Gaussian processes or Gaussian processes with inducing points) that exploit sparse data structures for fast updates and predictions.

📖
thuật ngữ

Non-Myopic Acquisition Criterion

Criterion that evaluates the potential of a point over multiple steps ahead, often approximated to be computable in real-time, in order to make more robust decisions than myopic criteria.

🔍

Không tìm thấy kết quả