ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

198,935 results

Fireship
TensorFlow in 100 Seconds

TensorFlow is a tool for machine learning capable of building deep neural networks with high-level Python code. It provides ...

2:39
TensorFlow in 100 Seconds

1,216,757 views

3 years ago

The Coding Notebook
TensorFlow Lite C API on Windows

How to build TensorFlow Lite C dll on Windows and run object detection using Visual Studio C++ and OpenCV. Project Repo: ...

45:29
TensorFlow Lite C API on Windows

12,917 views

5 years ago

Faisal's Devlog
Machine learning in C was a mistake

I implemented an ML algorithm in C with minimal help. Theory behind linear regression, explained with Manim and Python: ...

7:09
Machine learning in C was a mistake

92,980 views

7 months ago

Nicholas Renotte
Tensorflow Tutorial for Python in 10 Minutes

Want to build a deep learning model? Struggling to get your head around Tensorflow? Just want a clear walkthrough of which ...

11:33
Tensorflow Tutorial for Python in 10 Minutes

577,363 views

5 years ago

The Coding Notebook
Object Detection using Tensorflow Lite C API on Windows

This is the second video in the Crossplatform Tensorflow Lite series. In this video we are developing our object detection module ...

1:07:08
Object Detection using Tensorflow Lite C API on Windows

7,356 views

4 years ago

freeCodeCamp.org
TensorFlow 2.0 Complete Course - Python Neural Networks for Beginners Tutorial

Learn how to use TensorFlow 2.0 in this full tutorial course for beginners. This course is designed for Python programmers looking ...

6:52:08
TensorFlow 2.0 Complete Course - Python Neural Networks for Beginners Tutorial

3,434,295 views

5 years ago

People also watched

Ringa Tech
Tu primera red neuronal en Python y Tensorflow

Hoy entrenaremos y usaremos una red neuronal desde cero, con Python y Tensorflow. ========= ¡Ya está disponible mi curso ...

16:25
Tu primera red neuronal en Python y Tensorflow

1,376,253 views

4 years ago

Magicalbat
coding a machine learning library in c from scratch

corrections: 23:23 - Forgot to change a cols to a rows in for loop 1:35:10 - You should also check if cur does not require gradient ...

2:26:17
coding a machine learning library in c from scratch

280,141 views

1 month ago

Codeically
I Made The Smallest (And Dumbest) LLM

I Made ChatGPT-2 Run on a Potato (63MB AI Model!) - Extreme Quantization Experiment What happens when you compress a ...

5:52
I Made The Smallest (And Dumbest) LLM

448,063 views

5 months ago

Rebug
A 3D Physics Engine From Scratch Using OpenGL and C++ (Step-by-Step)

opengl #physics #simulation Resources Learn OpenGL [1] https://learnopengl.com/ Victor Gordan OpenGl tutorial [2] ...

16:44
A 3D Physics Engine From Scratch Using OpenGL and C++ (Step-by-Step)

2,172 views

4 months ago

NeuralNine
Tensorflow Crash Course - Deep Learning in Python For Beginners

Today we do a Tensorflow crash course. We learn how to build and train neural networks in Python by actually going through a ...

42:49
Tensorflow Crash Course - Deep Learning in Python For Beginners

6,960 views

1 month ago

freeCodeCamp.org
Deep Learning for Computer Vision with Python and TensorFlow – Complete Course

Learn the basics of computer vision with deep learning and how to implement the algorithms using Tensorflow. Author: Folefac ...

37:16:41
Deep Learning for Computer Vision with Python and TensorFlow – Complete Course

1,138,495 views

2 years ago

Vizuara
Neural Network From Scratch: No Pytorch & Tensorflow; just pure math | 30 min theory + 30 min coding

Join our "Neural Network from Scratch" course with lecture videos, hand-written notes, assignments, certificate, community ...

1:09:07
Neural Network From Scratch: No Pytorch & Tensorflow; just pure math | 30 min theory + 30 min coding

25,988 views

1 year ago

freeCodeCamp.org
Create a Large Language Model from Scratch with Python – Tutorial

Learn how to build your own large language model, from scratch. This course goes into the data handling, math, and transformers ...

5:43:41
Create a Large Language Model from Scratch with Python – Tutorial

