Great work sir. How to use this for bearing fault classification. Please?
@sirque189810 ай бұрын
How do you insert input data (in the form of a 70x5 matrix) into the constant block in the Simulink model?
@lfresort Жыл бұрын
Very good. Thank you. How about the data interpretation? Can you share that also please.....?
@anishdeshpande9335 Жыл бұрын
hello sir, i need some help regarding ANN using MATLAB R2023a can you please help me with this
@SparkItup1 Жыл бұрын
WhTs ths issue?
@salwaa.a5742 жыл бұрын
Thank you so much
@add-wisehaalathakikatkeanu53422 жыл бұрын
How to save the NN after its creation; hw to use it later on for ex for cross-validation
@raninury01232 жыл бұрын
sir, after ann results this how to find the optimization by GA? Like ANN couple with GA
@SparkItup12 жыл бұрын
I will make another video regarding optimization via nature inspired intelligent algorithms soon.
@raninury01232 жыл бұрын
@@SparkItup1 I'm waiting thank you very much ..
@vuanh2619 Жыл бұрын
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 Жыл бұрын
did you found the solution?
@EqhwanVid Жыл бұрын
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 Жыл бұрын
@@EqhwanVid Can U show me my mistake using it please. Have a great day!
@sirque189810 ай бұрын
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
@terroristkoti60412 жыл бұрын
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.
@SparkItup12 жыл бұрын
your question is not quite clear. However, left hand side column is x, right hand side column would be y in excel
@daslearning103 Жыл бұрын
Please give the excel sheet link
@xyz3132 жыл бұрын
good job Sir,, could you please share the data,, so that I can practice using ANN based on the data,,