Announcements

Notices

2026-05-10

Ch 5 Tree Algorithms Slides Added

The Ch 5 Tree Algorithms slides have been uploaded in both PDF and PPTX formats and linked directly from the Week 9-10 materials table below. The deck covers decision trees, cross-validation, grid search, and ensemble methods in one package.

2026-04-14

CH1-4 Hard Quiz PDF Added

A hard quiz PDF for extended review across Chapters 01-04 has been uploaded to the data folder and linked from both the shared quiz row and the assignments table below.

2026-04-07

MCP/SKILLS Slides Added

Slides related to MCP and Skills were uploaded to the data folder in both PDF and PPTX formats, and linked on the shared reference row for direct access.

2026-04-06

Harness Engineering Slides and Starter ZIP Added

The Harness Engineering deck is now linked in both PPTX and PDF formats, along with a downloadable `harness-project` markdown starter ZIP derived from the lecture content. It can be used as a starting point for project practice and Codex harness experiments.

2026-03-30

Ch4 Quiz PDF Released for Review

The Ch04 multiple-choice quiz PDF is now available for review. Questions, answers, and explanations are included in the same file, and students can download it directly from the materials table and the assignments section below.

2026-03-30

Ch4 Supplementary PDF Added

A supplementary PDF on softmax and cross-entropy was added to the Chapter 04 materials row. Students can use it as a review handout alongside the Week 6-7 classification lectures.

2026-03-28

Ch3 Quiz PDF Released for Review

The Ch3 multiple-choice quiz PDF is now available for self-study. Questions, answers, and explanations are included in the same file, and students can download it directly from the materials table and the assignments section below.

2026-03-16

CH1-2 Quiz PDF Released for Review

The CH1-2 multiple-choice quiz PDF is now available for self-study. Questions, answers, and explanations are included in the same file, and students can download it directly from the assignments table and the shared materials row below.

2026-03-15

Midterm-Range PDF Links Added

Week 5-7 lecture materials are now linked as PDFs. The full pre-midterm range (Preview through Week 7) is currently published on this page.

2026-02-28

Material Sync Update

Preview and Week 1-3 lecture materials (slides/notebook), plus the HW1 package, were synchronized from the data folder.

2026-03-03

Course Scope Notice

This semester covers CHAPTER 01-06. Deep learning chapters (Ch7-10) are not included this term.

2026-03-03

Course Policy

Textbook, weekly plan, and grading criteria will be announced in the first session. Please set up Python (Anaconda or Google Colab) in advance.

2026-03-03

Office Hour Update

Office hours are Mon/Tue 11:00-12:00 and Thu 12:00-13:00. Appointment is recommended.

2026-03-03

HW1 Released — Fruit Classification with KNN

Distributed as week1-assignment.zip. Complete assignment.ipynb, then upload your submission to LMS. 100 points, 5 problems.

Lecture Materials

Slides & Notebooks

Week Topic Material
1Course Introduction and Colab SetupSlides
2Ch 1 AI Overview — Markets and MLSlides · Lecture Note · Ch1-2 Quiz/Answer PDF
3Ch 1 Reinforcement and Colab Practice
4Ch 2 Working with Data — Train/Test, PreprocessingSlides · Lecture Note
5Ch 3 Regression and RegularizationSlides · Ch3 Quiz/Answer PDF
6Ch 4 Classification (1) — Logistic RegressionSlides · Supplement: Softmax & Cross-Entropy · Ch4 Quiz/Answer PDF
7Ch 4 Classification (2) — SGD Classifier
8Midterm
9Ch 5 Tree Algorithms (1) — Decision TreeSlides PDF · Slides PPTX
10Ch 5 Tree Algorithms (2) — CV / Grid Search / Ensemble
11Ch 6 Unsupervised Learning (1) — Clustering, k-MeansTo be uploaded
12Ch 6 Unsupervised Learning (2) — PCATo be uploaded
13Vibe-Coding AI Project (1) — Topic and PlanningProject guide released in class
14Vibe-Coding AI Project (2) — Implementation and PresentationFinal output submission and presentation
15Final Exam
SharedQuiz / Answer / Code ReferenceCh1-2 Quiz PDF with answers and explanations · Ch3 Quiz PDF with answers and explanations · Ch4 Quiz PDF with answers and explanations · CH1-4 Hard Quiz PDF · Latest code note scheduled
SharedProject Reference — Harness EngineeringSlides PDF · Slides PPTX · harness-project starter ZIP
SharedProject Reference — MCP / SkillsSlides PDF · Slides PPTX

