%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#282828','primaryTextColor':'#ebdbb2','primaryBorderColor':'#fabd2f','lineColor':'#fe8019','secondaryColor':'#3c3836','tertiaryColor':'#504945','background':'#282828','mainBkg':'#3c3836','secondBkg':'#504945','textColor':'#ebdbb2','fontSize':'16px'}}}%% graph TD A[AI Definitions] --> B[Thinking Humanly] A --> C[Acting Humanly] A --> D[Thinking Rationally] A --> E[Acting Rationally] B --> B1["การคิดเหมือนมนุษย์Cognitive Modeling"] C --> C1["การกระทำเหมือนมนุษย์Turing Test Approach"] D --> D1["การคิดอย่างมีเหตุผลLaws of Thought"] E --> E1["การกระทำอย่างมีเหตุผลRational Agent"] style A fill:#458588,stroke:#83a598,color:#ebdbb2 style B fill:#689d6a,stroke:#8ec07c,color:#282828 style C fill:#689d6a,stroke:#8ec07c,color:#282828 style D fill:#d79921,stroke:#fabd2f,color:#282828 style E fill:#d79921,stroke:#fabd2f,color:#282828
%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#282828','primaryTextColor':'#ebdbb2','primaryBorderColor':'#fabd2f','lineColor':'#fe8019','secondaryColor':'#3c3836','tertiaryColor':'#504945','background':'#282828','mainBkg':'#3c3836','secondBkg':'#504945','textColor':'#ebdbb2','fontSize':'14px'}}}%% graph LR AI["Artificial Intelligence"] AI --> Phil["Philosophy (ปรัชญา)"] AI --> Math["Mathematics (คณิตศาสตร์)"] AI --> Psy["Psychology (จิตวิทยา)"] AI --> Neuro["Neuroscience (ประสาทวิทยา)"] AI --> CS["Computer Science (วิทยาการคอมพิวเตอร์)"] AI --> Ling["Linguistics (ภาษาศาสตร์)"] style AI fill:#cc241d,stroke:#fb4934,color:#ebdbb2 style Phil fill:#458588,stroke:#83a598,color:#ebdbb2 style Math fill:#b16286,stroke:#d3869b,color:#ebdbb2
%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#282828','primaryTextColor':'#ebdbb2','primaryBorderColor':'#fabd2f','lineColor':'#fe8019','secondaryColor':'#3c3836','tertiaryColor':'#504945','background':'#282828','mainBkg':'#3c3836','secondBkg':'#504945','textColor':'#ebdbb2','fontSize':'14px'}}}%% graph TB subgraph Capability["แบ่งตามความสามารถ"] A1["Narrow AI (เฉพาะทาง)"] A2["General AI (AI ทั่วไป)"] A3["Super AI (AI เหนือมนุษย์)"] end subgraph Functionality["แบ่งตามการทำงาน"] B1["Reactive Machines (ไม่มีความจำ)"] B2["Limited Memory (ความจำจำกัด)"] B3["Theory of Mind (เข้าใจอารมณ์)"] B4["Self-Aware (มีจิตสำนึก)"] end style A1 fill:#458588,stroke:#83a598,color:#ebdbb2 style A2 fill:#d79921,stroke:#fabd2f,color:#282828 style A3 fill:#cc241d,stroke:#fb4934,color:#ebdbb2
%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#282828','primaryTextColor':'#ebdbb2','primaryBorderColor':'#fabd2f','lineColor':'#fe8019','secondaryColor':'#3c3836','tertiaryColor':'#504945','background':'#282828','mainBkg':'#3c3836','secondBkg':'#504945','textColor':'#ebdbb2','fontSize':'14px'}}}%% graph TD ML[Machine Learning] --> SL["Supervised Learning (การเรียนรู้แบบมีผู้สอน)"] ML --> UL["Unsupervised Learning (การเรียนรู้แบบไม่มีผู้สอน)"] ML --> RL["Reinforcement Learning (การเรียนรู้เชิงเสริมแรง)"] ML --> SSL["Semi-Supervised Learning (การเรียนรู้แบบกึ่งมีผู้สอน)"] SL --> SL1["Classification (Regression)"] UL --> UL1["Clustering (Dimensionality Reduction)"] RL --> RL1["Reward-based (Learning)"] style ML fill:#cc241d,stroke:#fb4934,color:#ebdbb2 style SL fill:#458588,stroke:#83a598,color:#ebdbb2 style UL fill:#b16286,stroke:#d3869b,color:#ebdbb2 style RL fill:#d79921,stroke:#fabd2f,color:#282828
%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#282828','primaryTextColor':'#ebdbb2','primaryBorderColor':'#fabd2f','lineColor':'#fe8019','secondaryColor':'#3c3836','tertiaryColor':'#504945','background':'#282828','mainBkg':'#3c3836','secondBkg':'#504945','textColor':'#ebdbb2','fontSize':'14px'}}}%% graph LR Agent["Agent (ตัวแทน)"] -->|Action| Env["Environment (สภาพแวดล้อม)"] Env -->|State + Reward| Agent Agent -.->|Policy π| Action[เลือกการกระทำ] Env -.->|Transition| State[สถานะใหม่] style Agent fill:#458588,stroke:#83a598,color:#ebdbb2 style Env fill:#b16286,stroke:#d3869b,color:#ebdbb2
%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#282828','primaryTextColor':'#ebdbb2','primaryBorderColor':'#fabd2f','lineColor':'#fe8019','secondaryColor':'#3c3836','tertiaryColor':'#504945','background':'#282828','mainBkg':'#3c3836','secondBkg':'#504945','textColor':'#ebdbb2','fontSize':'13px'}}}%% graph LR subgraph Input["Input Layer (ชั้นนำเข้า)"] I1((x1)) I2((x2)) I3((x3)) end subgraph Hidden1["Hidden Layer 1 (ชั้นซ่อน 1)"] H11((h11)) H12((h12)) H13((h13)) H14((h14)) end subgraph Hidden2["Hidden Layer 2 (ชั้นซ่อน 2)"] H21((h21)) H22((h22)) H23((h23)) end subgraph Output["Output Layer (ชั้นผลลัพธ์)"] O1((y)) end I1 --> H11 I1 --> H12 I2 --> H11 I3 --> H13 H11 --> H21 H12 --> H22 H21 --> O1
%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#282828','primaryTextColor':'#ebdbb2','primaryBorderColor':'#fabd2f','lineColor':'#fe8019','secondaryColor':'#3c3836','tertiaryColor':'#504945','background':'#282828','mainBkg':'#3c3836','secondBkg':'#504945','textColor':'#ebdbb2','fontSize':'13px'}}}%% graph LR Input[Input Imageภาพนำเข้า] --> Conv1[Conv Layer 1Convolution] Conv1 --> Pool1[Pooling 1Max/Avg Pool] Pool1 --> Conv2[Conv Layer 2Convolution] Conv2 --> Pool2[Pooling 2Max/Avg Pool] Pool2 --> FC[Fully ConnectedClassification] FC --> Output[Outputผลลัพธ์] style Input fill:#458588,stroke:#83a598,color:#ebdbb2 style Conv1 fill:#689d6a,stroke:#8ec07c,color:#282828 style Conv2 fill:#689d6a,stroke:#8ec07c,color:#282828 style FC fill:#d79921,stroke:#fabd2f,color:#282828 style Output fill:#cc241d,stroke:#fb4934,color:#ebdbb2
%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#282828','primaryTextColor':'#ebdbb2','primaryBorderColor':'#fabd2f','lineColor':'#fe8019','secondaryColor':'#3c3836','tertiaryColor':'#504945','background':'#282828','mainBkg':'#3c3836','secondBkg':'#504945','textColor':'#ebdbb2','fontSize':'13px'}}}%% graph LR Noise["Random Noise (สัญญาณรบกวน)"] --> G["Generator (ตัวสร้าง)"] G --> Fake["Fake Data (ข้อมูลปลอม)"] Real["Real Data (ข้อมูลจริง)"] --> D["Discriminator (ตัวแยกแยะ)"] Fake --> D D --> Output["Real/Fake (จริง/ปลอม)"] style G fill:#458588,stroke:#83a598,color:#ebdbb2 style D fill:#d79921,stroke:#fabd2f,color:#282828
%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#3c3836','primaryTextColor':'#ebdbb2','primaryBorderColor':'#fabd2f','lineColor':'#fe8019','secondaryColor':'#504945','tertiaryColor':'#665c54','background':'#282828','fontSize':'13px'}}}%% graph TD subgraph Era1[" ยุคเริ่มต้น (1950-1960s)"] A["1950: Turing TestAI เริ่มต้น"] B["1956: Dartmouth Conferenceคำว่า AI เกิดขึ้น"] C["1957: PerceptronNeural Network แรก"] end subgraph Era2[" ยุคทองและความถดถอย (1960s-1990s)"] D["1960s-70s: Expert Systemsยุคทอง AI"] E["1970s-80s: AI Winter 1ความถดถอยครั้งแรก"] F["1986: Backpropagationฝึก Multi-layer NN ได้"] G["1990s: AI Winter 2ความถดถอยครั้งที่สอง"] end A --> B --> C --> D --> E --> F --> G
%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#3c3836','primaryTextColor':'#ebdbb2','primaryBorderColor':'#fabd2f','lineColor':'#fe8019','secondaryColor':'#504945','tertiaryColor':'#665c54','background':'#282828','fontSize':'13px'}}}%% graph TD subgraph Era3[" ยุคฟื้นฟู (1997-2016)"] H["1997: Deep BlueIBM เอาชนะ Kasparov"] I["2006: Deep Learningฟื้นคืนชีพ"] J["2012: AlexNetCNN ชนะ ImageNet"] K["2016: AlphaGoAI เอาชนะมนุษย์ในเกมโกะ"] end subgraph Era4[" ยุคใหม่ (2017-ปัจจุบัน)"] L["2017: Transformerสถาปัตยกรรมใหม่"] M["2020: GPT-3LLM ขนาดใหญ่"] N["2022: ChatGPTAI สู่สาธารณะ"] O["2024: Generative AIAI สร้างสรรค์"] end H --> I --> J --> K --> L --> M --> N --> O