🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Graph Neural Networks (GNN)

Deep learning architecture designed to process structured graph data, enabling the learning of node and edge representations through message propagation.

📖
용어

Traveling Salesman Problem (TSP)

NP-hard optimization problem seeking the minimum weight Hamiltonian cycle that visits each vertex exactly once in a complete weighted graph.

📖
용어

Minimum Vertex Cover

Minimal set of vertices such that every edge in the graph has at least one endpoint in this set, a fundamental combinatorial optimization problem.

📖
용어

Graph Coloring

Assignment of colors to vertices of a graph such that no two adjacent vertices share the same color, aiming to minimize the total number of colors used.

📖
용어

Reinforcement Learning on Graphs

Approach combining RL and graph structures where the agent makes decisions on nodes/edges to optimize a global objective on the graph topology.

📖
용어

Minimum Spanning Tree

Connected acyclic subgraph including all vertices with minimal sum of edge weights, efficiently solved by Kruskal's or Prim's algorithms.

📖
용어

Maximum Flow

Problem aiming to determine the maximum possible flow between a source and a sink in a directed graph with capacities on edges.

📖
용어

Community Detection

Identification of densely connected groups of nodes in a graph, using modularity metrics or unsupervised learning approaches.

📖
용어

Graph Centrality

Set of metrics evaluating the relative importance of nodes in a network, including degree, betweenness, closeness, and eigenvector centralities.

📖
용어

Graph Simulated Annealing

Optimization metaheuristic inspired by thermodynamics applied to graph problems, accepting degraded solutions with decreasing probability.

📖
용어

Genetic Algorithm for Graphs

Evolutionary approach where chromosomes represent graph solutions, using crossover and mutation to explore combinatorial solution spaces.

📖
용어

Multi-objective Optimization on Graphs

Simultaneous resolution of multiple conflicting objectives on graph structures, producing a Pareto front of non-dominated solutions.

📖
용어

Graph Isomorphism Problem

Determination of whether two graphs are structurally identical despite different vertex labeling, a key problem in complexity theory.

📖
용어

Maximum Cut Optimization

NP-hard problem seeking a vertex partition that maximizes the total weight of edges crossing the cut between the two sets.

📖
용어

Routing Algorithms in Graphs

Set of techniques determining optimal or near-optimal paths in networks, combining heuristics and learning for dynamic adaptation.

📖
용어

Spectral Clustering on Graphs

Partitioning method using eigenvectors of the graph Laplacian to project data into a space where clustering becomes trivial.

🔍

결과를 찾을 수 없습니다