Assignments

Evaluation & Tasks

Component Points Rule
Midterm30Week 8
Final30Week 15
Quiz10
Final Project20Weeks 13-14 output and presentation
Attendance + Core Competency10Combined evaluation of attendance and class participation
No. Title Files Submission Status
HW1 Fruit Classification with KNN (100 pts, 5 problems) [week1-assignment.zip] LMS upload (manual grading) Active
Quiz Ch 1–2 Multiple-Choice Quiz Review Sheet Question/Answer/Explanation PDF Self-study material Available
Quiz Ch 3 Multiple-Choice Quiz Review Sheet Question/Answer/Explanation PDF Self-study material Available
Quiz Ch 4 Multiple-Choice Quiz Review Sheet Question/Answer/Explanation PDF Self-study material Available
Quiz CH1-4 Hard Quiz Review Sheet Question PDF Self-study material Available
Project Vibe-Coding AI Project (Weeks 13-14) Topic planning, implementation, and presentation Class + final submission Planned
Reference Original Practice Code Repository github.com/rickiepark/hg-mldl Self-study Always

Local check for HW1: pytest tests/test_assignment.py -v. Follow variable names and file structure in README for grading compatibility.

Operations

Upload & Deadlines

Item Last Upload Next Deadline Note
Lecture Materials (Weeks 9-10, Ch 5)2026-05-10Weeks 9-10 publishedAdded the Tree Algorithms slides in PDF/PPTX
Lecture Materials (Preview-Week 7)2026-03-30Pre-midterm range fully publishedAdded the Ch4 supplementary PDF link
Project Reference2026-04-07Available anytimeAdded the Harness Engineering and MCP/SKILLS slides (PPTX/PDF)
Quiz (Hard, CH1-4)2026-04-14Review PDF publishedCombined question set across Chapters 01-04
HW12026-03-032026-03-17 23:59LMS upload (manual grading)
Quiz (CH4)2026-03-30Review PDF publishedQuestions, answers, and explanations included
Quiz (CH3)2026-03-28Review PDF publishedQuestions, answers, and explanations included
Quiz (CH1-2)2026-03-16Review PDF publishedQuestions, answers, and explanations included
Final Project2026-03-03 (plan)Submission/Presentation in Weeks 13-14Topic guide distributed in class
Date Category Change
2026-05-10MaterialsUploaded the Ch 5 Tree Algorithms PDF/PPTX and linked them in the Week 9-10 materials table
2026-04-14QuizUploaded the CH1-4 Hard Quiz PDF and linked it on the shared materials and assignments tables
2026-04-07MaterialsUploaded the MCP/SKILLS slides in PPTX/PDF and linked them on the shared reference row
2026-04-06MaterialsUploaded the Harness Engineering slides in PPTX/PDF and added the harness-project starter ZIP
2026-03-30QuizUploaded the Ch4 multiple-choice quiz PDF
2026-03-30MaterialsAdded the Ch4 Softmax/Cross-Entropy supplementary PDF link
2026-03-28QuizUploaded the Ch3 multiple-choice quiz PDF
2026-03-15MaterialsAdded PDF links for the pre-midterm range (Weeks 5-7)
2026-03-06OperationsAdded upload/deadline/history tables
2026-03-03AssignmentPublished HW1 package and autograding guide
2026-03-03CurriculumConfirmed semester scope as CH1-6 only
2026-02-28MaterialsLinked Preview and Week 1-3 files

Contact

Course Inquiry

Office: Convergence Science Bldg. 2F, Room 24221 (Ext. 2561)
Email: sangdonpark@dju.kr
Office Hours: Mon/Tue 11:00-12:00, Thu 12:00-13:00 (appointment recommended)
Email subject format: [AI][Student ID] Topic