Please do a video on deep reinforcement learning just like this,no other video explained Tensor flow so nicely. Best One I have seen so far.
@leoisikdogan5 жыл бұрын
Thanks! Reinforcement learning is interesting but I don't have any practical experience in that yet. That's why I haven't covered reinforcement learning in my videos so far.
@chatterjeesrijeet5 жыл бұрын
@@leoisikdogan No problem, thanks a lot for your contribution to new learners like us.
@CodeEmporium6 жыл бұрын
Nice video homie. Summed it up quite well.
@leoisikdogan6 жыл бұрын
Thanks!
@TheTechCricketer6 жыл бұрын
Loved it! Keep up the good work.
@leoisikdogan6 жыл бұрын
Thanks!
@prateekgupta31225 жыл бұрын
Why do we need to pass on loss function in session.run? Wouldn't it be calculated when we pass accuracy? Aren't we doing duplication here?
@sandipandhar16684 жыл бұрын
how you have pass the argument values (im ad label) in preprocess_data function by calling it only from dataset.map function???? please mention as i am unable to understand
@wolfisraging6 жыл бұрын
Holy awesome
@leoisikdogan6 жыл бұрын
Thanks!
@ismaelcarloto4 жыл бұрын
I got this problem: AttributeError: PrefetchDataSet obkect has no attribute 'make_one_shot_iterator' python 3.7 tf 2.1
@leoisikdogan4 жыл бұрын
Yes, the API was changed significantly with TensorFlow 2. One shot iterator is deprecated.
@iloveno36 жыл бұрын
Unfortunatelly, I cannt understand the code: the data layer definition looks so scary.
@leoisikdogan6 жыл бұрын
The learning curve for the current version of TensorFlow can be a little steep. TensorFlow 2.0 will be easier to use and learn.
@iloveno36 жыл бұрын
@@leoisikdogan thanks, Leo. Love your videos, learnt a lot from you. Thank you for posting them, even if I don t understand something I tend to find my way out.
@leoisikdogan6 жыл бұрын
@@iloveno3 Thanks! I'm sure you will figure it out.
@piotr7804 жыл бұрын
tensorflow code makes no sense in comparison to pytorch