About 778,000 results
Open links in new tab
  1. Computational Graphs in Deep Learning - GeeksforGeeks

    Apr 3, 2025 · Computational graphs are a type of graph that can be used to represent mathematical expressions. This is similar to descriptive language in the case of deep learning models, providing a functional description of the required computation.

  2. Computation Graphs • The descriptive language of deep learning models • Functional description of the required computation • Can be instantiated to do two types of computation: • Forward computation • Backward computation

  3. Deep Learning From Scratch I: Computational Graphs

    Aug 26, 2017 · A computational graph is a directed graph where the nodes correspond to operations or variables. Variables can feed their value into operations, and operations can feed their output into other operations.

  4. Computational Graphs in Deep Learning - Online Tutorials Library

    Explore the concept of computational graphs in deep learning, their significance, and how they facilitate complex neural network operations. Dive into computational graphs in deep learning and discover how they enhance neural network efficiency.

  5. Intro_Computational_Graphs.ipynb - Colab - Google Colab

    In this notebook I provide a short introduction and overview of computational graphs using TensorFlow inspired by the PyTorch equivalent written by Elvis Saravia et al. There are several...

  6. Understanding Computation Graphs in Pytorch vs Tensorflow

    Nov 15, 2024 · A computation graph is a core concept in deep learning that defines the flow of data and operations within a model. It is a directed acyclic graph (DAG) where: Nodes: Represent operations (e.g., addition, multiplication, activation functions). Edges: Represent the flow of data (e.g., tensors) between operations. For example, in a neural network:

  7. Understanding Computational Graphs in Deep Learning: An …

    A computational graph is a visual representation of the mathematical operations and transformations involved in the forward and backward passes of a neural network. In this article, we will explore the concept of computational graphs, their role in neural networks, and how they simplify the process of understanding complex deep learning models. 1.

  8. Computational Graphs in Deep Learning | by Abhijat Sarari | AI

    Sep 28, 2024 · In deep learning, we use computational graphs to break down complex operations into simpler ones. This blog post will help you understand what computational graphs are, how they work, and why...

  9. Computational Graphs in Deep Learning With Python - DataFlair

    Computational Graph form an integral part of Deep Learning. Not only do they help us simplify working with large datasets, they’re simple to understand. So in this tutorial, we will introduce them to you and then show you how to implement them using Python. For this, we will use the Dask library from Python PyPI.

  10. [1702.02181] Deep Learning with Dynamic Computation Graphs

    Feb 7, 2017 · We introduce a technique called dynamic batching, which not only batches together operations between different input graphs of dissimilar shape, but also between different nodes within a single input graph. The technique allows us to create static graphs, using popular libraries, that emulate dynamic computation graphs of arbitrary shape and size.

  11. Some results have been removed
Refresh