Skip to content

betarixm/CSED342

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 

Repository files navigation

Artificial Intelligence

CSED342@POSTECH CSED342@POSTECH

Artificial intelligence aims to tackle complex real-world problems (e.g., web search, speech recognition, face recognition, machine translation, autonomous driving) with rigorous mathematical tools. In this course, students will learn the foundational principles that drive these applications and practice implementing some of these systems. This course covers a broad range of AI-related topics at a fast pace, focusing on understanding the fundamental concepts and principles on each topic. Accordingly, programming assignments will be implementing the core ideas with native python rather than blindly using AI libraries or tools.

Assignments

Foundations

  • Simple Python tasks

Link

Sentiment Analysis

  • Stochastic Gradient Descent
  • K-means Clustering

Link

Text Reconstruction

  • UCS
  • Word Segmentation
  • Vowel Insertion
  • A* Search

Link

Peeking Blackjack

  • Value Iteration
  • Q Learning

Link

Multi-agent Pac-Man

  • Minimax
  • Alpha-beta pruning
  • Expectimax

Link

Constraint Satisfaction Problems

  • CSP solving
  • Handling n-ary factors

Link

Car Tracking

  • Bayesian Network
  • Particle Filtering

Link

From Language to Logic

  • Propositional logic
  • Logical Inference

Link

About

POSTECH: Artificial Intelligence (Spring 2021)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published