ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

477 results

Alex Demko
TensorFlow Playground: Master Neural Networks Visually and Instantly 🤯

Experience the magic of neural networks as you explore TensorFlow Playground with me Ever wondered how activations, ...

12:25
TensorFlow Playground: Master Neural Networks Visually and Instantly 🤯

76 views

3 months ago

The Debug Zone
Mastering Nonlinear Regression with TensorFlow: A Step-by-Step Guide

In this video, we dive into the world of nonlinear regression, a powerful statistical method used to model complex relationships ...

3:27
Mastering Nonlinear Regression with TensorFlow: A Step-by-Step Guide

19 views

8 months ago

The Debug Zone
Developing TensorFlow Applications Without a GPU: A Step-by-Step Guide

In this video, we'll explore how to develop TensorFlow applications without the need for a GPU. Whether you're working on a ...

1:53
Developing TensorFlow Applications Without a GPU: A Step-by-Step Guide

2 views

4 months ago

The Debug Zone
TensorFlow Object Detection API print objects found on image to console

Today's Topic: TensorFlow Object Detection API print objects found on image to console Thanks for taking the time to learn more.

5:51
TensorFlow Object Detection API print objects found on image to console

9 views

2 weeks ago

The Debug Zone
Finding Minimum of a Function with TensorFlow: A Step-by-Step Guide

In this video, we will explore the fascinating world of optimization using TensorFlow. Specifically, we'll guide you through the ...

1:41
Finding Minimum of a Function with TensorFlow: A Step-by-Step Guide

0 views

4 months ago

The Debug Zone
How to Check if Keras is Using GPU with TensorFlow: A Step-by-Step Guide

In this video, we'll explore how to determine if Keras is utilizing your GPU when running with TensorFlow. As deep learning ...

2:37
How to Check if Keras is Using GPU with TensorFlow: A Step-by-Step Guide

4 views

10 months ago

The Debug Zone
TensorFlow Guide: tf.layers vs Low-Level API for Beginners and Experts

In this video, we dive into the world of TensorFlow, exploring the differences between the high-level `tf.layers` API and the ...

2:44
TensorFlow Guide: tf.layers vs Low-Level API for Beginners and Experts

10 views

6 months ago

The Debug Zone
How to Use TensorFlow GraphKeys to Retrieve All Model Weights Efficiently

In this video, we delve into the powerful capabilities of TensorFlow's GraphKeys, focusing on how to efficiently retrieve all model ...

1:30
How to Use TensorFlow GraphKeys to Retrieve All Model Weights Efficiently

33 views

4 months ago

The Linux Foundation
Tensorflow with Bazel — Lessons Learned

by Gunhan Gulsoy (Google TensorFlow team)

23:39
Tensorflow with Bazel — Lessons Learned

282 views

9 months ago

The Debug Zone
Using TensorFlow C++ API in Qt Projects: A Step-by-Step Guide

In this video, we will explore the powerful combination of TensorFlow's C++ API and the Qt framework to enhance your application ...

2:17
Using TensorFlow C++ API in Qt Projects: A Step-by-Step Guide

19 views

4 months ago

The Debug Zone
How to Run TensorFlow Remotely: A Step-by-Step Guide for Beginners

In this video, we'll explore the exciting world of remote machine learning with TensorFlow. Whether you're a beginner looking to ...

1:55
How to Run TensorFlow Remotely: A Step-by-Step Guide for Beginners

25 views

2 months ago

The Debug Zone
How to Use TensorFlow Classifier.export_savedmodel: A Beginner's Guide

In this video, we'll explore the powerful capabilities of TensorFlow's `Classifier.export_savedmodel` function, a crucial tool for ...

3:30
How to Use TensorFlow Classifier.export_savedmodel: A Beginner's Guide

0 views

1 month ago

The Debug Zone
How to Fix Low GPU Usage in Keras and TensorFlow: Common Solutions

