Load Data and Train Neural Network Model - Deep Learning with PyTorch 6

Поділитися
Вставка
  • Опубліковано 25 сер 2024

КОМЕНТАРІ • 56

  • @Codemycom
    @Codemycom  Рік тому +1

    ▶ Watch Deep Learning With Pytorch Playlist ✅ Subscribe To My UA-cam Channel:
    bit.ly/40BcQa8 bit.ly/2IGzvOR
    ▶ See More At: ✅ Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    ▶ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
    Take 50% off with coupon code: youtube50 bit.ly/2VC9WUN
    ▶ Get The Code
    bit.ly/3n5K2J9

  • @xflory26x
    @xflory26x 4 місяці тому +2

    Really love your series - I would really appreciate it if you can go through what the backpropation functions do:
    optimizer.zero_grad()
    loss.backward()
    optimizer.step()

  • @user-bl2ve7fw9s
    @user-bl2ve7fw9s 11 місяців тому +3

    Awesome tutorial, it's great to see that you are using sklearn for data partitioning, thanks for the tutorial! Keep up the good work👍

  • @truelove-tr7mg
    @truelove-tr7mg 4 місяці тому +1

    This saved my life. Thank you!

  • @PhaniKompella-qs9xi
    @PhaniKompella-qs9xi Місяць тому

    Thanks for the video!!!really helpful to lot of learners

    • @Codemycom
      @Codemycom  Місяць тому

      Glad it was helpful!

  • @bhimbam254
    @bhimbam254 7 місяців тому +2

    torch.FloatTensor(x) not converting x to torch tensor but creating a torch tensor x dimension!!! . Not sure if I am missing anything?

  • @shahrizal0715
    @shahrizal0715 3 місяці тому

    Amazing learning with your videos and then i got deep dive learning.. anjaay

    • @Codemycom
      @Codemycom  3 місяці тому

      Glad you enjoyed it!

    • @shahrizal0715
      @shahrizal0715 3 місяці тому

      @@Codemycom can't wait your next videos...

    • @Codemycom
      @Codemycom  3 місяці тому

      @@shahrizal0715 The completed and final list of all the pytorch videos is in the pinned comment. There won't be any more.

  • @user-bu9ct1fj8b
    @user-bu9ct1fj8b 7 місяців тому +3

    Hi John. Great video and really clear explanation. Just one question, is there a better way of classifying the flower types. It seems like doing it numerically with all types on the same scale is a bit strange and could lead to some confusion for less accurate models. For example, the machine might give a score of 1.1 because it is unsure whether a flower is Setosa (0.0) or Virginica (2.0). However, a score of 1.1 would lead us to conclude that it is most likely Versicolor. Is there a way to avoid this? I hope I'm being clear.

    • @bepositive271
      @bepositive271 2 місяці тому

      make a system for that it's easy come on

  • @pipi_delina
    @pipi_delina Рік тому

    John you are the best... Wish you will do llm and bert

  • @winnietv4287
    @winnietv4287 2 місяці тому

    13:13 When I run this code, I get something else. I am not sure where or what my error is.
    /usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py
    Return an iterator over module parameters.
    This is typically passed to an optimizer.
    Args:
    recurse (bool): if True, then yields parameters of this module
    and all submodules. Otherwise, yields only parameters that
    are direct members of this module.
    Yields:
    Parameter: module parameter
    Example::
    >>> # xdoctest: +SKIP("undefined vars")
    >>> for param in model.parameters():
    >>> print(type(param), param.size())
    (20L,)
    (20L, 1L, 5L, 5L)

  • @skroyeducation2166
    @skroyeducation2166 Рік тому

    Sir, I have covered full playlist of kivy and it is really amazing, but when we make the kivy program we can only excess it on system which contains the compiler but what if I want to share it or want to convert it into apk can we do it. Please make one more amazing videos and solve this problem, I have already tried Google cllab but file get crashed again and again.

  • @lorenminiuk2435
    @lorenminiuk2435 9 місяців тому

    Really impressive 😧 .. Very nice tutorial but i return to Django soon 🤕

  • @SierraWater
    @SierraWater Рік тому

    I Love you!

  • @amandajason5320
    @amandajason5320 2 місяці тому

    Now I have another issue with the model.parameters that is on the tutorial is not showing the fc1, fc2, and out. How do I fix that?

    • @CapMirageV2
      @CapMirageV2 2 місяці тому

      Did u by any chance type model.parameter() ?

  • @winnietv4287
    @winnietv4287 2 місяці тому

    19:15 we had the same error. I caught it early haha

  • @kombatbakpen6820
    @kombatbakpen6820 6 місяців тому

    Thank you so much. However, I have a problem with my Colab; I am not able to visualize the epochs like you did around the timestamp 19 minutes and 30 seconds. How do I set up my Colab like that?

    • @kombatbakpen6820
      @kombatbakpen6820 6 місяців тому

      I figured it out professor!
      thank you .
      Can you do a playlist list on computer vision with openCV?😇

    • @Codemycom
      @Codemycom  6 місяців тому

      Sorry, no plans for that.

  • @amandajason5320
    @amandajason5320 2 місяці тому

    y_train = torch.LongTensor(y_train) is not coverting and is giving me an error am I doing something wrong?

  • @tracysmith2914
    @tracysmith2914 5 місяців тому

    Where is the text of your code in the pinned comment? I am not finding any code anywhere in that 1st pinned comment. Not finding any code in any of your vids... I am probably missing something obvious... the tutorial is fantastic...

    • @Codemycom
      @Codemycom  5 місяців тому

      The code is a link in the pinned comment. It's a link to the code that you click on.

    • @tracysmith2914
      @tracysmith2914 4 місяці тому +1

      @@Codemycomok... I had not clicked "Read more"... the link for code then did show up... thanks!

    • @Codemycom
      @Codemycom  4 місяці тому

      @@tracysmith2914 Ah, glad you got it sorted out!

  • @mdbayazid6837
    @mdbayazid6837 9 місяців тому

    Do you have any github repo for this tutorial?

    • @Codemycom
      @Codemycom  9 місяців тому

      Yep, pinned comment as always

  • @sinclairarmour1905
    @sinclairarmour1905 7 місяців тому

    I've been typing your code into my PC to try but it's a slow process. Can I get a text file with your code anywhere?

    • @Codemycom
      @Codemycom  7 місяців тому

      Code is always in the pinned comment

    • @tracysmith2914
      @tracysmith2914 5 місяців тому

      ​@@Codemycom Where in the pinned comment... I am not finding any code anywhere in that 1st pinned comment. Not finding any code in any of your vids... I am probably missing something obvious

    • @alphabeta644
      @alphabeta644 3 місяці тому

      @@tracysmith2914 Look for line that says " Get The Code" in the pinned comment.

  • @madhiemwicaksana1024
    @madhiemwicaksana1024 6 місяців тому +1

    i just got this error can you please fix it ?
    RuntimeError: expected scalar type Long but found Float
    the part that show an error is the convert is part when we convert array to FloatTensor.
    i did check everything and not found a fix ?

    • @prashantpandey2299
      @prashantpandey2299 2 місяці тому

      i also had same error , but then i did exactly copied from him , just for learning purpose , and it worked

  • @filipozoz6988
    @filipozoz6988 10 місяців тому

    hi guys i just started playing with neural networks and i have a little problem with this tutorial and no matter what i do my losses and epochs graph is stationary on one value. PLS help

    • @tobiasschulze-heinrichs3187
      @tobiasschulze-heinrichs3187 9 місяців тому

      Can you share your code? One thing I could think of is that you run the training itself multiple times - that is something you shouldn't do as the model already learned some weights and biases. You are basically overfitting the model. Run the whole notebook instead

    • @MattVibes
      @MattVibes 7 місяців тому +1

      For me this was because I had a type on class forward:
      ``` def forward(self, x):
      x = F.relu(self.fc1(x))
      x = F.relu(self.fc2(x))
      x = self.out(x) # remove the ReLU activation here
      return x```

    • @essentialedm937
      @essentialedm937 7 місяців тому

      Thank you, that fixed mine@@MattVibes

  • @lorenminiuk2435
    @lorenminiuk2435 9 місяців тому

    Freaky 🥵

  • @iKostanCom
    @iKostanCom 11 місяців тому

    Hi. This one is a little bit too heavy. It would be better to split it into 2 short videos. Great tutorials overall. Thanks

    • @Codemycom
      @Codemycom  11 місяців тому +7

      Or you can watch it twice

  • @skroyeducation2166
    @skroyeducation2166 Рік тому

    Hello sir please