What is Transfer Learning? | With code in Keras

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

КОМЕНТАРІ • 36

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

    Very nicely explain the Transfer Learning. I want more videos in this line.....so keeping posting latest TL video

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

    It'd be sick if you put links in the description of your shorts too, but glad to find them here. Mad nice, btw, subbed.

  • @patloeber
    @patloeber 2 роки тому +1

    Awesome tutorial!

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

    Your videos are so informative and knowledgeable . Can you make a video on hugging face models with API connections

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

    nice information 🌷

  • @nikolamatijasevic9454
    @nikolamatijasevic9454 2 роки тому +4

    I think this is the best tutorial on UA-cam! Just one question, can I load a custom dataset to use or it has to be found in the tfds? Thanks!

    • @AssemblyAI
      @AssemblyAI  2 роки тому

      Thank you! You can use a custom dataset too of course. Just need to make sure it is the correct format . :)

  • @GokulP-b2t
    @GokulP-b2t Рік тому

    we would like more transfer learning and fine tuning vids thanks

  • @md.alamintalukder3261
    @md.alamintalukder3261 Рік тому +1

    Love it

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

    Thanks :) it's great

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

    Thank you

  • @harshays2873
    @harshays2873 Рік тому +3

    Need some Explanation about Optimizers also.

  • @CheapSheap
    @CheapSheap Рік тому +3

    She explains beautifully, what is her name?

  • @EmmanuelOwusu-c3v
    @EmmanuelOwusu-c3v Місяць тому

    Does this also apply to text and numerical data? Can transfer learning be done on text and numerical data?

  • @leonardovoltolini2990
    @leonardovoltolini2990 Рік тому +2

    I always see transfer learning applied to image recognition, but I would like an example of it being applied to predicting "numbers". Does anyone have an example?

    • @TerrenceMcGinnis-m6n
      @TerrenceMcGinnis-m6n Рік тому +1

      @AssemblyAI yeah, I too have been looking for the application of TL in a regression use case. Do you have any tutorials for this?

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

      @@TerrenceMcGinnis-m6n mee too did you find anything please ?

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

      @@TerrenceMcGinnis-m6n ?

  • @bigdoor64
    @bigdoor64 2 роки тому

    Hi! At 8:23, you say "to catchup with the model". Could you explain what this means in further detail please? I've not heard that term used before!

    • @AssemblyAI
      @AssemblyAI  2 роки тому +6

      It’s not really a technical term, I used it to give an intuitive understanding. What I meant with it is that when you’re working with a pre-trained model, it is already good at a certain task. With transfer learning you add an output layer that is randomly initialized so it is not yet good at producing good results. By running the pre-trained model and the freshly created output later together you let the output layer train to a level that performs to an acceptable level. During that time, the pre-trained model’s weight are not updated. And once the model performs well enough (this would depend on your model’s goal performance) it means the new output layer has caught up. Hope this clears it up! - Mısra

    • @bigdoor64
      @bigdoor64 2 роки тому

      @@AssemblyAI Thank you!

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

    Jeez, your hairs are awesome!

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

    Thx

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

    @AssemblyAI Good tutorial, I'll like to use this for my problem dataset to improve accuracy/detection. My challenge is I have about 60 Png images that are not particularly distinguishable, wondering if this method will work well for me. Any suggestions?

  • @mitolojikitabi
    @mitolojikitabi 8 місяців тому

    Sen nasıl bir yavrusun ya, ara ara karşıma çıkıyon bakmak zorunda kalıyorum.

  • @ASdASd-kr1ft
    @ASdASd-kr1ft 2 роки тому

    Great tutorial, can explain the same but for pytorch? Thanks!. Sorry by my English

  • @TuhinBhattacharya
    @TuhinBhattacharya 2 роки тому

    Awsome.. Can we have similar in pytorch?

    • @AssemblyAI
      @AssemblyAI  2 роки тому +1

      We'll add that to our video planning. Thanks for the input! - Mısra

  • @OccamsPlasmaGun
    @OccamsPlasmaGun 2 роки тому

    how would one do transfer learning with a keypoint detector? The few examples out there are obsolete and with conflicting dependencies.

    • @AssemblyAI
      @AssemblyAI  2 роки тому

      Hey Andrew, I don't have experience with keypoint detection. Have you searched the pre-trained model libraries to see if they have a useful pre-trained model? -Mısra

    • @OccamsPlasmaGun
      @OccamsPlasmaGun 2 роки тому

      @@AssemblyAI of course. There are none that are easily adaptable. I'm using one from github, but can't get the environment set up so that it works. Python sucks even more than node.js