ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

210 results

Codanics
Deep Learning Crash Course Part-1 | Master Neural Networks & AI Fundamentals

You can book One to one consultancy session with me on Mentoga: https://mentoga.com/muhammadaammartufail #codanics ...

10:36:36
Deep Learning Crash Course Part-1 | Master Neural Networks & AI Fundamentals

29,643 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
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

5 months ago

Derek Harter
L03 (parts 1, 2 and 4): Introduction to Keras, Tensorflow and GPU

In this video I give a brief discussion about the Keras and Tensorflow APIs. Youwill be using these APIs and learning about them ...

14:19
L03 (parts 1, 2 and 4): Introduction to Keras, Tensorflow and GPU

31 views

7 months ago

Derek Harter
L02.4.3: The Engine of NN: backpropagation and automatic differentiation

This is our third part of the discussion of the engine of neural networks. In this video we look at the Backpropagation algorithm.

26:33
L02.4.3: The Engine of NN: backpropagation and automatic differentiation

54 views

7 months ago

Derek Harter
L01: What is Deep Learning

East Texas A&M University Department of Computer Science CSci 560: Deep Learning and Neural Networks In this video I give ...

22:11
L01: What is Deep Learning

351 views

7 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

3 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

10 months ago

The Debug Zone
Implementing Dropout in Convolutional Neural Networks with TensorFlow

In this video, we delve into the essential technique of dropout and its application within Convolutional Neural Networks (CNNs) ...

1:31
Implementing Dropout in Convolutional Neural Networks with TensorFlow

3 views

4 months 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

3 months ago

Alex Demko
AI Price Prediction: Build a Python App That Learns to Forecast Real Estate Values Like Magic?! 🧠

Unlock the secrets of building your own AI-powered price prediction app with Python and see how machine learning can ...

35:40
AI Price Prediction: Build a Python App That Learns to Forecast Real Estate Values Like Magic?! 🧠

81 views

2 months ago

AI With Dani
Python for AI: Unleash the Power of Machine Learning!  #trending  #machinelearning #ai #aishortshub

Discover how Python is revolutionizing artificial intelligence in this quick and informative video by @AIShortshub99 ✨ Learn ...

0:40
Python for AI: Unleash the Power of Machine Learning! #trending #machinelearning #ai #aishortshub

17 views

11 months ago

The Debug Zone
Understanding TensorFlow Saver, Exporter, and SavedModel: A Comprehensive Guide

In this video, we delve into the essential components of TensorFlow that facilitate model saving and exporting: the Saver, Exporter, ...

2:13
Understanding TensorFlow Saver, Exporter, and SavedModel: A Comprehensive Guide

1 view

4 months ago

The Debug Zone
How to Compute Scalar Dot Product in Keras with TensorFlow Backend

In this video, we will explore the concept of the scalar dot product and how to compute it using Keras with a TensorFlow backend.

2:32
How to Compute Scalar Dot Product in Keras with TensorFlow Backend

2 views

2 weeks ago

The Debug Zone
Mastering CNN Image Recognition with Regression Output in TensorFlow

In this video, we dive into the fascinating world of Convolutional Neural Networks (CNNs) and their application in image ...

1:29
Mastering CNN Image Recognition with Regression Output in TensorFlow

0 views

1 month ago

The Debug Zone
Understanding Keras Input Layer vs TensorFlow Placeholders: Key Differences Explained

In this video, we dive into the fundamental differences between Keras Input Layers and TensorFlow Placeholders, two essential ...

2:05
Understanding Keras Input Layer vs TensorFlow Placeholders: Key Differences Explained

60 views

7 months ago

Codanics
Deep Learning Crash Course Part-2 | Master Neural Networks & AI Fundamentals

You can book One to one consultancy session with me on Mentoga: https://mentoga.com/muhammadaammartufail #codanics ...

11:33:17
Deep Learning Crash Course Part-2 | Master Neural Networks & AI Fundamentals

8,344 views

11 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

1 view

3 months ago

The Debug Zone
How to Use TensorFlow .pb Graphs as Keras Models: A Step-by-Step Guide

In this video, we'll explore the powerful integration of TensorFlow and Keras by demonstrating how to use TensorFlow .pb graphs ...

1:31
How to Use TensorFlow .pb Graphs as Keras Models: A Step-by-Step Guide

4 views

6 months ago

The Debug Zone
Training and Testing 3D Arrays with TensorFlow RNN LSTM: A Complete Guide

In this comprehensive guide, we delve into the world of 3D arrays and their application in training and testing Recurrent Neural ...

3:26
Training and Testing 3D Arrays with TensorFlow RNN LSTM: A Complete Guide

3 views

3 months ago

The Debug Zone
How to Fix 'Load Weights Require h5py' Error in TensorFlow and Keras

In this video, we tackle a common issue faced by TensorFlow and Keras users: the 'Load Weights Require h5py' error. If you've ...

2:00
How to Fix 'Load Weights Require h5py' Error in TensorFlow and Keras

0 views

4 weeks 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

3 weeks ago

The Debug Zone
Accessing All Hidden States in TensorFlow RNN: A Complete Guide

In this comprehensive guide, we delve into the intricacies of accessing all hidden states in TensorFlow's Recurrent Neural ...

1:54
Accessing All Hidden States in TensorFlow RNN: A Complete Guide

20 views

7 months ago

The Debug Zone
How to Plot Training and Validation Loss in TensorBoard with Keras

In this video, we'll explore the powerful capabilities of TensorBoard for visualizing training and validation loss when using Keras.

1:55
How to Plot Training and Validation Loss in TensorBoard with Keras

17 views

9 months ago

The Debug Zone
Understanding TensorFlow tf.name_scope: Why Same Names Yield Different Results

In this video, we delve into the intricacies of TensorFlow's `tf.name_scope` and explore how naming conventions can significantly ...

1:55
Understanding TensorFlow tf.name_scope: Why Same Names Yield Different Results

4 views

2 weeks ago