Getting Started with Neural Networks Using MATLAB

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 23

  • @ShafiqIslam
    @ShafiqIslam 8 месяцев назад +3

    Needed more explanations for the beginners! overwhelmed!

  • @Haronudin
    @Haronudin 5 месяцев назад

    Thanks MATLAB for the video!

  • @christosavram.7719
    @christosavram.7719 3 года назад +3

    So much information in such a short video. Thank you!

  • @mohammedhafiz8132
    @mohammedhafiz8132 4 года назад +7

    wow, great video... will be greater if you provide us the content material, so we can get most benefit by practicing.

    • @MATLAB
      @MATLAB  4 года назад +2

      Thanks for watching and for the comment. Here are a few things to check out:
      - Neural network examples:
      www.mathworks.com/help/deeplearning/examples.html?category=pattern-recognition-and-classification
      - Deep learning examples:
      www.mathworks.com/help/deeplearning/examples.html
      - Along with a little extra info about deep learning using MATLAB: www.mathworks.com/solutions/deep-learning.html
      www.mathworks.com/solutions/deep-learning/models.html

  • @myak6606
    @myak6606 Год назад

    how do you extract the output for ANN after training in matlab 2022a. the interface is messed up

  • @NedSar85
    @NedSar85 Год назад

    Thanks MATLAB...
    Just adding that trainFeatures and testFeatures must be created so the presented code works... 1 way is to do the following:
    [m,n] = size(dataBase) ;
    P = 0.70 ;
    idx = randperm(m) ;
    trainFeatures = dataBase(idx(1:round(P*m)),:);
    testFeatures = dataBase(idx(round(P*m)+1:end),:);
    after this the presented code works...

  • @ABCEE1000
    @ABCEE1000 2 года назад

    great class. thank u

  • @jituldas7147
    @jituldas7147 4 года назад

    Hello..... I want to know how can i set the direction of movement of a 1dof rev joint and a spherical joint in simulink after importing from solidworks through simscape multibody link........ Becoz my model is moving or ratating freely under grav force

  • @roy1660
    @roy1660 4 года назад +1

    Please upload a series of videos for Recurrence neural network, LSTM etc.

  • @fadoobaba
    @fadoobaba 2 года назад

    You should upload a video to predict sine wave using narx please. Thanks

  • @SlipHailz
    @SlipHailz 4 года назад +1

    There are no links in the description for deep learning with matlab!

    • @engineersspeaks9433
      @engineersspeaks9433 4 года назад

      ruclips.net/video/qPM1wpYe6dM/видео.html

    • @MATLAB
      @MATLAB  4 года назад +1

      Thanks for the comment! Here are a few resources to check out:
      - Deep learning examples: www.mathworks.com/help/deeplearning/examples.html
      - Neural network examples:
      www.mathworks.com/help/deeplearning/examples.html?category=pattern-recognition-and-classification
      - And here's a little extra info about using MATLAB for deep learning: www.mathworks.com/solutions/deep-learning.html
      - Models: www.mathworks.com/solutions/deep-learning/models.html

  • @afzolkarim6001
    @afzolkarim6001 19 дней назад

    I am watching at 0.75x😂

    • @MATLAB
      @MATLAB  18 дней назад

      Yeah, sorry, she talks fast.

  • @manudasmd
    @manudasmd Год назад

    Btw who uses matlab for deep learning 🤣🤣🤣..

    • @MrGedget
      @MrGedget Год назад

      Basically all scientists for prototyping

    • @manudasmd
      @manudasmd Год назад

      @@MrGedget" scientists " 😂

    • @beamzontoast
      @beamzontoast Год назад

      Required by some university courses