Difference between revisions of "Geron Chap 10 Introduction to Artificial Neural Networks with Keras"

From wikidb
Jump to: navigation, search
(Installing TensorFlow 2)
(Installing TensorFlow 2)
Line 12: Line 12:
 
   $ source tfenv/bin/activate
 
   $ source tfenv/bin/activate
 
       ml$  
 
       ml$  
 
+
 
   ml$ python3 -m pip install -U tensorflow
 
   ml$ python3 -m pip install -U tensorflow
  
 
[[TensorFlow Install Log 20221231]]
 
[[TensorFlow Install Log 20221231]]

Revision as of 16:31, 31 December 2022

Installing TensorFlow 2

  • p 296 - told me to got to Chapter 2
  • p 45 chapter 2 - I came back
  • p 297
 $ cd $ML_PATH

 $ ls
     Housing.ipynb  tfenv

 $ source tfenv/bin/activate
     ml$ 

 ml$ python3 -m pip install -U tensorflow

TensorFlow Install Log 20221231