Тёмный

TensorFlow Tutorial For Beginners | Deep Learning with Python 

Doga Ozgon
Подписаться 3,2 тыс.
Просмотров 23 тыс.
50% 1

In this TensorFlow tutorial for beginners, we will perform deep learning with python. By the end of this deep learning tutorial you will have written your first neural network that can recognize hand written digits with the mnist dataset. We will start by importing the necessary libraries, then we will download the mnist dataset. After splitting the dataset to training and test datasets we will scale their pixel values to a range our neural network can work easier with. Then we will build, train, evaluate, save and retrieve our neural network model. I hope you got some value out of it. If you have any suggestions comment them down below.
If you learn better by reading, I have an article version of this tutorial, with all the code included:
/ write-your-first-ai-pr...
Google Colab:
colab.research...
Connect with me on:
Medium - / dogaozgon
Instagram - / dogaozgon
Tiktok - dogaozgon
Facebook - / doga.ozgon.10

Опубликовано:

 

27 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 24   
@eliotttessier112
@eliotttessier112 2 года назад
for me, perfect introduction to tenserflow/keras.
@eastcoastofzanzibar2465
@eastcoastofzanzibar2465 Год назад
Well done,,, Short tutor and clear codes presentation,,, And is useful,,,,! Thanks,,,!
@ronymora1371
@ronymora1371 3 года назад
Great explanations. I am new on this and this video helped me a lot. Thank you very much.
@hackercop
@hackercop 3 года назад
Wow you are a good tutor this video was helpful, if you persevere with these videos YT algorithm will reward you.
@DogaOzgon
@DogaOzgon 3 года назад
Glad it was helpful!
@AstralTraveler
@AstralTraveler Год назад
Hello! Everything worked perfectly up until 9:37 When I run the script I get the message: :12: SyntaxWarning: 'int' object is not subscriptable; perhaps you missed a comma? :12: SyntaxWarning: 'int' object is not subscriptable; perhaps you missed a comma? :12: SyntaxWarning: 'int' object is not subscriptable; perhaps you missed a comma? my_model.compile(optimizer='adam', loss='sparse_categorical_crossentropy', metrics=1['accuracy']) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in 10 metrics=[tf.keras.metrics.BinaryAccuracy(), 11 tf.keras.metrics.FalseNegatives()]) ---> 12 my_model.compile(optimizer='adam', loss='sparse_categorical_crossentropy', metrics=1['accuracy']) 13 14 # train the model TypeError: 'int' object is not subscriptable
@Gowtham25
@Gowtham25 3 года назад
All your teaching stuffs are really good and in a easily understandable way!. Keep on rock and create a more videos about A.I & M.L. like this.
@DogaOzgon
@DogaOzgon 3 года назад
Thanks, will do!
@TruthOfZ0
@TruthOfZ0 3 года назад
i dont understand what each line of the code you type does... is there a flow diagram behind all this?
@zwitter689
@zwitter689 2 года назад
Very nice explanation - is it possible to get a transcript of this?
@jedigunn
@jedigunn Год назад
Thank you so much for the great content.
@chaaaaaaaaaaan
@chaaaaaaaaaaan 10 месяцев назад
Pretty late to this vid but thanks a lot. Learnt a lot from you today!
@harjasdeepsingh6550
@harjasdeepsingh6550 3 года назад
Keep posting new videos on machine learning and deep learning
@oliversimmons988
@oliversimmons988 2 месяца назад
love it. Great video
@maxkosh4839
@maxkosh4839 2 года назад
ok. How to use this model???
@fidlekid
@fidlekid 10 месяцев назад
my_model.predict(np.array([test_images[0]])) and then check which index has the highest value
@pankajpanchal4431
@pankajpanchal4431 2 года назад
im getting File "", line 7 plt.imshow(train_images[1]), cmap='gray') ^ SyntaxError: invalid syntax kindly help
@romanborisov348
@romanborisov348 2 года назад
the bracket after "train_images[1] is causing the error, because you now have one opening bracket and two closing brackets
@MahRahman1
@MahRahman1 Год назад
impressive
@alevera16
@alevera16 2 года назад
Thank you!!
@suparnabhattacharya3524
@suparnabhattacharya3524 3 года назад
Keep up the good work. Your video was really very helpful.
@MyFirstReurveBow
@MyFirstReurveBow Месяц назад
no one can learn anything from that. you just load random data, no one actually want this for a random data the point is to learn how to use your own..
@jrod32nd
@jrod32nd 3 года назад
thanks a lot this is gonna look really good, I can't believe how easy its gotten since I first worked with mnist 5 years ago
@bilalviewing
@bilalviewing 2 года назад
thanks so much !! please, more video like this, waiting for more, I like very much the way you explain each section and your descriptive comments
Далее
Se las dejo ahí.
00:10
Просмотров 639 тыс.
С какого года вы со мной?
00:13
Просмотров 173 тыс.
Tensorflow Tutorial for Python in 10 Minutes
11:33
Просмотров 442 тыс.
ML Was Hard Until I Learned These 5 Secrets!
13:11
Просмотров 307 тыс.
How I’d learn ML in 2024 (if I could start over)
7:05
OpenAI’s New ChatGPT: 7 Incredible Capabilities!
6:27