Libraries & frameworks Flashcards
Learn which are popular, what they include and do.
1
Q
What is Tensorflow, what does it do?
What is a tensor?
A
Tensorflow is an open source library for Deep Learning models, using flow graphs. Graph edges are tensors.
It models mathematical operations.
Tensors are multi-dimensional arrays.
2
Q
What is Keras?
A
Keras is a learning learning library in Python. Works on top of lower-level libraries like Tensorflow or Theano.