#data-science
Read more stories on Hashnode
Articles with this tag
What are the benefits of TensorFlow over other libraries? The following benefits are: • Scalability • Visualisation of Data • Debugging facility •...
What is the difference between CNN and RNN? CNN (Convolutional Neural Network): • Best suited for spatial data like images. • CNN is powerful compared...
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 very important steps of Tensorflow architecture? There are three main steps in the Tensorflow architecture are: • Pre-process the Data •...
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 •...