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.
@DogaOzgon3 жыл бұрын
Thanks, will do!
@jrod32nd3 жыл бұрын
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 Жыл бұрын
Well done,,, Short tutor and clear codes presentation,,, And is useful,,,,! Thanks,,,!
@blessinq58 күн бұрын
Thank you for the tutorial.
@bilalviewing2 жыл бұрын
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
@jedigunn Жыл бұрын
Thank you so much for the great content.
@hackercop3 жыл бұрын
Wow you are a good tutor this video was helpful, if you persevere with these videos YT algorithm will reward you.
@DogaOzgon3 жыл бұрын
Glad it was helpful!
@chaaaaaaaaaaan Жыл бұрын
Pretty late to this vid but thanks a lot. Learnt a lot from you today!
@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
@ronymora13713 жыл бұрын
Great explanations. I am new on this and this video helped me a lot. Thank you very much.
@oliversimmons9884 ай бұрын
love it. Great video
@TruthOfZ03 жыл бұрын
i dont understand what each line of the code you type does... is there a flow diagram behind all this?
@zwitter6892 жыл бұрын
Very nice explanation - is it possible to get a transcript of this?
@harjasdeepsingh65503 жыл бұрын
Keep posting new videos on machine learning and deep learning
@pankajpanchal44312 жыл бұрын
im getting File "", line 7 plt.imshow(train_images[1]), cmap='gray') ^ SyntaxError: invalid syntax kindly help
@romanborisov3482 жыл бұрын
the bracket after "train_images[1] is causing the error, because you now have one opening bracket and two closing brackets
@maxkosh48392 жыл бұрын
ok. How to use this model???
@fidlekid Жыл бұрын
my_model.predict(np.array([test_images[0]])) and then check which index has the highest value
@MahRahman1 Жыл бұрын
impressive
@alevera162 жыл бұрын
Thank you!!
@suparnabhattacharya35243 жыл бұрын
Keep up the good work. Your video was really very helpful.
@MyFirstReurveBow3 ай бұрын
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..