Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.02 KB

NCTU Artificial Intelligence Spring 2017

Grading Policy: quizs(30%) + 2 exams(50%) + 2 projects(24%)
Final score: 57x0.15+55x0.15+88x0.25+164x0.25+97x0.12+87x0.12 = 101.88 = 100

About Course

  • Course Coverage
    • Search (Uninformed/informed/Game Search)
    • Constraint-based reasoning
    • Logic (0th and 1st order)
    • Learning (Machine Learning)

挺不错的一门课,英文授课,老师英文说得很棒。
课程不算很深,不过考试也不算简单。
老师水平很高,出题专门出我没见过的23333。
今年的课总共有2次quiz(满分均为100),期中考(满分120),期末考(满分176)以及两次project(满分100),
quiz1 57分, quiz2 55分,期中考88分,,雪崩。
project1 97分, project2 87分,
全靠期末考164分成功翻盘啊。。。2333.
算是研究僧僧涯第一个满分吧,,,2333。。老师人好啊。

Project1

和DNA序列有关的Search问题,用遗传算法解决了

Project2

Naive Bayes 和 Decision tree