Coding the Matrix: Linear Algebra through Computer Science Applications (Coursera)

Coding the Matrix: Linear Algebra through Computer Science Applications (Coursera)
Free Course
Categories
Effort
Certification
Languages
You are not expected to have any background in linear algebra. You need not know Python, but you should have at least some exposure to programming. You should also be prepared to read and write a few simple mathematical proofs.
Misc
Coding the Matrix: Linear Algebra through Computer Science Applications (Coursera)
Learn the concepts and methods of linear algebra, and how to use them to think about computational problems arising in computer science. Coursework includes building on the concepts to write small programs and run them on real data.

When you take a digital photo with your phone or transform the image in Photoshop, when you play a video game or watch a movie with digital effects, when you do a web search or make a phone call, you are using technologies that build upon linear algebra. Linear algebra provides concepts that are crucial to many areas of computer science, including graphics, image processing, cryptography, machine learning, computer vision, optimization, graph algorithms, quantum computation, computational biology, information retrieval and web search. Linear algebra in turn is built on two basic elements, the matrix and the vector.

In this class, you will learn the concepts and methods of linear algebra, and how to use them to think about problems arising in computer science. You will write small programs in the programming language Python to implement basic matrix and vector functionality and algorithms, and use these to process real-world data to achieve such tasks as: two-dimensional graphics transformations, face morphing, face detection, image transformations such as blurring and edge detection, image perspective removal, audio and image compression, searching within an image or an audio clip, classification of tumors as malignant or benign, integer factorization, error-correcting codes, secret-sharing, network layout, document classification, and computing Pagerank (Google's ranking method).



Free Course
You are not expected to have any background in linear algebra. You need not know Python, but you should have at least some exposure to programming. You should also be prepared to read and write a few simple mathematical proofs.