Update tf_keras.md

This commit is contained in:
Omar Santos 2023-09-05 21:42:32 -04:00 committed by GitHub
parent 08e17c9c19
commit a51d189b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ To provide students with hands-on experience in developing, training, and evalua
**Setting Up the Environment**:
- Installing TensorFlow and Keras:
```bash
pip install tensorflow keras
```
@ -89,8 +90,6 @@ To provide students with hands-on experience in developing, training, and evalua
plt.show()
```
## **Resources**
1. [TensorFlow Documentation](https://www.tensorflow.org/api_docs)