This book is meant to provide an introduction to vectors, matrices, and least squares methods, basic topics in applied linear algebra. Our goal is to give the beginning student, with little or no prior exposure to linear algebra, a good grounding in the basic ideas, as well as an appreciation for how they are used in many applications, including data fitting, machine learning and artificial intelligence, to-mography, navigation, image processing, finance, and automatic control systems.
The background required of the reader is familiarity with basic mathematical notation. We use calculus in just a few places, but it does not play a critical role and is not a strict prerequisite. Even though the book covers many topics that are traditionally taught as part of probability and statistics, such as fitting mathematical models to data, no knowledge of or background in probability and statistics is needed.
The book covers less mathematics than a typical text on applied linear algebra. We use only one theoretical concept from linear algebra, linear independence, and only one computational tool, the QR factorization; our approach to most applications relies on only one method, least squares (or some extension). In this sense we aim for intellectual economy: With just a few basic mathematical ideas, con-cepts, and methods, we cover many applications. The mathematics we do present, however, is complete, in that we carefully justify every mathematical statement. In contrast to most introductory linear algebra texts, however, we describe many applications, including some that are typically considered advanced topics, like document classification, control, state estimation, and portfolio optimization.
The book does not require any knowledge of computer programming, and can be used as a conventional textbook, by reading the chapters and working the exercises that do not involve numerical computation. This approach however misses out on one of the most compelling reasons to learn the material: You can use the ideas and methods described in this book to do practical things like build a prediction model from data, enhance images, or optimize an investment portfolio. The growing power of computers, together with the development of high level computer languages and packages that support vector and matrix computation, have made it easy to use the methods described in this book for real applications. For this reason we hope that every student of this book will complement their study with computer programming exercises and projects, including some that involve real data. This book includes some generic exercises that require computation; additional ones, and the associated data files and language-specific resources, are available online.
If you read the whole book, work some of the exercises, and carry out computer exercises to implement or use the ideas and methods, you will learn a lot. While there will still be much for you to learn, you will have seen many of the basic ideas behind modern data science and other application areas. We hope you will be empowered to use the methods for your own applications.
The book is divided into three parts. Part I introduces the reader to vectors, and various vector operations and functions like addition, inner product, distance, and angle. We also describe how vectors are used in applications to represent word counts in a document, time series, attributes of a patient, sales of a product, an audio track, an image, or a portfolio of investments. Part II does the same for matrices, culminating with matrix inverses and methods for solving linear equa-tions. Part III, on least squares, is the payoff, at least in terms of the applications. We show how the simple and natural idea of approximately solving a set of over-determined equations, and a few extensions of this basic idea, can be used to solve many practical problems.
The whole book can be covered in a 15 week (semester) course; a 10 week (quarter) course can cover most of the material, by skipping a few applications and perhaps the last two chapters on nonlinear least squares. The book can also be used for self-study, complemented with material available online. By design, the pace of the book accelerates a bit, with many details and simple examples in parts I and II, and more advanced examples and applications in part III. A course for students with little or no background in linear algebra can focus on parts I and II, and cover just a few of the more advanced applications in part III. A more advanced course on applied linear algebra can quickly cover parts I and II as review, and then focus on the applications in part III, as well as additional topics.
We are grateful to many of our colleagues, teaching assistants, and students for helpful suggestions and discussions during the development of this book and the associated courses. We especially thank our colleagues Trevor Hastie, Rob Tibshirani, and Sanjay Lall, as well as Nick Boyd, for discussions about data fitting and classification, and Jenny Hong, Ahmed Bou-Rabee, Keegan Go, David Zeng, and Jaehyun Park, Stanford undergraduates who helped create and teach the course EE103. We thank David Tse, Alex Lemon, Neal Parikh, and Julie Lancashire for carefully reading drafts of this book and making many good suggestions.
Stephen P. Boyd is the Samsung Professor of Engineering, and Professor of Electrical Engineering at Stanford University with courtesy appointments in the Department of Computer Science, and the Department of Management Science and Engineering. He is the co-author ofConvex Optimization, written with Lieven Vandenberghe and published by Cambridge University Press in 2004.
Lieven ...
(展开全部)
段逸山举要医古文 本书特色 《段逸山举要医古文》:医儒相通,形神得兼,辨章学术,考镜源流。段逸山举要医古文 目录 医儒相通 形神得兼——中医古籍文理丰富成因举要...
宪法与部门法关系管窥 本书特色 《宪法与部门法关系管窥》为童之伟教授近年来所发表的关于宪法与部门法关系的论文合集。全书分为三编,分别涉及宪法与民法之关系、宪法与...
公安民警警械武器使用训练教程(试行) 内容简介 本书阐述了警械武器使用背后的法律支撑和价值追求,讲解警械武器的工作机理和保养维护,介绍了催泪喷射器、伸缩警棍、手...
2014-药事管理与法规-国家执业药师资格考试辅导用书-第八版-随书赠送药师在线80元优惠学习卡 本书特色 《药事管理与法规(第8版2014国家执业药师资格考试...
袁庭栋1965年四川大学历史系研究生毕业。长期在出版社从事编辑工作,1983年参与筹建巴蜀书社。在四川大学等高校兼课,曾开设“中国古代文化史”等课程。著有《周易...
连续60周位居《纽约时报》畅销书榜,入选《华尔街日报》《金融时报》年度好书。 著名商业战略家、客户关系领域超级顾问分享跨国企业内部真实案例,写给想要体验人...
中西医结合外科学 内容简介 《中西医结合外科学》系高等中医药院校中西医结合专业系列教材之一,主要供高等医药院校中西结合临床医学专业(包括五年制与七年制)教学使用...
这本专集集中了塞西尔·巴尔蒙德的作品和思想。塞西尔·巴尔蒙德,一位世界声誉卓著的设计师、结构工程师、作家,同时身兼奥雅那工程顾问有限公司的副总裁。他用数字、音乐...
畜牧学概论(第二版) 内容简介 本次修订的基本宗旨是按照畜牧生产“高产、优质、高效、生态、安全”的基本要求,充分体现科学性、先进性、系统性和实用性,在保持**版...
1. 258段代码+284幅图表,比课本更易懂!本书沿袭《明解C语言》的风格,图文并茂,讲解清晰易懂。2. 从基础知识到面向对象编程完全掌握!从Java的基础知...
作为一种便捷地收集网上信息并从中抽取出可用信息的方式,网络爬虫技术变得越来越有用。使用Python这样的简单编程语言,你可以使用少量编程技能就可以爬取复杂的网站...
沉迷“玩一路,吃一路,画一路”的80后北漂族,热衷于把“逛吃”旅程全部用画笔记录下来,“亲口”探访北京传统老铺,为了还原美食上桌那一刻最真实的状态,还坚持饿肚子...
理气、理血剂 内容简介 《古方今用》丛书精选了190余首至今仍经常应用的古方,在介绍了每首方的组成、功用、主治、方解等基本信息的基础上,重点讲解了现代医家对古方...
材料力学教程 内容简介 本书属于教育科学“十五”国家规划课题研究成果,是根据高等学校“材料力学课程教学基本要求”编写而成。全书包括绪论、轴向拉伸与压缩、扭转、弯...
✔ “紫金·人民文学之星”得主、2018《收获》杂志重磅推荐青年作家李唐全新短篇小说集✔ 格非、阿乙、徐则臣、杨葵、邱华栋、杨庆祥一致力荐的文学新力量!✔奇趣的...
《TensorFlow语音识别实战》内容简介:《TensorFlow语音识别实战/人工智能技术丛书》使用新的TensorFlow2作为语音识别的基本框架,
一晃眼数年过去,新生的长生岛社会已经变得和这个时代迥然不同,严格而人性化的制度条例、日益庞大的经济规模、新式武器的不断研发使得长生岛的战斗实力急遽提升,在海内外...
作品目录第一章 在自由主义以前第二章 自由主义诸要素1.公民自由2.财政自由3.人身自由4.社会自由5.经济自由6.家庭自由7
In a rented convent in Santa Fe, a revolution has been brewing. The activists ar...
夫马进,日本京都大学文学部教授,主要研究中国明清社会史与东亚关系史。著有《中国善会善堂史研究》、《燕行使与通信使》(韩文)。主编有《燕行录全集日本所藏篇》、《增...