Add K-Nearest Neighbors interactive lesson in Vietnamese - #12
Merged
Conversation
Thêm bài giảng HTML tương tác: lazy learning, đánh đổi overfit/underfit khi chọn k, và tầm quan trọng của chuẩn hoá dữ liệu trước khi tính khoảng cách. Có demo tính tay từng bước (phân loại Táo/Cam), khởi động nhanh và quiz tự chấm. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01T2h1h1r7crG2ubboi4uKR5
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
Added a comprehensive interactive educational lesson on K-Nearest Neighbors (KNN) algorithm in Vietnamese, including visual demonstrations, interactive demos, and self-grading quizzes.
Changes
New lesson file:
2026-08-29-knn-k-nearest-neighbors-1600b4a3.htmlContent sections:
Interactive features:
Updated README.md: Added entry for the new KNN lesson to the course index
Implementation Details
√((x₁-x₂)² + (y₁-y₂)²)https://claude.ai/code/session_01T2h1h1r7crG2ubboi4uKR5