Implementation of Artificial Neural Network (ANN) in MATLAB-SIMULINK! Step by Step Complete Tutorial

Поділитися
Вставка
  • Опубліковано 21 лип 2024
  • Artificial Neural Network (ANN) can be used to predict output for a given input. A quick step-by-step tutorial of the whole procedure for implementing Artificial Neural Network (ANN) in MATLAB-SIMULINK. Starting from the type of data you require to train the ANN to save the newly designed ANN in your computer for future usage.
  • Наука та технологія

КОМЕНТАРІ • 24

  • @arifmama8225
    @arifmama8225 9 місяців тому +1

    This video deserve a huge thumbs up

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

    An excellent video. Thank you very much.

  • @user-ph2gx8gx7v
    @user-ph2gx8gx7v 8 місяців тому +1

    Great work sir. How to use this for bearing fault classification. Please?

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

    Very good. Thank you. How about the data interpretation? Can you share that also please.....?

  • @salwaa.a574
    @salwaa.a574 2 роки тому +1

    Thank you so much

  • @add-wisehaalathakikatkeanu5342
    @add-wisehaalathakikatkeanu5342 2 роки тому

    How to save the NN after its creation; hw to use it later on for ex for cross-validation

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

    How do you insert input data (in the form of a 70x5 matrix) into the constant block in the Simulink model?

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

    Thank you

  • @aishadameer
    @aishadameer 3 роки тому

    Good Job 👍

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

    Please give the excel sheet link

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

    hello i have one doubt i.e
    i have input has variables(xtrain)
    and i have output as graph(ytrain)
    so how to take variable y as graph in excel.
    can you clarify me.

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

      your question is not quite clear. However, left hand side column is x, right hand side column would be y in excel

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

    Thank you so much for your video. It's very helpful. Can i ask a question, pls. i have trouble while trying to use the trained neural network, in Live editor. i dont understand the [OutputPred = sim(net, Xtest)] at the moment 9:10 in your video. Tried using it, the sistem noted the eror [No system or file called 'out' found] - when i typed [Outputpred = sim('out', tets)] or eror ['model' parameter must be a character vector] when i type [OutputPred = sim(out, tets)] I use matlab 2021b. Can you please help me solve this problem, sir. Thank you so much for your time and your video again.

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

      did you found the solution?

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

      I just found out the solution. Go to HOME tab and click live script. It should be on the upper left side of the window, then you can type your prediction OutputPred = sim("yournetwork","VariableForPrediction") and click RUN; it will take a few moments before it generates the results. Hope it helps.

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

      @@EqhwanVid Can U show me my mistake using it please. Have a great day!

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

      you have to click on the "Save Results" first then only the file called 'out' will appear in the workspace. Then, you can run the live editor with the "Outputpred = sim('out', tets" command..The prediction values will appear on the right of the live editor window

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

    sir, after ann results this how to find the optimization by GA? Like ANN couple with GA

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

      I will make another video regarding optimization via nature inspired intelligent algorithms soon.

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

      @@SparkItup1 I'm waiting thank you very much ..

  • @anishdeshpande9335
    @anishdeshpande9335 10 місяців тому +1

    hello sir, i need some help regarding ANN using MATLAB R2023a can you please help me with this

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

    good job Sir,, could you please share the data,, so that I can practice using ANN based on the data,,