How To Use Your GPU for Machine Learning on Windows with Jupyter Notebook and Tensorflow

Published: 30 August 2020
on channel: Michael Min
144k
1k

A quick guide on how to enable the use of your GPU for machine learning with Jupyter Notebook, Tensorflow, Keras on the Windows operating system.

I researched and tried various methods to get this work, and discovered this to be the easiest and quickest solution.

This will allow you to use your GPU instead of your CPU when training your your neural network.

This makes it so that iteration through each epoch of your datasets will be completed faster.

Heres a copy of the test functions:
import tensorflow as tf
from tensorflow import keras
print("Num GPUs Available: ", len(tf.config.experimental.list_physical_devices('GPU')))
tf.test.is_built_with_cuda()
print(tf.version.VERSION)
import sys
sys.version

Please Like, Comment, and Subscibe so I will make more videos.


Watch video How To Use Your GPU for Machine Learning on Windows with Jupyter Notebook and Tensorflow online without registration, duration 02 minute 38 second in high hd quality. This video was added by user Michael Min 30 August 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 144 thousand once and liked it 1 thousand people.