Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 3.15 KB

baseline_cs.md

File metadata and controls

59 lines (48 loc) · 3.15 KB

Feynman

Computer science is not about computers, any more than astronomy is about telescopes, or biology about microscopes
-- Attributed to Edsger Dijkstra, Alan Perlis, Jacques Arsac, George Johnson, Donald Knuth, Matthew Dennis Haines

CS Computer Science

  • Mathematics for Computer Science Eric Lehman and Tom Leighton 2004
  • Probability Theory: The Logic of Science by E. T. Jaynes

Algorithms

  • Introduction to Algorithms by Cormen, Leiserson, Rivest, Stein
  • The Algorithm Design Manual by Steven Skiena
  • Algorithms in C++ by Sedgewick
  • Information Retrieval: Data Structures & Algorithms edited by William B. Frakes and Ricardo Baeza-Yates
  • Algorithms by Papadimitriou, Dasgupta
  • Algorithms on Strings, Trees, and Sequences by Gusfield
  • Randomized Algorithms by Motwani, Raghavan

SWA Software Engineering & Architecture

ML Machine Learning

  • An Introduction to Statistical Learning. 2016. ISLR Sixth Printing
  • Machine Learning A Probabilistic Perspective by Kevin P. Murphy
  • David MacKay. Information Theory, Inference, and Learning Algorithms
  • Elements of Causal Inference by Jonas Peters, Dominik Janzing, and Bernhard Scholkopf
  • The Elements of Statistical Learning by Trevor Hastie et al.
  • Rules of Machine Learning: Best Practices for ML Engineering by Google
  • Probabilistic Graphical Models by Daphne Koller, Nir Friedman
  • Machine Learning by Tom M. Mitchell

AI

  • AI, a Modern Approach by Russel, Norvig (3rd Edition)
  • Levels of Organization in General Intelligence by Yudkowsky 2002
  • Artificial Intelligence and Games by Yannakakis and Togelius