mlearning.txt 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. Fundamentals of Machine Learning:
  2. 1. Introduction to Statistical Learning: with Appplications in R
  3. Gareth James, Daniela Witten, Trevro Hastie and Robert Tibshiran
  4. https://faculty.marshall.usc.edu/gareth-james/ISL/
  5. 2. The Elements of Statistical Learning: Data Mining, Inference, and Prediction
  6. Trevor Hastie, Robert Tibshirani, and Jerome Friedman
  7. https://web.stanford.edu/~hastie/ElemStatLearn/
  8. 3. Pattern Recognition and Machine Learning
  9. Christopher Bishop
  10. 4. Mathematics for Machine Learning
  11. Marc Peter Deisenroth, A. Aldo Faisal, and Cheng Soon Ong
  12. https://mml-book.github.io/
  13. 5. Deep Learning
  14. Ian Goodfellow and Yoshua Bengio and Aaron Courville
  15. https://www.deeplearningbook.org/
  16. 6. Deep Learning from Scratch
  17. Seth Weidman
  18. Software & Coding:
  19. 1. The Pragmatic Programmer
  20. David Thomas, Andrew Hunt
  21. https://pragprog.com/titles/ttp20/
  22. 2. Refactoring
  23. Martin Fowler, with Kent Beck
  24. 3. R for Data Science
  25. Garrett Grolemung and Hadley Wickham
  26. https://r4ds.had.co.nz/
  27. Practical Machine Learning:
  28. 1. Hands-on Machine Learning with Scikit-Learn, Keras and Tensorflow
  29. Aurelien Geron
  30. 2. Deep Learning for Coders with fastai and PyTorch
  31. Jeremy Howard and Sylvain Gugger
  32. 3. Grokking Deep Learning
  33. Andrew W. Trask
  34. https://www.manning.com/books/grokking-deep-learning
  35. 4. Natural Language Processing in Action: Understanding, analyzing, and generating text
  36. Hobson Lane, Cole Howard, Hannes Hapke
  37. https://www.manning.com/books/natural-language-processing-in-action
  38. 5. Deep Learning with JavaScript