Add interactive Vietnamese ML lesson on Perceptron fundamentals - #2
Merged
Conversation
Tạo thư mục Claude-lession cho các bài giảng AI/ML tiếng Việt dạng HTML tương tác, kèm README mô tả quy ước đặt tên và cấu trúc bài. Bài đầu tiên (mã cd2c084e) — Perceptron: - 4 trạng thái huấn luyện (khởi tạo → 1 epoch → hội tụ → XOR), mỗi trạng thái có biểu đồ canvas vẽ đường ranh giới và điểm đoán sai - Bảng so sánh Input/Xử lý/Output/Đánh giá + pros/cons - Demo huấn luyện trực tiếp: chạy từng epoch, chỉnh learning rate, tự dừng khi hội tụ - Demo dự đoán: nhập độ ngọt + độ vàng, hiện đủ các bước tính z - Mục dữ liệu tốt vs xấu (lệch thang đo, nhiễu nhãn, mất cân bằng, rò rỉ đặc trưng) kèm sơ đồ ASCII - Bài tập tính tay, bài tập code, quiz 4 câu tự chấm có giải thích - Dark mode theo theme người xem, responsive, tôn trọng prefers-reduced-motion Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NDr1jZCzdzHU9MH6cNZKSc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces a comprehensive, interactive educational resource on Perceptron neural networks in Vietnamese. The lesson is delivered as a self-contained HTML file with embedded CSS and JavaScript, requiring no external dependencies or build process.
Key Changes
New lesson file:
2026-08-20-perceptron-cd2c084e.html— A complete interactive tutorial covering:New README:
Claude-lession/README.md— Documents the lesson series structure and naming convention (YYYY-MM-DD-<topic>-<random-hex>.html)Implementation Details
The lesson emphasizes practical understanding through visualization and interaction rather than pure theory, making it suitable for beginners new to neural networks.
https://claude.ai/code/session_01NDr1jZCzdzHU9MH6cNZKSc