1,334,498 views

2 years ago

Codemy.com
Create a Basic Neural Network Model - Deep Learning with PyTorch 5

In this video we'll start to build a very basic Neural Network using Pytorch and Python. We'll eventually use the Iris dataset to ...

15:40
Create a Basic Neural Network Model - Deep Learning with PyTorch 5

136,292 views

2 years ago

Green Code
I Built a Neural Network from Scratch

Don't click this: https://tinyurl.com/bde5k7d5 Link to Code: https://www.patreon.com/greencode How I Learned This: ...

9:15
I Built a Neural Network from Scratch

1,092,520 views

1 year ago

The Coding Notebook
TensorFlow Lite with XNNPACK on windows

How to enable the xnnpack delegate for TensorFlow Lite on Windows and testing the performance gain. GitHub: ...

12:19
TensorFlow Lite with XNNPACK on windows

9,308 views

4 years ago

The Builder
Can you use C++ for Machine Learning?

Why do beginner programmers think that Python is the only language that can do ML?

4:59
Can you use C++ for Machine Learning?

32,047 views

1 year ago

Hvass Laboratories
TensorFlow Tutorial #03-C Keras API

How to use the Keras API to greatly simplify the implementation of a Convolutional Neural Network in TensorFlow. This is used for ...

23:11
TensorFlow Tutorial #03-C Keras API

21,452 views

8 years ago

Basic Computational Tools
How to Build TensorFlow on Windows 10 using cmake

Full List of instructions at: http://basiccomputationaltools.blogspot.com/2017/07/build-tensorflow-on-windows.html Requirements ...

13:46
How to Build TensorFlow on Windows 10 using cmake

6,959 views

8 years ago

Kie Codes
Code your first Neural Network with TensorFlow

I will show you how you can use TensorFlow to create your first neural network. In this tutorial, we will code a very basic image ...

8:40
Code your first Neural Network with TensorFlow

9,599 views

1 year ago

Hey Insights
TensorFlow vs. OpenCV: A Comprehensive Comparison

TensorFlow vs. OpenCV: A Comprehensive Comparison In this video, we delve into a comprehensive comparison between ...

2:39
TensorFlow vs. OpenCV: A Comprehensive Comparison

217 views

1 year ago

Lex Clips
PyTorch vs TensorFlow | Ishan Misra and Lex Fridman

Lex Fridman Podcast full episode: https://www.youtube.com/watch?v=FUS6ceIvUnI Please support this podcast by checking out ...

3:47
PyTorch vs TensorFlow | Ishan Misra and Lex Fridman

152,564 views

4 years ago

The Debug Zone
Getting Started with TensorFlow C API: A Beginner's Guide to Hello TensorFlow!

Welcome to our beginner's guide on getting started with the TensorFlow C API! In this video, we'll introduce you to the powerful ...

3:46
Getting Started with TensorFlow C API: A Beginner's Guide to Hello TensorFlow!

55 views

1 year ago

Daniel Hirsch
Coding a Physics Simulation in C

Simulating mass on spring physics in C and visualizing the result using raylib. It turns out that simulating the compression and ...

1:57:25
Coding a Physics Simulation in C

15,840 views

1 month ago

MaxonShire
How to Start Using C++ for AI - Build Your First AI Model in C++

This is a tutorial video about how to start using C++ for ai development for complete beginners: C++ Course for Beginners: ...

8:45
How to Start Using C++ for AI - Build Your First AI Model in C++

6,201 views

1 year ago

Daniel | Tech & Data
PyTorch vs TensorFlow in 2025 - Make the Right Choice (Different Explained)

(Discount Link) Get 25% OFF on DataCamp subscription: https://datacamp.pxf.io/EEy2ZX (Discount Link) Learn TensorFlow: ...

9:46
PyTorch vs TensorFlow in 2025 - Make the Right Choice (Different Explained)

90,240 views

2 years ago

ProgrammingKnowledge
How to Install TensorFlow in Visual Studio Code | TensorFlow in VSCode

How to Install TensorFlow in Visual Studio Code TensorFlow is a powerful open-source machine learning framework developed ...

6:13
How to Install TensorFlow in Visual Studio Code | TensorFlow in VSCode

93,112 views

1 year ago