🏠 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ữ

Program Synthesis

Computer science discipline aimed at automatically generating computer programs that satisfy high-level specifications. This approach combines search techniques, machine learning, and formal reasoning to create functional code.

📖
thuật ngữ

Inductive Programming

Programming paradigm where systems learn programs from input-output examples rather than explicit instructions. This method uses inference techniques to generalize from observed data and create functional algorithms.

📖
thuật ngữ

Example-Driven Synthesis

Program synthesis approach using concrete input-output examples to guide code generation. This method infers the programmer's intentions from patterns observed in the provided examples.

📖
thuật ngữ

Programming by Example (PBE)

Development technique where users provide examples of desired behavior and the system automatically generates the corresponding program. PBE democratizes programming by allowing non-experts to create functional algorithms.

📖
thuật ngữ

Search-Based Program Synthesis

Method of program generation that systematically explores the space of possible solutions using heuristic search algorithms. This approach evaluates candidates based on fitness metrics to converge toward an optimal solution.

📖
thuật ngữ

Neural-Guided Program Synthesis

Technique combining neural networks and program synthesis to efficiently guide the search in the solution space. Neural models learn patterns from data to predict promising search directions.

📖
thuật ngữ

Sketch-Based Synthesis

Approach where users provide partial program sketches with holes that the system must automatically fill. This method reduces the search space while allowing flexibility in code generation.

📖
thuật ngữ

Constraint-Based Synthesis

Technique using logical constraints to specify the expected behavior of a program to be generated. The system solves these constraints to automatically produce code satisfying all required conditions.

📖
thuật ngữ

Domain-Specific Language (DSL)

Programming language designed for a specific application domain, offering higher abstraction and targeted expressiveness. DSLs simplify program synthesis by reducing syntactic and semantic complexity.

📖
thuật ngữ

Execution Trace

Sequential recording of operations performed during program execution, used for analysis and synthesis. Execution traces provide crucial information about program behavior to guide code generation.

📖
thuật ngữ

Program Induction

Process of inferring programs from observed data, similar to logical induction but applied to code. This technique generalizes patterns to create algorithms capable of applying to new data.

📖
thuật ngữ

Meta-Learning for Program Synthesis

Approach where systems learn to learn to synthesize programs by quickly adapting to new tasks. Meta-learning optimizes the synthesis process itself rather than specific programs.

📖
thuật ngữ

Reinforcement Learning for Code Generation

Application of reinforcement learning where an agent learns to generate code by receiving rewards based on the quality and correctness of the produced program. This method progressively optimizes code generation strategies.

📖
thuật ngữ

Abstract Syntax Tree (AST)

Tree structure representing the abstract syntactic structure of a source program, used in synthesis and code analysis. ASTs enable semantic manipulation of code independent of concrete syntax.

📖
thuật ngữ

Program Repair

Process of automatically correcting defective programs by modifying existing code to eliminate bugs. This technique often uses synthesis techniques to generate functional patches that preserve the original intent.

📖
thuật ngữ

Synthesis from Natural Language

Automatic generation of programs from natural language descriptions, combining NLP and program synthesis. This approach aims to make programming accessible by directly translating human intentions into executable code.

🔍

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