How to Find the Right number of Layers/Neurons for your Neural Network?

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024
  • 1. How to identify how many layers are right for your architecture?
    2. How to perform sensitivity analysis for your architecture to know if you got the right number of neurons / layers?
    3. Learning is impacted by the number of neurons & layers for your architecture?
    4. Signatures of Accuracy / MAPE convergences and error convergences with changes to neurons/layers in your architecture.
    All with this hands on step by step implementation in Python & Keras.
    My AI and Generative AI Courses are details here:
    ai.generativem...
    To get a FREE invite to our classes, fill below link:
    invite.generat...

ความคิดเห็น • 17

  • @jafetsierra1875
    @jafetsierra1875 2 ปีที่แล้ว +2

    Very helpful, i think this is an important subject, since there's no a simple way of choosing the correct number of layers or neurons, specially for larges architectures.

  • @stefanmisanovic3341
    @stefanmisanovic3341 ปีที่แล้ว +1

    Great video, very helpful to get ideas how to visualize the accuracy of a model and how to automate the process.

  • @JLBorloo
    @JLBorloo ปีที่แล้ว +3

    Good stuff but consider sharing the Notebooks in the future

  • @kevinchaplin672
    @kevinchaplin672 ปีที่แล้ว +1

    Very nice, clear and concise

  • @agc444
    @agc444 10 หลายเดือนก่อน

    Wonderful video, many thanks. Perhaps it would be nice if you made the code available for us learners to play with. Thanks.

  • @hatemmohamed8387
    @hatemmohamed8387 10 หลายเดือนก่อน

    is there any repo containing the codes for the entire playlist

  • @skullywully653
    @skullywully653 ปีที่แล้ว +2

    would it be possible for me to grab that code somewhere?

    • @machinelearningmastery
      @machinelearningmastery  ปีที่แล้ว

      I have gone over the code in the video. Any particular segment not clear?

  • @mshika2150
    @mshika2150 11 วันที่ผ่านมา

    can i get the code ?

  • @chinmayb172
    @chinmayb172 ปีที่แล้ว +1

    Can you please tell me if I have 10 classes of training data, what number of epochs should I use?

    • @machinelearningmastery
      @machinelearningmastery  ปีที่แล้ว

      In general, I recommend that we set epochs to very large value say 50,000.
      Then in your code you setup early exit logic as part of training.
      This will work best for most cases since the training fit will automatically exit when convergence has happened. Hope that helps.

  • @SBhupendraAdhikari
    @SBhupendraAdhikari 2 ปีที่แล้ว +1

    very helpful

  • @rohitsingh-ng2tk
    @rohitsingh-ng2tk ปีที่แล้ว +1

    G8 video