Deep Learning with Python, TensorFlow, and Keras tutorial

Поделиться
HTML-код
  • Опубликовано: 10 авг 2018
  • An updated deep learning introduction using Python, TensorFlow, and Keras.
    Text-tutorial and notes: pythonprogramming.net/introdu...
    TensorFlow Docs: www.tensorflow.org/api_docs/p...
    Keras Docs: keras.io/layers/about-keras-l...
    Discord: / discord

Комментарии • 1,4 тыс.

  • @labreynth
    @labreynth Год назад +24

    Why do I have to keep coming on youtube to simply learn something (for free) that I came to university for?

  • @MrDots99
    @MrDots99 4 года назад +942

    "ok first we need to install tensorflow "

  • @omkarjagtap2351
    @omkarjagtap2351 5 лет назад +164

    Installs keras, predicts mnist data, feels like GOD

  • @wolverine87833
    @wolverine87833 3 года назад +49

    This guy is really authentic and legit. Doesn't beat around the bush, no cringy intro music, just straight to the point. Best Intro of Deep Learning I have watched so far!

  • @behshadmohebali6234
    @behshadmohebali6234 4 года назад +24

    This is exactly what I needed as the first clip on TensorFlow and deep learning. Consider this comment as a warm "thank you" and a remote (but firm) hand shake!

  • @anishkelkar6434
    @anishkelkar6434 5 лет назад +6

    This tutorial gave a hands on approach to machine learning unlike most of the other tutorials. Thank you very much.

  • @sentdex
    @sentdex  5 лет назад +814

    After re-watching, I notice I never explained "epoch." Epoch is just a "full pass" through your entire training dataset. So if you just train on 1 epoch, then the neural network saw each unique sample once. 3 epochs means it passed over your data set 3 times.

  • @abdulwahab182
    @abdulwahab182 Год назад

    I have listened the entire lecture while driving

  • @abdulqayyumahmadzai8275
    @abdulqayyumahmadzai8275 5 лет назад

    I have been following your videos from almost 18 months and its been amazing your tutorials have helped me alot. Thank you for these tutorials.

  • @prateeknayak5699
    @prateeknayak5699 5 лет назад +15

    Just a brilliant beginning. Finally the RUclips notification led to something amazing

  • @cyrusparvereshi6454
    @cyrusparvereshi6454 5 лет назад +19

    Hey Harrison, I just wanted to thank you for making these amazing tutorials! I finished your beginner tutorial, and while it went pretty deep into some things, I have a great toolkit that I can use to explore web development, data analysis, and cyber security! I love programming and your videos are some of the most helpful resources that I have been privileged to discover. I promise I will take this knowledge and apply it to something that will change the world! :D

  • @JustCallMeRob
    @JustCallMeRob 5 лет назад +1

    I am so happy you are doing an update on this topic right after i finished your main machine learning playlist. Your videos have been very helpful, thank you so much for your work !

  • @MrCreeper20k
    @MrCreeper20k 5 лет назад +2

    Thank you so much for this, I have started learning and done the “hello worlds” of keras and am really trying to get to some advanced stuff and hopefully eventually reinforcement learning

  • @juhotuho10
    @juhotuho10 5 лет назад +3

    now this is the reason i subbed, have been learning python for the last month and can't wait to get deeper into deep learning

  • @abhijeetsharma5533
    @abhijeetsharma5533 4 года назад +29

    In later versions of tensorflow, you need to specify input shape of flatten layer if you are reusing the saved model.

  • @Shaurya_Pant
    @Shaurya_Pant 5 лет назад +1

    This video is awesome! period. I've literally seen so many seminars and videos on RUclips... This is the first one that gave me all the comprehensive details, along while making the entire program... on the side ... Thanks.

  • @christopherhall1216
    @christopherhall1216 Год назад

    Nice vid. So many videos ramble on side thoughts and spend 20 minutes explaining their hypothetical use case. This dives directly into it. Thank you!!!!

  • @souravgames
    @souravgames 5 лет назад +3

    thank you for revisiting the basics . i just hope its a long comprehensive series

  • @ethanraymosqueda3780
    @ethanraymosqueda3780 5 лет назад +5

    Thank you sooooo much Sentdex. I'm doing my thesis and I needed to learn how tensorflow works. Awesome tutorials here

  • @vaibhavpoliwal2820
    @vaibhavpoliwal2820 2 года назад

    I am totally beginner to deep learning, and really this is best explanation for making your first neural network model with TensorFlow, thank you very much for your great explanation.