TensorFlow Tutorial For Beginners | Deep Learning with Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

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

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

    for me, perfect introduction to tenserflow/keras.

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

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

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

  • @blessinq5
    @blessinq5 หลายเดือนก่อน +1

    Thank you for the tutorial.

  • @AstralTraveler
    @AstralTraveler 2 ปีที่แล้ว +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

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

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

    Thank you so much for the great content.

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

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

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

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

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

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

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

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

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

    love it. Great video

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

    Keep posting new videos on machine learning and deep learning

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

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

    • @fahtihi
      @fahtihi 4 วันที่ผ่านมา

      maybe you should learn programming with python before watching this video. cos i've learned general programming and understand each line, though i havent learned python

  • @pankajpanchal4431
    @pankajpanchal4431 3 ปีที่แล้ว +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

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

    impressive

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

    Thank you!!

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

    ok. How to use this model???

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

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

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

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

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

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