Python Neural Networks - Tensorflow 2.0 Tutorial - Using the Model to Make Predictions

preview_player
Показать описание
This tensorflow 2.0 tutorial will show you how to use our previously created model to make predictions on specific images.

◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python

◾◾◾◾◾◾

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡

Tags:
- Tech With Tim
- Pygame
- Python Tutorials
Рекомендации по теме
Комментарии
Автор

well no dislikes on video, shows only the real learner reach to real quality content.

chiral
Автор

Thank you so much for demonstrating how to actually USE the models to make predictions on data. The default tutorials on Tensorflow's own site just show how to train the data on pre-built datasets and I couldn't find a straight answer how to use the models in a practical way. This was the bit I needed.

augustday
Автор

bro you are most greatest person on the earth to learn neural networks from

jsquare_ninja
Автор

amazing vid just a quick add in for anyone who tried that last thing mentioned on targeting an individual item for prediction now it has to be a numpy array and be written like this
prediction =
otherwise, it will not work lols i got your back TIM :D\- woahhhh code ninjas fo life

Endlessvoidsutidos
Автор

I'VE BEEN WONDERING WHY ALL THE SERIES IN YOUTUBE DIDNT SHOW THE PRACTICALITY OF THE MODELS TOO !

thank you so much for the quick and VERY effective tutorial, greatly appreciate it!

zembo
Автор

I know I comment on every video but this felt so satisfying. WIth a little read up I understood EVERYTHING and fiddling around with the code is so much fun.

BlueFlash
Автор

for saving the model:
model.save("saved_model")


saved_model =


then you can do stuff like saved_model.predict, etc etc

themask
Автор

Never have I ever been so fond of an ankle boot!

Husholdninger
Автор

I really appreciate your effort Tim. Everything is clear and easy to follow. Thank you

feche
Автор

I loved the video and I love the other videos too I've been following since almost a year now, all the content is so much helpful, Thank you!

jayeshpatil
Автор

I actually watch towards the end of your videos, thank you for making it easy to learn!

MrLlangz
Автор

Great video as always, thanks!
One tiny note- maybe when using thinner pen on the whiteboard will make it easier to read?

urigott
Автор

Great Video! I know that regression neural networks are not very used but I'd like to see some tutorial on that, if possible. How to properly treat data, and effectively predict numeric values with the trained model.

fexofenadinaGenerica
Автор

2:50 You can use ipython notebook so that you can run pieces of code in different cells and even at different order

keerthivarmanprakash
Автор

Tim can you show us how you load the different images in the code..means where you save those images on system?

abhimady
Автор

Awesome video sir thank you very much 🙏👍

herlambangkurniawan
Автор

bro also give some assignments related to the topic for practice it will help a lot

rubal
Автор

Love your tutorials. Thanks alot for the effort!

MCMelonslice
Автор

these videos are amazing and also very informative

ritwikpal
Автор

Another great course Tim. One thing I'd personally like to hear more about is what's happening at the hidden layers when the model was training.

joshbickett