π» Cornell CS unofficial reading list (Fall 2024)
Spring 2025β
See also the Cornell AI unofficial reading list (Fall 2024)
This is an unofficial list of books that are recommended in Fall 2024 computer science classes at Cornell
The books marked with a β¨ are ones Iβve been interested enough in to read at length
Freshman Level | Β |
---|---|
Intro. to Computing: A Design & Development Perspective CS 1110, πmy notes |
Β |
Intro. to Computing: An Engineering & Science Perspective CS 1112 |
β β¨ Think Python: How to Think Like a Computer Scientist β¨ by Allen B. Downey |
Sophomore Level | Β | Β |
---|---|---|
Object-Oriented Programming & Data Structures CS 2110 |
β Data Structures & Abstractions with Java by Carrano & Henry β β¨ Object-Oriented Design & Data Structures β¨ by Myers & Kozen |
β Principled Programming: Introduction to Coding in Any Imperative Language by Tim Teitelbaum |
Object-Oriented Design & Data Structures - Honors CS 2112 |
β Data Structures & Abstractions with Java by Carrano & Henry β Data Structures & Problem Solving Using Java by Mark Allen Weiss β Program Development in Java: Abstraction, Specification & Object-Oriented Design by Liskov & Guttag β Java Precisely by Peter Sestoft β Design Patterns: Elements of Reusable Object-Oriented Software by Gamma, Helm, Johnson & Vlissides β Java in a Nutshell: A Desktop Quick Reference by Evans, Clark & Flanagan β Effective Java: Best Practices for the Java Platform by Joshua Block β β¨ Object-Oriented Design & Data Structures β¨ by Myers & Kozen |
Β |
Mathematical Foundations of Computing CS 2800 |
β Discrete Mathematics & Its Application by Kenneth Rosen β Essential Discrete Mathematics for Computer Science by Lewis & Zax β Mathematics for Computer Science by Lehman, Leighton & Meyer |
Β |
Junior Level | Β |
---|---|
Data Structure s& Functional Programming CS 3110 |
β β¨ OCaml Programming: Correct + Efficient + Beautiful β¨ by Michael Clarkson |
Computer System Organization & Programming CS 3410 |
β Pro Git: Everything You Need to Know about Git by Chacon & Straub |
Foundations of AI Reasoning & Decision-Making CS 3700 |
β Artificial Intelligence: A Modern Approach by Russell & Norvig |
Intro. to Machine Learning CS 3780 |
β Understanding Machine Learning: From Theory to Algorithms by Shalev-Shwartz & Ben-David β β¨ Mathematics for Machine Learning β¨ by Deisenroth, Faisal & Ong β Machine Learning by Tom Mitchell β Probabilistic Machine Learning by Kevin Murphy β An Introduction to Support Vector Machines & Other Kernel-based Learning Methods by Cristianini & Shawe-Taylor β Learning with Kernels: Support Vector Machines, Regularization, Optimization & Beyond by Scholkopf & Smola β Pattern Recognition & Machine Learning by Christopher M. Bishop β Introduction to Machine Learning by Ethem Alpaydin β Pattern Classification by Duda, Hart & Stork β The Elements of Statistical Learning: Data Mining, Inference& Prediction by Hastie, Tibshirani & Friedman β Causal Inference for Statistics, Social & Biomedical Sciences: An Introduction by Imbens & Rubin β Foundations of Statistical Natural Language Processing by Hamming & Schutze β Introduction to Information Retrieval by Manning, Raghavan & Schutze β Statistical Learning Theory by Vladimir N. Vapnik |
Senior Level | Β |
---|---|
Numerical Analysis & Differential Equations CS 4120 |
β An Introduction to Numerical Analysis by Suli & Mayers |
Systems Programming CS 4414 |
β Computer Systems: A Programmerβs Perspective by Bryant & OβHallaron β A Tour of C++ by Bjarne Stroustrup |
Computer Architecture CS 4420 |
β Computer Architecture: A Quantitative Approach by Hennessy & Patterson β Digital Design & Computer Architecture by Harris & Harris β Superscalar Microprocessor Design by Mike Johnson β Processor Architecture: From Dataflow to Superscalar & Beyond by Silc, Robic & Ungerer β Modern Processor Design: Fundamentals of Superscalar Processors by Shen & Lipasti β A Primer on Memory Consistency & Cache Coherence by Nagarajan, Sorin, Hill & Wood β Principles & Practices of Interconnection Networks by Dally & Towles |
Introduction to Computer Networks CS 4450 |
β Computer Networks: A Systems Approach by Peterson & Davie |
Introduction to Computer Graphics CS 4620 |
β Fundamentals of Computer Graphics by Marschner & Shirley |
Foundations of Robotics CS 4750 |
β Probabilistic Robotics by Thrun, Burgard & Fox β Planning Algorithms by Steven M. LaValle β Artificial Intelligence: A Modern Approach by Russell & Norvig β Modelling & Control of Robot Manipulators by Sciavicco & Siciliano β Modern Robotics: Mechanics, Planning & Control by Lynch & Park |
Robot Learning CS 4756 |
β Modern Adaptive Control & Reinforcement Learning by Bagnell, Boots & Choudhury β Probabilistic Robotics by Thrun, Burgard & Fox β Reinforcement Learning: An Introduction by Sutton & Barto β Probability Theory: The Logic of Science by Jaynes & Bretthorst |
Intro. to Computational Complexity CS 4814 |
β Computational Complexity: A Modern Approach by Arora & Barak β Mathematics & Computation: A Theory Revolutionizing Technology & Science by Avi Wigderson β Introduction to Theory of Computation by Michael Sipser |
Intro. to Analysis of Algorithms CS 4820 |
β Algorithm Design by Kleinberg & Tardos β Introduction to Algorithms by Cormen, Leiserson, Rivest & Stein β Algorithms by Dasgupta, Papadimitriou & Vazirani β The Design & Analysis of Computer Algorithms by Aho, Hopcroft & Ullman β Computers & Intractability: A Guide to the Theory of NP-Completeness by Garey & Johnson β The Design & Analysis of Algorithms by Dexter Kozen |
Masters Level | Β |
---|---|
Applied High-Performance & Parallel Computing CS 5220 |
β Introduction to High Performance Computing for Scientists & Engineers by Hager & Wellein β Structured Parallel Programming: Patterns for Efficient Computation by McCool, Robison & Reinders β Programming Massively Parallel Processors: A Hands-on Approach by Kirk & Hwu β Performance Optimization of Numerically Intensive Codes by Goedecker & Hoisie β Principles of Parallel Programming by Lin & Snyder β An Introduction to Parallel Programming by Peter Pacheco β Parallel Programming: Techniques & Applications Using Networked Workstations & Parallel Computers by Wilkinson & Allen β Pro Git: Everything You Need to Know about Git by Chacon & Straub β The C Programming Language by Kernighan & Ritchie β A Tour of C++ by Bjarne Stroustrup β Python Essential Reference by David Beazley β β¨ Think Python: How to Think Like a Computer Scientist β¨ by Allen B. Downey |
Distributed Computing Principles CS 5414 |
β Distributed Systems by Sape Mullender See website for paper list |
Adv. Computer Architecture CS 5420 |
β Parallel Computer Architecture: A Hardware/Software Approach by Culler & Singh |
Virtual & Augmented Reality CS 5650 |
β Augmented Reality: Principles & Practice by Schmalstieg & Hollerer β Virtual Reality by Steven M. LaValle |
Optimization Methods CS 5727 |
β Introduction to Operations Research by Hillier & Lieberman β Linear Programming: Foundations & Extensions by Robert J. Vanderbei β Introduction to Mathematical Optimization by Matteo Fischetti |
Applied Machine Learning CS 5785 |
β The Elements of Statistical Learning: Data Mining, Inference& Prediction by Hastie, Tibshirani & Friedman β Probabilistic Machine Learning by Kevin Murphy β Pattern Recognition & Machine Learning by Christopher M. Bishop |
Deep Learning CS 5787 |
β Dive into Deep Learning by Zhang, Lipton, Li & Smola β Deep Learning by Goodfellow, Bengio & Courville |
Networks & Markets CS 5854 |
β A Course in Networks & Markets: Game-theoretic Models & Reasoning by Rafael Pass β Networks, Crowds & Markets: Reasoning About a Highly Connected World by Easley & Kleinberg |
Doctoral Level | Β |
---|---|
Software Engineering in the Era of Machine Learning CS 6158 |
See website for paper list |
Matrix Computations CS 6210 |
β Matrix Computations by Golub & Van Loan β Numerical Linear Algebra by Trefethen & Bau β Applied Numerical Linear Algebra by James W. Demmel β Accuracy & Stability of Numerical Algorithms by Nicholas J. Higham β Matrix Algorithms by G.W. Stewart β Large-Scale Numerical Optimization by Michael Saunders |
Adv. Systems CS 6410 |
β The Design & Implementation of the 4.4BSD Operating System by McKusic, Bostic, Karels & Quarterman β Understanding the Linux Kernel: From I/O Ports to Process Management by Bovet & Cesati β The Little Book of Semaphores by Allen B. Downey β Computer Networking: A Top-Down Approach by Kurose & Ross |
Security & Privacy Technologies CS 6431 |
See website for paper list |
Computational Imaging CS 6662 |
β Computer Vision: Algorithms& Applications by Richard Szeliski β Computational Imaging by Bhandari, Kadambi & Raskar β Foundations of Computer Vision by Torralba, Isola & Freeman |
3D Vision CS 6672 |
See website for paper list |
Adv. Language Technologies CS 6740 |
See website for paper list |
Deep Learning for Robotics CS 6758 |
β Modern Robotics: Mechanics, Planning & Control by Lynch & Park β Reinforcement Learning: An Introduction by Sutton & Barto |
Machine Learning Theory CS 6783 |
β Statistical Learning Theory & Sequential Prediction by Rakhlin & Sridharan β Prediction, Learning & Games by Cesa-Bianchi & Lugosi β Understanding Machine Learning: From Theory to Algorithms by Shalev-Shwartz & Ben-David β Introduction to Online Convex Optimization by Elad Hazan β A Gentle Introduction to Concentration Inequalities by Karthik Sridharan |
Foundations of Reinforcement Learning CS 6789 |
β Reinforcement Learning: Theory & Algorithms by Agarwal, Jiang, Kakade & Sun |
**Analysis of Algorithms CS 6820 |
β The Design & Analysis of Algorithms by Dexter Kozen β Algorithm Design by Kleinberg & Tardos |
Modern Prediction Paradigms: Responsible Machine Learning CS 6828 |
See website for paper list |
Algorithmic Game Theory CS 6840 |
β Twenty Lectures on Algorithmic Game Theory by Tim Roughgarden β Networks, Crowds& Markets: Reasoning About a Highly Connected World by Easley & Kleinberg β Algorithmic Game Theory by Nisan, Roughgarden, Tardos & Vazirani |
The Structure of Information Networks CS 6850 |
β Networks, Crowds & Markets: Reasoning About a Highly Connected World by Easley & Kleinberg β Algorithmic Game Theory by Nisan, Roughgarden, Tardos & Vazirani |