ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

198,944 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,215,346 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,908 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,841 views

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

People also watched

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

273,419 views

1 month ago

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,374,704 views

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

444,849 views

4 months 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,136,690 views

2 years 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,332,229 views

2 years ago

TensorFlow
Keras Preprocessing Layers

Google Software Engineer Matthew Watson highlights Keras Preprocessing Layers' ability to streamline model development ...

37:14
Keras Preprocessing Layers

36,198 views

3 years ago

Doga Ozgon
TensorFlow Tutorial For Beginners | Deep Learning with Python

In this TensorFlow tutorial for beginners, we will perform deep learning with python. By the end of this deep learning tutorial you ...

14:08
TensorFlow Tutorial For Beginners | Deep Learning with Python

31,009 views

5 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,089,391 views

1 year ago

Samson Zhang
Building a neural network FROM SCRATCH (no Tensorflow/Pytorch, just numpy & math)

Kaggle notebook with all the code: https://www.kaggle.com/wwsalmon/simple-mnist-nn-from-scratch-numpy-no-tf-keras Blog ...

31:28
Building a neural network FROM SCRATCH (no Tensorflow/Pytorch, just numpy & math)

2,708,278 views

5 years ago

Low Level Game Dev
The 5 Levels Of C++

Check out my Failproof OpenGL course for beginners: https://www.udemy.com/course/failproof-opengl-for-beginners/?

10:29
The 5 Levels Of C++

229,323 views

8 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

576,921 views

5 years 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,296 views

4 years ago

iwatake
Depth estimation (midas/v2_1_small) with TensorFlow Lite in C++

Depth estimation with TensorFlow Lite in C++ midas/v2_1_small * If you have a question, please post an issue on GitHub: ...

0:18
Depth estimation (midas/v2_1_small) with TensorFlow Lite in C++

1,109 views

4 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

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

215 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

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!

54 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,453 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,432,820 views

5 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?

31,964 views

1 year 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,495 views

1 year ago

TensorFlow
TensorFlow high-level APIs: Part 1 - loading data

Welcome to Part 1 of our mini-series on TensorFlow high-level APIs! In this 3 part mini-series, TensorFlow Engineering Manager ...

7:04
TensorFlow high-level APIs: Part 1 - loading data

124,655 views

7 years ago

Leaseweb
Enhance! Deploying Image Recognition with TensorFlow and Kubernetes, C. West, Google, TechSummit

Enhance… enhance… enhance…” Have you ever wondered how image recognition works in the movies, or how you can take ...

34:23
Enhance! Deploying Image Recognition with TensorFlow and Kubernetes, C. West, Google, TechSummit

454 views

8 years 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,637 views

1 month ago