TensorFlow Tutorial For Beginners | Deep Learning with Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • 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

ความคิดเห็น • 24

  • @Gowtham25
    @Gowtham25 3 ปีที่แล้ว +8

    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!

  • @AstralTraveler
    @AstralTraveler ปีที่แล้ว +2

    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

  • @eliotttessier112
    @eliotttessier112 2 ปีที่แล้ว +3

    for me, perfect introduction to tenserflow/keras.

  • @TruthOfZ0
    @TruthOfZ0 3 ปีที่แล้ว +2

    i dont understand what each line of the code you type does... is there a flow diagram behind all this?

  • @zwitter689
    @zwitter689 2 ปีที่แล้ว +3

    Very nice explanation - is it possible to get a transcript of this?

  • @jrod32nd
    @jrod32nd 3 ปีที่แล้ว +2

    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

  • @eastcoastofzanzibar2465
    @eastcoastofzanzibar2465 ปีที่แล้ว +1

    Well done,,, Short tutor and clear codes presentation,,,
    And is useful,,,,!
    Thanks,,,!

  • @ronymora1371
    @ronymora1371 3 ปีที่แล้ว +2

    Great explanations. I am new on this and this video helped me a lot. Thank you very much.

  • @MyFirstReurveBow
    @MyFirstReurveBow 2 หลายเดือนก่อน

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

  • @pankajpanchal4431
    @pankajpanchal4431 2 ปีที่แล้ว +1

    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

  • @maxkosh4839
    @maxkosh4839 2 ปีที่แล้ว +3

    ok. How to use this model???

    • @fidlekid
      @fidlekid 11 หลายเดือนก่อน

      my_model.predict(np.array([test_images[0]])) and then check which index has the highest value

  • @jedigunn
    @jedigunn ปีที่แล้ว +1

    Thank you so much for the great content.

  • @hackercop
    @hackercop 3 ปีที่แล้ว +1

    Wow you are a good tutor this video was helpful, if you persevere with these videos YT algorithm will reward you.

    • @DogaOzgon
      @DogaOzgon  3 ปีที่แล้ว +2

      Glad it was helpful!

  • @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

  • @chaaaaaaaaaaan
    @chaaaaaaaaaaan 10 หลายเดือนก่อน

    Pretty late to this vid but thanks a lot. Learnt a lot from you today!

  • @oliversimmons988
    @oliversimmons988 2 หลายเดือนก่อน

    love it. Great video

  • @harjasdeepsingh6550
    @harjasdeepsingh6550 3 ปีที่แล้ว

    Keep posting new videos on machine learning and deep learning

  • @MahRahman1
    @MahRahman1 ปีที่แล้ว

    impressive

  • @alevera16
    @alevera16 2 ปีที่แล้ว

    Thank you!!

  • @suparnabhattacharya3524
    @suparnabhattacharya3524 3 ปีที่แล้ว

    Keep up the good work. Your video was really very helpful.