Difference between revisions of "Geron - Machine Learning 2nd Edition"

From wikidb
Jump to: navigation, search
(Chapters)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Reference =
 
= Reference =
  
* Aurelien Geron, Hands-On Machine Learning with Scikit-Learn, Keras & TensoFlow, O'Reilly, Second Edition, 2019
+
* The book
 +
** Aurelien Geron, Hands-On Machine Learning with Scikit-Learn, Keras & TensoFlow, O'Reilly, Second Edition, 2019
 +
** [https://github.com/ageron/handson-ml2 Jypyter notebooks]
 +
** Jupyter - the basics, chapter 2, page 42
 +
 
 +
* Python Frameworks
 +
** [https://scikit-learn.org/stable/ Scikit-Learn]
 +
** [https://www.tensorflow.org/ TensorFlow]
 +
** [https://keras.io/ Keras]
 +
 
 +
* Python
 +
** [https://docs.python.org/3/tutorial/ Python 3 Tutorial]
 +
** [https://numpy.org/ NumPy]
 +
** [http://pandas.pydata.org/ pyndas]
 +
** [https://matplotlib.org/ Matplotlib]
  
 
= Chapters =
 
= Chapters =

Latest revision as of 16:42, 30 March 2023

Reference

  • The book
    • Aurelien Geron, Hands-On Machine Learning with Scikit-Learn, Keras & TensoFlow, O'Reilly, Second Edition, 2019
    • Jypyter notebooks
    • Jupyter - the basics, chapter 2, page 42

Chapters