#hashnode
Read more stories on Hashnode
Articles with this tag
What is a Pooling Layer? It is generally used in reducing the spatial dimensions and not depth, on a convolutional neural network model.
What is Keras? It is an Open Source Neural Network library written in Python that runs on top of Theano or TensorFlow. It is designed to be modular,...
What are the use cases of TensorFlow? TensorFlow is an important tool of deep learning, it has mainly five use cases, and they are: • Time Series •...
List a few limitations of Tensorflow. • Has the GPU memory conflicted with Theano if imported in the same scope? • It has dependencies with other...
What is TensorBoard? TensorBoard, a set of visualizing tools, is an easy solution to TensorFlow offered by the creators that lets you visualize the...
What are Tensors? In mathematics, it is an algebraic object that describes the linear mapping from one set of algebraic objects to another. Objects...