In this video, we delve into a common issue faced by many deep learning practitioners: low GPU usage when using Keras and ...

2:46
How to Fix Low GPU Usage in Keras and TensorFlow: Common Solutions

14 views

10 months ago

The Debug Zone
How to Achieve Reproducible Results in Keras with TensorFlow Backend

In this video, we delve into the essential practices for achieving reproducible results when using Keras with a TensorFlow ...

2:37
How to Achieve Reproducible Results in Keras with TensorFlow Backend

3 views

4 months ago

The Debug Zone
How to Measure FLOPS for TensorFlow Models: A Step-by-Step Guide

In this video, we delve into the world of high-performance computing by exploring how to measure FLOPS (Floating Point ...

1:57
How to Measure FLOPS for TensorFlow Models: A Step-by-Step Guide

37 views

5 months ago

The Debug Zone
TensorFlow: How to Merge 2D Tensors by Even and Odd Indices Explained

In this video, we dive into the fascinating world of TensorFlow and explore how to merge 2D tensors by separating even and odd ...

2:04
TensorFlow: How to Merge 2D Tensors by Even and Odd Indices Explained

3 views

6 months ago

The Debug Zone
Visualizing Attention Weights in TensorFlow's AttentionWrapper: A Guide

In this video, we delve into the fascinating world of attention mechanisms in deep learning, specifically focusing on TensorFlow's ...

2:13
Visualizing Attention Weights in TensorFlow's AttentionWrapper: A Guide

15 views

9 months ago

The Debug Zone
Solving Common Issues with TensorFlow Object Detection API: A Complete Guide

In this video, we dive into the world of TensorFlow's Object Detection API, a powerful tool for building and deploying object ...

1:30
Solving Common Issues with TensorFlow Object Detection API: A Complete Guide

6 views

7 months ago

The Debug Zone
How to Convert String Tensor to Lower Case in TensorFlow: A Step-by-Step Guide

In this video, we'll explore a fundamental operation in TensorFlow: converting string tensors to lower case. Whether you're ...

3:03
How to Convert String Tensor to Lower Case in TensorFlow: A Step-by-Step Guide

5 views

7 months ago

The Debug Zone
How to Convert a Trained TensorFlow Model to Keras: Step-by-Step Guide

In this video, we'll explore the process of converting a trained TensorFlow model into a Keras model, making it easier to leverage ...

1:31
How to Convert a Trained TensorFlow Model to Keras: Step-by-Step Guide

5 views

11 months ago

Derek Harter
L03.5: First Steps with TensorFlow

In this video I look at a bit more of the details of the TensorFlow API. I start by looking at defining constant and variable tensors, ...

26:55
L03.5: First Steps with TensorFlow

45 views

7 months ago

The Debug Zone
How to Install Specific TensorFlow Version in Anaconda: Step-by-Step Guide

In this video, we'll walk you through the process of installing a specific version of TensorFlow using Anaconda. Whether you're ...

2:40
How to Install Specific TensorFlow Version in Anaconda: Step-by-Step Guide

5 views

3 months ago

The Debug Zone
How to Create Real-Time Training Charts in Keras with TensorFlow

In this video, we'll explore the powerful capabilities of Keras and TensorFlow to create real-time training charts that enhance your ...

5:39
How to Create Real-Time Training Charts in Keras with TensorFlow

9 views

8 months ago

The Debug Zone
Comprehensive Guide to Differentiable Operations in TensorFlow

In this video, we delve into the world of differentiable operations within TensorFlow, a powerful framework for machine learning ...

1:29
Comprehensive Guide to Differentiable Operations in TensorFlow

4 views

10 months ago

The Debug Zone
How to Extract Weights from TensorFlow .pb Model: A Step-by-Step Guide

In this video, we delve into the process of extracting weights from TensorFlow .pb models, a crucial step for anyone looking to ...

1:30
How to Extract Weights from TensorFlow .pb Model: A Step-by-Step Guide

9 views

5 months ago