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

From wikidb
Jump to: navigation, search
(Reference)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
* The book
 
* The book
 
** Aurelien Geron, Hands-On Machine Learning with Scikit-Learn, Keras & TensoFlow, O'Reilly, Second Edition, 2019
 
** 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
 
* Python Frameworks
Line 11: Line 13:
 
* Python
 
* Python
 
** [https://docs.python.org/3/tutorial/ Python 3 Tutorial]
 
** [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