For more details on the courses, please refer to the Course Catalog
| Code | Course Title | Credit | Learning Time | Division | Degree | Grade | Note | Language | Availability |
|---|---|---|---|---|---|---|---|---|---|
| AIM4002 | Biomedical Artificial Intelligence | 3 | 6 | Major | Bachelor/Master | 1-4 | Artificial Intelligence | - | No |
| Biomedical research is one of the most exciting application domains of artificial intelligence, with transformative potential in areas of precision medicine. The goal of this course is to introduce the underlying concepts, methods, and the potential of intelligent systems in biomedicine. The course aims to provide students from diverse backgrounds with both conceptual understanding and practical grounding of cutting-edge research on AI in biomedicine in the areas of deep learning, bioinformatics, computational models, and data science. As a research and project-based course, student(s) will have opportunities to identify and specialize in particular AI methods, biomedical applications, and relevant tools. The course is designed to be accessible to non-quantitative majors but will require prior programming experience. | |||||||||
| AIM4004 | Intro to AI Agent | 3 | 6 | Major | Bachelor/Master | 1-8 | Artificial Intelligence | - | No |
| This course aims to understand the technical foundations upon which modern AI services, such as ChatGPT, are built and operate. Beyond the working principles of simple models, it provides a broad overview of the full technical stack required to implement commercial-grade AI services. To this end, the course begins with the latest LLM development paradigms, including Transformer-based model structures, pre-training, fine-tuning, and instruction tuning. It then progressively covers key elements from the perspective of implementing actual agent systems, such as prompt engineering, Retrieval-Augmented Generation (RAG), agent planning & reasoning, multi-agent collaboration, and tool use. Furthermore, by analyzing recent research papers and results, the course aims to help students grasp rapidly changing technology trends and cultivate the ability to design and build sophisticated AI systems based on this knowledge. | |||||||||
| AIM4004 | Intro to AI Agent | 3 | 6 | Major | Bachelor/Master | 1-8 | Artificial Intelligence | - | No |
| This course aims to understand the technical foundations upon which modern AI services, such as ChatGPT, are built and operate. Beyond the working principles of simple models, it provides a broad overview of the full technical stack required to implement commercial-grade AI services. To this end, the course begins with the latest LLM development paradigms, including Transformer-based model structures, pre-training, fine-tuning, and instruction tuning. It then progressively covers key elements from the perspective of implementing actual agent systems, such as prompt engineering, Retrieval-Augmented Generation (RAG), agent planning & reasoning, multi-agent collaboration, and tool use. Furthermore, by analyzing recent research papers and results, the course aims to help students grasp rapidly changing technology trends and cultivate the ability to design and build sophisticated AI systems based on this knowledge. | |||||||||
| AIM5001 | Theories of Artificial Intelligence | 3 | 6 | Major | Master/Doctor | Artificial Intelligence | Korean | Yes | |
| In this course students will learn the fundamental algorithms of Aritificial Intelligence including the problem solving techniques, search algorithms, logical agents, knowledge representation, inference, and planning. After taking the course, students are expected to implement the algorithms using computer programming languages. | |||||||||
| AIM5002 | Theory of Machine Learning | 3 | 6 | Major | Master/Doctor | 1-4 | Artificial Intelligence | - | No |
| MachineLearningisthestudyofhowtobuildcomputersystemsthatlearnfromexperience.Thiscoursewillgiveanoverviewofmanymodelsandalgorithmsusedinmodernmachinelearning,includinggeneralizedlinearmodels,multi-layerneuralnetworks,supportvectormachines,Bayesianbeliefnetworks,clustering,anddimension reduction. | |||||||||
| AIM5004 | Deep Neural Networks | 3 | 6 | Major | Master/Doctor | Artificial Intelligence | - | No | |
| In this class, we will cover the following state-of-the-art deep learning techniques such as linear classification, feedforward deep neural networks (DNNs), various regularization and optimization for DNNs, convolutional neural networks (CNNs), recurrent neural networks (RNN), attention mechanism, generative deep models (VAE, GAN), visualization and explanation. | |||||||||
| AIM5010 | Advanced Reinforcement Learning | 3 | 6 | Major | Master/Doctor | 1-4 | Artificial Intelligence | - | No |
| Reinforcement learning is one powerful paradigm for an enormous range of tasks, including robotics, game playing, consumer modeling and healthcare. In this class, we will provide a solid introduction to the field of reinforcement learning including Markov decision process, planning by dynamic programming, model-free prediction, model-free control, value function approximation, policy gradient methods, integrating learning and planning, exploration and exploitation. | |||||||||
| AIM5020 | Theory of Computer Vision | 3 | 6 | Major | Master/Doctor | 1-4 | Artificial Intelligence | - | No |
| ThislessondiscussesbasictechnologiesonInput,processinganddisplayingofvisualsignals.Mainsubjectsareimagealgebra,imageenhancementtechniques,edgedetection,thresholding,thinningandskeletonizing,morphologicaltransforms,linearimagetransforms,patternmatchingandshapedetection,imagefeaturesanddescriptors,deepneuralnetworks,andsoon. | |||||||||
| AIM5021 | Natural Language Processing Theory and applications | 3 | 6 | Major | Master/Doctor | 1-4 | Artificial Intelligence | - | No |
| Naturallanguageprocessing(NLP)isoneofthemostimportanttechnologiesoftheinformationage.Understandingcomplexlanguageutterancesisalsoacrucialpartofartificialintelligence.TherearealargevarietyofunderlyingtasksandmachinelearningmodelsbehindNLPapplications.Inthiscoursestudentswilllearntoimplement,train,debug,visualizeandinventtheirownneuralnetworkmodels.Thecourseprovidesathoroughintroductiontocutting-edgeresearchindeeplearningappliedtoNLP.thiscoursewillcoverwordvectorrepresentations,window-basedneuralnetworks,recurrentneuralnetworks,long-short-term-memorymodels,recursiveneuralnetworks,convolutionalneuralnetworksaswellassomerecentmodelsinvolvingamemorycomponent. | |||||||||
| AIM5024 | Recommendation Systems | 3 | 6 | Major | Master/Doctor | 1-4 | Artificial Intelligence | - | No |
| A recommendation system is the information filtering system that seeks to predict the rating or preference that a user would give to a target item. In this course, we will cover non-personalized recommender systems, content-based and collaborative techniques. We also cover nearest neighborhood methods and matrix factorization methods. Lastly, we will address the recent advances in recommender systems using deep neural networks. | |||||||||
| AIM5025 | Intelligent Robot and System | 3 | 6 | Major | Master/Doctor | 1-4 | Artificial Intelligence | - | No |
| Inordertouserobotsveryefficiently,robotsarerequestedtobeabletoperformalltasksashumanscan.Thiscoursediscussesthetechniqueofsensoranditsapplicationinordertomakerobotsperformtasksintelligently. | |||||||||
| AIM5025 | Intelligent Robot and System | 3 | 6 | Major | Master/Doctor | 1-4 | Artificial Intelligence | - | No |
| Inordertouserobotsveryefficiently,robotsarerequestedtobeabletoperformalltasksashumanscan.Thiscoursediscussesthetechniqueofsensoranditsapplicationinordertomakerobotsperformtasksintelligently. | |||||||||
| AIM5026 | Introduction to Robotic Intelligence | 3 | 6 | Major | Master/Doctor | Artificial Intelligence | - | No | |
| Robot is defined as an intelligent system connecting sensors and actuators. As an intelligent system, robot is to play a key role for providing necessary services to human by automatically carrying out tasks requiring navigation and manipulation. To this end, robot needs to recognize objects and understand surroundings while reasoning and planning the behaviors necessary for carrying out tasks. Especially, it is essential for robot to be able to obtain its capabilities of recognition and understanding of environments as well as of reasoning and planning of behaviors by learning. This course deals with the fundamentals of robot intelligence on how robot learns for the recognition and understanding of environments as well as for the reasoning and planning of behaviors associated with manipulation and navigation. | |||||||||
| AIM5027 | Advanced AI-Robot Computing | 3 | 6 | Major | Master/Doctor | Artificial Intelligence | - | No | |
| ThiscourseteachesbasiccomputerprogramminglanguageandOSenvironmenttoimplementAIalgorithmandRobotControl.ItlearnsLinuxandadvancedc++andPythonprogramminglanguage.OpenCV,OpenGL,Boost,whicharewidelyusedforAIandVision,andNumpy,Matplotlib,andPillowwhicharewidelyusedforlearningalgorithms.AftertheProject,weunderstandthebasicprinciplesofdesigningsuchaprocedurebyunderstandingtheoperatingprinciplesoflearningalgorithmsappliedinvariousfieldsanddefiningnecessaryrequirements. | |||||||||
| AIM5028 | SW-HW Integrated Design | 3 | 6 | Major | Master/Doctor | Artificial Intelligence | - | No | |
| SW-HW Integrated Design Methodology covers SW and HW integrated desgin methods to design the efficient Artificial Intelligence (AI) system for various applications. Optimum partitioning between SW and HW is needed considering the data processing speed, power consumption, and complexity and optimum performance can be achieved. This course covers AI SW design methodology, AI HW design methodology, and AI SW-HW design methodology. | |||||||||



