Skip to content

Latest commit

 

History

History
487 lines (226 loc) · 25.5 KB

references.md

File metadata and controls

487 lines (226 loc) · 25.5 KB

Sebastian Raschka, 2015
Python Machine Learning

References & Resources

A list of references as they appear throughout the chapters.

A BibTeX version for your favorite reference manager is available here.



Chapter 1: Machine Learning - Giving Computers the Ability to Learn from Data 

Literature
Links
Additional Resources & Further Reading


Chapter 2: Training Simple Machine Learning Algorithms for Classification

Literature
  • W. S. McCulloch and W. Pitts. A logical calculus of the ideas immanent in nervous activity. The bulletin of mathematical biophysics, 5(4):115–133, 1943.

  • F. Rosenblatt. The perceptron, a perceiving and recognizing automaton Project Para. Cornell Aeronautical Laboratory, 1957.

  • B. Widrow. Adaptive ”Adaline” neuron using chemical ”memistors”. Number Technical Report 1553-2. Stanford Electron. Labs., Stanford, CA, October 1960.

Links
Additional Resources & Further Reading


Chapter 3: A Tour of Advanced Machine Learning Classifiers Using Scikit-Learn

Literature
Links
Additional Resources & Further Reading
  • L. Breiman, J. H. Friedman, R. A. Olshen, and C. J. Stone. Classification and regression trees. wadsworth. Belmont, CA, 1984.

  • L. Breiman. Random forests. Machine learning, 45(1):5–32, 2001.

  • P. Cunningham and S. J. Delany. k-nearest neighbour classifiers. Multiple Classifier Systems, pages 1–17, 2007.



Chapter 4: Building Good Training Sets – Data Pre-Processing 

Literature
Links
Additional Resources & Further Reading


Chapter 5: Compressing Data via Different Dimensionality Reduction Techniques

Literature
Links
Additional Resources & Further Reading


Chapter 6: Learning Best Practices for Model Evaluation and Hyperparameter Optimization 

Literature
Links
Additional Resources & Further Reading


Chapter 7: Combining Different Models for Ensemble Learning

Literature
Links
Additional Resources & Further Reading


Chapter 8: Applying Machine Learning to Sentiment Analysis 

Literature
Links
Additional Resources & Further Reading


Chapter 9: Embedding a Machine Learning Model into a Web Application 

Literature
Links
Additional Resources & Further Reading


Chapter 10: Predicting Continuous Target Variables with Regression Analysis 

Literature
Links
Additional Resources & Further Reading


Chapter 11: Working with Unlabeled Data – Clustering Analysis  

Literature
Links
Additional Resources & Further Reading


Chapter 12: Training Artificial Neural Networks for Image Recognition

Literature
Links
Additional Resources & Further Reading


Chapter 13: Parallelizing Neural Network Training with Theano

Literature
  • J. Bergstra, O. Breuleux, F. Bastien, P. Lamblin, R. Pascanu, G. Desjardins, J. Turian, D. Warde-Farley, and Y. Bengio. Theano: A cpu and gpu math compiler in python. In Proc. 9th Python in Science Conf, pages 1–7, 2010.
Links
People
Additional Resources & Further Reading