Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
47 views

Syllabus - LA For DS

This document provides a syllabus for a course on linear algebra for data science. The course will cover key topics in linear algebra needed for data science, including solving systems of linear equations, vector spaces, matrices, determinants, eigenvalues and eigenvectors, least squares, singular value decomposition, and principal component analysis. Students will learn about linear algebra through lectures, homework assignments, a midterm exam, final exam, and final project applying the concepts to data. The course will emphasize computation with matrices using computers.

Uploaded by

이인호
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views

Syllabus - LA For DS

This document provides a syllabus for a course on linear algebra for data science. The course will cover key topics in linear algebra needed for data science, including solving systems of linear equations, vector spaces, matrices, determinants, eigenvalues and eigenvectors, least squares, singular value decomposition, and principal component analysis. Students will learn about linear algebra through lectures, homework assignments, a midterm exam, final exam, and final project applying the concepts to data. The course will emphasize computation with matrices using computers.

Uploaded by

이인호
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

MAS110, 25.

110, Linear Algebra for Data Science, Spring 2023 Syllabus


Tuesday 27th December, 2022

0. Overview
Linear algebra is a basic mathematical skill for data science and machine learning because most data
and machine learning models can be described in terms of matrices. This course, Linear Algebra for
Data Science (데이터과학을 위한 선형대수학), provides knowledge on linear algebra with an emphasis on
matrix theories for data science. Students can take this course as an alternative to MAS109.
1. Contents
The course will cover

• How to solve a system of linear equations: matrix manipulations including Gaussian eliminations;
• How to abstract the solving procedure of linear equations: vector spaces, linear characterization of
vectors, linear transformations;
• How to obtain key features of matrices: determinants, eigenvalues and eigenvectors;
• How to approximately solve a system of linear equations: orthogonality, projections, least squares,
completing bases;
• How to factorize the data: singular value decomposition, principle components analysis, pseudo
inverses;
• How to summarize the data: covariance matrix, positive definiteness, convexity.

The lecture will also emphasize computation with large matrices by computers.
2. Lecture Notes: will be distributed via KLMS
3. References:

• Linear Algebra and its Applications, Gilbert Strang, 4th edition, Brooks/Cole.

4. Lectures and Sections

Section Lecture Time Lecturer Language


AB M/W: 14:30-15:45 Wanmo Kang (wanmo.kang@kaist.ac.kr) Korean

5. Coordinator and TA
• Coordinator: Wanmo Kang (wanmo.kang@kaist.ac.kr)
• Head TA: TBA

6. Class Webpage: http://klms.kaist.ac.kr


7. Recitation
Recitation is on Friday (either 11:00-12:00 or 14:00-15:00), which will be conducted by TA. There will be
a quiz in recitation class.
8. Evaluation: Grades will be determined by the weighted total of the followings.

• Midterm Exam: 30%


• Final Exam: 35%
• Final Project: 10%
• Homework: 15%
• Attendance: 10%
MAS110, 25.110, Linear Algebra for Data Science, Spring 2023 Syllabus
Tuesday 27th December, 2022
9. Exams
There will be one midterm and one final exam. There will be no make-up exam. will fail the course. Both
will be in-class exams. MATLAB problems will not be asked.
10. Final Project: There will be a final project using data. Details will be announced later.
11. Homework Assignments: Weekly homework assignments will be posted on our webpage.
12. Attendance: Each lecturer will announce the class attendance policy for each section.

13. Weekly Schedule

Week Topics Sections No Class


1 Introduction, geometry of linear equations, Gaussian elimination, 1.1, 1.2, 1.3, 1.4
matrix notations and arithmetic
2 Triangular factors and row exchanges, inverses and transposes, 1.5, 1.6, 1.7
special matrices and applications
3 Vector spaces and subspaces, solving Ax = 0 and Ax = b, 2.1, 2.2, 2.3
linear independence, basis, and dimension
4 Four fundamental subspaces, graphs and networks 2.4, 2.5
5 Linear transformations 2.6
6 Orthogonal vectors and subspaces, projection onto lines 3.1, 3.2
7 Projections and least squares, orthogonal bases and Gram-Schmidt 3.3, 3.4
8 Midterm Exam
9 Properties and formulas for determinant 4.2, 4.3, 4.4
10 Eigenvalues and eigenvectors, diagonalization and applications 5.2, 5.3, 5.4, 5.5
11 Complex matrices, similarity transformations 5.5, 5.6
12 Derivation of singular value decomposition Lecture notes
13 Symmetric matrices, computation and applications of SVD Lecture notes, 6.3
14 Low rank approximation, principal components analysis, Lecture notes
pseudo inverses
15 Positive definiteness, covariance matrices, convexity, 6.1, 6.2
characterization of extremal points
16 Final Exam

You might also like