Plain and Simple Estimators

Sdílet
Vložit
  • čas přidán 6. 09. 2017
  • In this episode of AI Adventures, it's time to write some TensorFlow code! We'll build a linear model to recognize different kinds of flowers using a canned estimator.
    Learn more through our hands-on labs → goo.gle/2B2f0Kp
    Associated Medium post - Plain and Simple Estimators: goo.gl/L2YUbk
    Jupyter notebook: jupyter.org/
    Code from this episode: goo.gl/ChcaM9
    TensorFlow Estimators: goo.gl/r1tZUW
    Dataset: goo.gl/UtccyH
    Watch more episodes of AI Adventures: goo.gl/UC5usG
    Subscribe to get all the episodes as they come out: goo.gl/S0AS51
    #AIAdventures

Komentáře • 102

  • @mawkli7afee
    @mawkli7afee Před 2 lety +6

    this video was created with tensorflow V 1.3.0, todays version is 2.9.1. contrib is removed. please consider updating the video.

  • @CARECTS
    @CARECTS Před 4 lety

    Yufeng, your job is really good in having these videos to teach ML for people. My only advice is to number the videos, so that people like us in Africa will find it easy to follow the videos to learn ML/AI

  • @rakeshmallick27
    @rakeshmallick27 Před 6 lety +1

    Wondeful. Looking forward to using Tensor flow soon.

  • @sonjoysengupto
    @sonjoysengupto Před 5 lety

    Awesome series!!! Thanks a lot.

  • @hahahehehoho8191
    @hahahehehoho8191 Před 6 lety

    nice series.. looking forward to watch the new video 👍🏻

  • @ZoomAnimationHere
    @ZoomAnimationHere Před 3 lety

    Awesome Playlist!

  • @alokdudwe2779
    @alokdudwe2779 Před 6 lety +8

    very nice video

  • @sfincione2000
    @sfincione2000 Před 6 lety +1

    This is quite a nice intro to ML. I like the idea.

  • @Albert-fe8jx
    @Albert-fe8jx Před 6 lety +3

    Excellent. Brief. Clear. Thoughtfully highlighted and focused presentation. Mr. Guo easily understood.

  • @alexandrunknown1456
    @alexandrunknown1456 Před 5 lety

    Great job,man!

  • @emmanuelskywalker1581
    @emmanuelskywalker1581 Před 5 lety

    AWESOME! thanks for this video series.

  • @ergotaxiakos3094
    @ergotaxiakos3094 Před 4 lety

    Very good job !!! Its first time that understand the ML Please go on

  • @owen_nx
    @owen_nx Před 4 lety +1

    We did the same example in Multivariate Analysis. Really concise and simple to follow video. But how would we do it using images?

  • @christinthomas5320
    @christinthomas5320 Před 6 lety

    Fantastic!

  • @PamirTea
    @PamirTea Před 6 lety

    great video.

  • @dingaroo2003
    @dingaroo2003 Před 6 lety +33

    Hi Yufeng, great video. However, when I tried to code it by hand, or even use the notebook you supplied, I realised that my Tensorflow is version 1.1 instead of 1.3 that you have. And this is in January 2018.

  • @lifasahaafansa8702
    @lifasahaafansa8702 Před 6 lety

    Wow... superb

  • @keqiangli5377
    @keqiangli5377 Před 6 lety

    So basically we need to convert the Species column to integers? When watching this tutorial, somehow I feel like that the csv loading function will convert them into factors by default. If a conversion is required, why isn't the processed data provided for downloading? Thanks

  • @SantoshGupta-jn1wn
    @SantoshGupta-jn1wn Před 5 lety

    It seems that the sessions run through a Estimator are not quite the same as a normal session? For example, `.eval.()` operation and the `tf.nn.sampled_softmax_loss` function do not work, when they do for a normal session. Would love to hear some details on this phenomenon.

  • @Markdeme
    @Markdeme Před 6 lety +1

    How do you create a prediction based on this model ?