this post was submitted on 02 Nov 2024
4 points (100.0% liked)
TensorFlow
7 readers
1 users here now
Discussion, questions, news, and more about the TensorFlow machine learning library.
founded 7 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Got it. Thanks for the reply! So is Keras just a dependency used in TensorFlow?
Yep, it essentially just provides a bunch of useful building blocks for networks and some time-saving tools so you don't have to create them yourself using TensorFlow primitives.