Resources

all   open all close all

  • D. A. Forsyth and J. Ponce, Computer Vision — A Modern Approach, second edition, Pearson 2012
  • R. Szeliski, Computer Vision — Algorithms and Applications, Springer 2011
  • R. Klette, Concise Computer Vision — An Introduction into Theory and Algorithms, Springer 2014
  • S. J. D. Prince, Computer Vision — Models, Learning, and Inference, Cambridge 2012
  • R. Hartley and A. Zisserman, Multiple View Geometry in Computer Vision, Cambridge 2000
  • Y. Ma, S. Soatto, J. Košecká, S. S. Sastry, An Invitation to 3-D Vision — From Images to Geometric Models, Springer 2004

Programming

  • Anaconda, a stable and coherent distribution of Python for data science. It is strongly recommended that you uninstall any version of Python 3 you may have on your computer and install the latest version of Anaconda. This distribution includes Python, a Python editor (Spyder), several basic libraries for data science (numpy, scipy, and more), visualization libraries (including matplotlib), machine learning libraries, including scikit-learn. This distribution places all relevant files in the appropriate places, and you won't have to struggle with linking libraries, etc. Once you installed Anaconda, run the Anaconda Navigator and familiarize yourself with the tools. Pay attention in particular to the Jupiter notebook launcher, as you will submit homework as Jupiter notebooks.
  • Google's Python class is a leisurely but clear Python tutorial.
  • The official Python 3 Documentation also includes a tutorial. Use the library reference and the language reference as your official sources of information about Python 3. You can also find information by googling, but make sure you refer to version 3 of Python if you do so.
  • Several tutorials on Jupyter notebooks can be found online. Here is one from Dataquest.

  • C. C. Aggarwal, Neural Networkds and Deep Learning: A Textbook, Springer, 2018.
  • S. Shalev-Shwartz and S. Ben-David, Understanding Machine Learning, Cambridge University Press, 2014.
  • I. Goodfellow, Y. Bengio, A. Courville, Deep Learning, MIT Press 2016
  • C. M. Bishop, Pattern Recognition and Machine Learning, Springer 2006
  • T. Hastie, R. Tibshirani, and J. Friedman, The Elements of Statistical Learning — Data Mining, Inference, and Prediction, Springer 2001
  • K. P. Murphy, Machine Learning — A Probabilistic Perspective, MIT Press 2012
  • S. J. Dickinson, A. Leonardis, B. Schiele, and M. J. Tarr, editors, Object Categorization — Computer and Human Vision Perspectives, Cambridge 2009

COMPSCI 527, Duke University, Site based on the fluid 960 grid system