Installing Tensor Flow
- Start a terminal
- Type the following command.
- pip3 install --upgrade tensorflow
- Keras development was primariliy backed by google.
- Keras API comes packaged in Tensor Flow as tf.Keras
Installing Keras
Type following command in the terminal
- pip3 install keras
Comments
Post a Comment