Neural Network using Matlab

  Рет қаралды 251,933

Nuruzzaman Faruqui

Nuruzzaman Faruqui

Күн бұрын

Please follow me on Facebook: / nzamanfaruqui
Connect with me on LinkedIn: / nuruzzaman-faruqui
Subscribe to my new channel: / @nuruzzamanfaruqui
Contact me on Fiverr: www.fiverr.com...
In this lecture we will learn about single layer neural network. In order to learn deep learning, it is better to start from the beginning. And single layer neural network is the best starting point. This lecture starts with theoretical explanation covering only the essential elements of a neural network. This theoretical section is actually the foundation of leaning deep learning. That is why, it is very important to focus on this section and understand properly. After the theoretical section, a single layer neural network using SGD method has been trained in Matlab. In a nutshell, this lecture covers -
1) Concept of Nodes
2) Concept of Layers
3) Supervised Learning
4) Delta Rule and Generalize Delta Rule
5) SGD, Batch and Mini Batch Method
6) Practical Implementation (Training a Single Layer Neural Network in Matlab)
Most of the time in university class environment students learn the theoretical aspects only. To be honest, it is difficult to cover both theorical and practical aspects in the class. However, this is the best approach of learning anything. And of course, the best of anything comes with a price. I’ve noticed that very few university instructors of my country have the mindset of teaching in proper way - which is the combination of theory and implementation of the theory. Learning without gaining the ability to apply is useless. If you are a victim of these types of poor education system, this lecture will help you to learn neural network properly.
After following this lecture properly, a student will be able to implement single layer neural network in Matlab. The example shown here is done in Matlab. It does not mean that you are bound to use Matlab. Using the concept explained and procedure shown here, you can train single layer neural network using the programming language and IDE you are comfortable with.

Пікірлер: 281
@abdullahullash8471
@abdullahullash8471 5 жыл бұрын
You teach people from the very basic which i like most about your contents. Keep it up.
@eyupburakylmaz7710
@eyupburakylmaz7710 4 жыл бұрын
1:08 I thought 'What about Multi-layer Neural Network?' so waiting for that video... When you are able to make and upload that video?
@NedSar85
@NedSar85 3 жыл бұрын
8:40 Generalized single layer equation 12:44 learning rule definition 12:57 Error definition 20:33 Training example in matlab
@juanbenito95
@juanbenito95 2 жыл бұрын
Bro next time don't be so obvious, I thought you were really teaching, but I remembered a book I read and realized you were just repeating everything the book said.
@erajikholiqzoda1120
@erajikholiqzoda1120 3 жыл бұрын
Hello sir, I got error a file SGD_method which I have view so it show line d= correct_Output(k); Can you specify for the issues? Thank you in advance. transposed_Input = input(k, :)'; d = correct_Output(k);
@MsAaradhyaChopra
@MsAaradhyaChopra 3 жыл бұрын
Yes same here
@MsAaradhyaChopra
@MsAaradhyaChopra 3 жыл бұрын
I have used cell2mat to rectify the same but now getting error in using - operator
@erajikholiqzoda1120
@erajikholiqzoda1120 3 жыл бұрын
@@MsAaradhyaChopra I cant save Training_Network.mat// I run but still the same. Maybay I import path specific libraries that it can bring it save into current folder?
@fab10barr0s
@fab10barr0s 4 жыл бұрын
This lecture is amazing! It will help a lot In my graduation project. The only thing that I did not like is that the sound is too low, so I had to download the video to amplify the sound manually. That is the only caveat.
@NuruzzamanFaruquis
@NuruzzamanFaruquis 4 жыл бұрын
I am glad to know that it was helpful. And sorry about the difficulty you had to face for the low volume.
@priyadarsinirajan1248
@priyadarsinirajan1248 4 жыл бұрын
I had seen lots of videos about ann but no one explained in such a way as you explained...you are just amazing...looking forward for your more videos on ann..Thank you for making such effort and helps us to understand the concept clearly...
@NuruzzamanFaruquis
@NuruzzamanFaruquis 4 жыл бұрын
So nice of you
@debaleenaroy3685
@debaleenaroy3685 2 жыл бұрын
Hi. The video is really helpful. As I am a big fan of MATLAB I want to convert my python code to MATLAB. I was just wondering where is the loss function you described? Thanks.
@AkashSingh-rv8vx
@AkashSingh-rv8vx Жыл бұрын
Same question. Although the SGD must be taking care of the same, the loss function should have been explained for this problem.
@arunchunaiannadurai2903
@arunchunaiannadurai2903 2 жыл бұрын
Thank you Professor, Excellent work
@mortezasaadatmorad3479
@mortezasaadatmorad3479 4 жыл бұрын
Very useful. Thanks for your step by step teaching. Generally Indian are very powerful in theoretical science.
@ReBadawi
@ReBadawi 2 жыл бұрын
Thanks a lot for all the explanation and applied examples. Would I just ask 2 questions: 1) concerning MATLab code I got an error in "Training" script file when I am trying to repeat the Weight function for 10000 epoch as I got [ Error in Training (line 13) .. Weight = SGD_method(Weight, input, correct_Output);] and I don't know from where the error could be . 2) Why we add a semicolon at the last line of initialising 'input' matrix before we close the brackets which is in line 4 in code explained in "Training" file script as well. Great thanks.
@catherinemukunga6458
@catherinemukunga6458 3 жыл бұрын
now i can write by methodology in confidence....Thank you sir
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
Yes. A strong basic gives confidence. I am glad that my video helped. Please subscribe and encourage your friends to subscribe my channel.
@skndshaum
@skndshaum 4 жыл бұрын
PLS help! .. it´s not working :( The error message: %%%%%%%% Error using * Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix matches the number of rows in the second matrix. To perform elementwise multiplication, use '.*'. Error in testing (line 11) weighted_Sum = Weight*transposed_Input; %%%%%%%% And if I rewrite the code: weighted_Sum = Weight.*transposed_Input; .. then I get the next Error message: %%%%%%%% Error using / Matrix dimensions must agree. Error in Sigmoid (line 2) y = 1/(1+exp(-x)); Error in testing (line 12) output = Sigmoid(weighted_Sum) %%%%%%%%
@jacktimber6153
@jacktimber6153 5 жыл бұрын
Thank you sir. Your lecture is very clear to understand. Please make more neural network tutorial.
@faizakanwal4206
@faizakanwal4206 Жыл бұрын
Hi. I need a guidance for my research "Encryption and decryption of a 6-bit plaintext using multilayer neural network". I'm getting errors in my code and can't really figure it out. Anyone can help with that?
@merondesta3895
@merondesta3895 2 жыл бұрын
thankyou for the video that was helpful. do i need neural network tool box to run this? weight = SGD_method(weight, Input, correct_output); it kept telling me that there is an eeror here
@dawitmusse3548
@dawitmusse3548 2 ай бұрын
Thank you. But I have one question. How do we incorporate biases to this model? How do we initalize and iterate for biases?
@AliHussainSyedAP
@AliHussainSyedAP 3 жыл бұрын
Hi sir what ever the code you wrote for the sigmoid function wont run by matlab bcz sigmoid is the function were we have to define the ranging from were to were our activation function should confined, please can you clear my doubt sir, Thank you
@theengineered1949
@theengineered1949 3 жыл бұрын
Your pauses are too long my man
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
Thank you for the feedback. I will try to better the quality of my tutorial.
@DeepakSai10
@DeepakSai10 3 жыл бұрын
U have got the trained outputs. But can u explain where exactly the weights are changed and at which node using MATLAB?
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
I will try to cover it in some upcoming lectures.
@Krantiveer-y7u
@Krantiveer-y7u Жыл бұрын
thank you so much sir ....sir plz provide ppt of those lecture on neural network.
@Shashikant-sz2sw
@Shashikant-sz2sw 3 жыл бұрын
Sir could you please make a lecture on recurrent neural network (RNN), SVM and Echo state network (ESN)
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
Thank your these suggestions. I will try to cover all of these
@salmanx9923
@salmanx9923 2 жыл бұрын
Error in sigmoid (line 2) y = 1/(1+exp(-x)); sir please guide me
@alihassanawan7445
@alihassanawan7445 2 жыл бұрын
kindly describe the alpha value which you give in the code is 1.....
@achyuttrivedi6296
@achyuttrivedi6296 4 жыл бұрын
Hello sir, I am facing an error as K is undefined. I follow your exact procedure, sir. Please help!
@NuruzzamanFaruquis
@NuruzzamanFaruquis 4 жыл бұрын
I think you used 'capital K' and 'small k' in two different places as same variable.
@ahsanshaikh5236
@ahsanshaikh5236 4 жыл бұрын
Thank you so much for this detailed explanation. Keep it up sir .. !!!
@NuruzzamanFaruquis
@NuruzzamanFaruquis 4 жыл бұрын
Most welcome!
@tsehayenegash8394
@tsehayenegash8394 2 жыл бұрын
How can I predict temperature data by using neural network in matlab progam
@darsankumarpj6413
@darsankumarpj6413 2 жыл бұрын
I'm getting all output as 0.5. No errors shown
@MrSaviotp
@MrSaviotp 5 жыл бұрын
Great lecture, thanks! Please make more videos of neural networks in Matlab.
@dimasrayindra6468
@dimasrayindra6468 2 жыл бұрын
why my output not appear? i try 3 times exactly the same at the video but still nothing
@peddirajuradha
@peddirajuradha 4 жыл бұрын
Very nice explanation includes both concept programming .Thanks for sharing .
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
You are most welcome
@rockagovkal9065
@rockagovkal9065 3 жыл бұрын
Can anyone share me this code mine is not working showing that it has error while calculating sum
@PandiyanM22PHD064
@PandiyanM22PHD064 8 ай бұрын
how to do like this for bearing fault classification
@mudasirjamil9942
@mudasirjamil9942 2 жыл бұрын
I am getting 0.9+ values in the output. Even though correct_output is set to [0 0 1 1]. I have verified the values multiple times... Can you suggest what could I possibly be doing wrong ???? Thanks
@add-wisehaalathakikatkeanu5342
@add-wisehaalathakikatkeanu5342 2 жыл бұрын
How to save the NN after its creation; hw to use it later on for ex for cross-validation
@muhammadashraf6645
@muhammadashraf6645 2 жыл бұрын
Can I have your email,sir?? Plz
@muhammadbudid7693
@muhammadbudid7693 2 жыл бұрын
Sir, can you explain again why the formula of weight equals to 2*rad(1,3)-1, I still dont know yet where "2" comes from. Thank you
@carda1917
@carda1917 4 жыл бұрын
To the SGD-Method: If I wanted to train a neural network that approximate a function and if I have 50 data points I need also 50 weights?!
@NuruzzamanFaruquis
@NuruzzamanFaruquis 4 жыл бұрын
I am sorry I didn't get your question properly.
@carda1917
@carda1917 4 жыл бұрын
@@NuruzzamanFaruquis It's fine. I got it. The SGD-Method you implemented and explained - Isn't it just the GD? I didn't get where you just take a random part to calculate the gradient
@rafaaracabral
@rafaaracabral 3 жыл бұрын
`Can u tell us the bibliography?
@saifullahkhalid5162
@saifullahkhalid5162 4 жыл бұрын
I think there is some issue in training.m. I had to change Weight= 2*randi(1,[1,3])-1; to run it correctly.
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
I will recheck. Thank you for the comment.
@muhdfaris5859
@muhdfaris5859 Жыл бұрын
can matlab build an deepfake detection???
@azmanman3454
@azmanman3454 4 жыл бұрын
Thanks for such wonderful video, the explaination is superb and easy to understand. I have 1 question, during initializing the weight , the formula is weight = 2*rand(1,3) - 1 , why needs to times 2 and minus 1 ?
@NuruzzamanFaruquis
@NuruzzamanFaruquis 4 жыл бұрын
To make sure getting non-zero and non-negative values. Thank you for watching my videos.
@azmanman3454
@azmanman3454 4 жыл бұрын
@@NuruzzamanFaruquis Thanks sir
@Ab.zebi12
@Ab.zebi12 4 жыл бұрын
i needthe next part of this video multilayer neural network
@suleimanbashiradamu
@suleimanbashiradamu 4 жыл бұрын
Very rich presentation and informative. Thank you very much.
@NuruzzamanFaruquis
@NuruzzamanFaruquis 4 жыл бұрын
So nice of you
@debashisbiswal6798
@debashisbiswal6798 Жыл бұрын
Well explained every concepts and that programs through matlab. Yes i subscribed.
@dodgeridersrt5650
@dodgeridersrt5650 5 жыл бұрын
If i want to apply this but my input is images ... how can i feed it to the neural network ? Please help :)
@ghaliahmed
@ghaliahmed 5 жыл бұрын
good job Excellent introduction to neural network basics, keep up the great work! very good friend! keep going .....
@SandeepGaikwad
@SandeepGaikwad 4 жыл бұрын
This is one of the best video of ANN. Thank you so much, sir, for clearing my doubts
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
You are most welcome
@knowledgeclub4441
@knowledgeclub4441 7 ай бұрын
Hi I need your assistance please
@abdousli2670
@abdousli2670 2 жыл бұрын
Thanks you for useful méthode if explanationشكرا
@khurramaziz2430
@khurramaziz2430 5 жыл бұрын
Please make more Lectures on Neural Networks using MATLAB ASAP
@rothchanmithona8642
@rothchanmithona8642 3 жыл бұрын
Appreciated your hard work. Anyway I had a question "How to know the correct output of the input" since using SGD method mean we already knew the correct output. If I want to use ANN to find the correct output of any input without knowing the correct output which method should I use??? Thanks in advance.
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
Thank you for the appreciation. If the output is unknown, then you have to use unsupervised learning.
@rothchanmithona8642
@rothchanmithona8642 3 жыл бұрын
Anyway do you have an explanation video about unsupervised learning in your Channel??
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
I am sorry to say I do not have any video on unsupervised learning.
@rothchanmithona8642
@rothchanmithona8642 3 жыл бұрын
Thank you anyway 😊😊
@aaronmailhot9370
@aaronmailhot9370 4 жыл бұрын
Thank you for the GREAT introduction video Sir, your content and pacing are excellent! I did have one point of confusion I was hoping you could clarify in your 2-layer example at approx. 8:30 in the above video: You describe the second row of the weight matrix [3 1; 2 4] as being 'the weights of the second layer' (which your annotation also shows), but these two numbers do not make sense from my perspective. I believe that rather the weights of the second row ([2 4]) are the weights between the inputs and the bottom node in the first hidden layer. I.e. I think your further explanation at approx. 8:50 is correct on this material, but it is just incongruous with your explanation at approx. 8:30. Regards and thanks again!
@silvalorraine
@silvalorraine 4 жыл бұрын
That's true! I guess, he means that the weights of the second node i.e [2 4] in the first layer are taken as the second row.
@geomatictutorials5526
@geomatictutorials5526 4 жыл бұрын
Am impress by the way you explain. keep it up Sir
@NuruzzamanFaruquis
@NuruzzamanFaruquis 4 жыл бұрын
Thanks a lot
@ShafiqIslam
@ShafiqIslam 8 ай бұрын
very good... Did a fabulous job. May Allah bless U !
@nanazeethiopia2892
@nanazeethiopia2892 5 жыл бұрын
Very Nice! Thanks a lot. Your presentation is amazing !! Keep going please.
@michael498176
@michael498176 3 жыл бұрын
Great tutorial! Is the algorithm able to accurately predict the output using a different input from the input in the training set?
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
As long as it is possible for a single layer neural network, yes, you can use other values. However, single layer neural networks have limitations.
@zahraakhalid4230
@zahraakhalid4230 Жыл бұрын
سلام عليكم بس هاي مال xor لو لا؟
@youghi
@youghi 3 жыл бұрын
can we solve the iris flowers problem with this way you described here ?
@eliech6411
@eliech6411 5 жыл бұрын
Can you make an RBF network example please?
@ayadsobhan6195
@ayadsobhan6195 3 жыл бұрын
Sir pleass i need heelp me pleass
@bismasaqib7143
@bismasaqib7143 3 жыл бұрын
I want to make a report on machine learning using the matlab software I m ready to pay
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
You can email me at faruquizaman27@gmail.com
@souravb613
@souravb613 2 жыл бұрын
Great to know that you are a bengali . I m too. Liked your video very much.
@ummeynayema980
@ummeynayema980 3 жыл бұрын
Excellent idea share 🥰 Thank you
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
Thank you.
@akramdawood2477
@akramdawood2477 4 жыл бұрын
thank you ,your explanation is great
@NuruzzamanFaruquis
@NuruzzamanFaruquis 4 жыл бұрын
You are welcome!
@FF-fu9nr
@FF-fu9nr 4 жыл бұрын
I didn't understand why you wrote: Weight = 2*rand(1,3)-1; in 25:22...
@ajeetkumar-ky5ek
@ajeetkumar-ky5ek 4 жыл бұрын
I think you should teach English xcent to weak students like me. Some super star become all black and make astonished to other. Mind blowing explaination.
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
Thank you for your inspiring comment. I wish I could manage some time to prepare lessons on English accent.
@imranyar5951
@imranyar5951 5 жыл бұрын
Wonderful lecture ...sir I did it but the result produce is not matching with desire result. My Nnetwork generate 1 in every case what could be the reason ?
@michaelmwasela5249
@michaelmwasela5249 Жыл бұрын
Bro, your content is amazing, thumbs up
@nalinikarchi9350
@nalinikarchi9350 4 жыл бұрын
trained_network .mat is saved as trained_network.asv
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
The '.asv' is a autosaved file. You are mixing up the '.mat' and '.asv' files.
@ИсмоилОдинаев-й2я
@ИсмоилОдинаев-й2я 3 жыл бұрын
Thank so much!!!! I found what i wanted to found.
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
Glad I could help!
@አራጌደጉ123ቻናል
@አራጌደጉ123ቻናል 3 жыл бұрын
10Q
@ezzianehassane1127
@ezzianehassane1127 4 жыл бұрын
Thanks Dr for explanation ... Please, I want a code of neural networks to check the diagnostic faults . We have an electrical transformer and it has many faults And every corruption has its own behavior Suppose we choose four types of faults and each type we try 50 times and each time we take the data for that attempt (we have 200 datas). We enter these data (for example, we enter 160 data and leave 40 for testing) Then we train the neural network on these faults (data entered), but we enter the data according to the fault pattern, for example: the first damage: 40 data and the second damage: 40 data, and the third damage: 40 data and the fourth damage: 40 data. After the training process We are experimenting with new data from 40 which the rest we have Then we ask the neural network to identify it and classify it for any type of malfunction (is it a type of first, second, third, or fourth damage) Please answer .
@komailmehrgan9359
@komailmehrgan9359 2 жыл бұрын
TNX 😍
@ananthakrishnancg6285
@ananthakrishnancg6285 4 жыл бұрын
Super class....understood well..thankyou sir
@bishnukumar5790
@bishnukumar5790 Жыл бұрын
I love this ..
@nelsontraquinho981
@nelsontraquinho981 3 жыл бұрын
Good explanation, it will be a pleasure to meet sir. God bless you
@duvandeswantara9111
@duvandeswantara9111 3 жыл бұрын
why the implementation in matlab does not use bias?
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
I didn't use it to ensure simplicity.
@NoureddineBelhani
@NoureddineBelhani 3 жыл бұрын
thank you very mach it is verry helpful
@TylerDurden-zv2lt
@TylerDurden-zv2lt 4 жыл бұрын
You are my new hero. God bless you bro
@NuruzzamanFaruquis
@NuruzzamanFaruquis 4 жыл бұрын
Thank you.
@cayanaraycaudhuri
@cayanaraycaudhuri 5 жыл бұрын
Thanks. Bujhte subidha holo. Jodi time series nie kono lectures koren bhalo hoe.
@chih-tengshen9587
@chih-tengshen9587 3 жыл бұрын
Thank you very detail. :)
@chandrakant9122
@chandrakant9122 4 жыл бұрын
how can I download and install neural designer software?
@Futureworld-AD
@Futureworld-AD 4 жыл бұрын
،I have problem with prediction Could you help me This problem While training, R2=1 turns out. Testing is very low. How can to prevent that
@nag9502
@nag9502 4 жыл бұрын
Thank you very much sir, your video lecture are very useful, if you have video lecture on multiple object detection using deeplearning, please upload.
@sanaekhanboubi6436
@sanaekhanboubi6436 4 жыл бұрын
great thanks for you for your effort to transmit all this information with us and with simple methode i sooo like and it's help me to understand the basics of NNA , i wanna just ask you these qst: why you are repeating the inputs matrix in testig script. and if we add the error function and delta instruction dweight we'll found by end a convergence closer to the correct outputs.
@NuruzzamanFaruquis
@NuruzzamanFaruquis 4 жыл бұрын
Glad it was helpful! However, I couldn't understand your question. Would you please be for specific?
@ChandanaGouriTekkaliPHD
@ChandanaGouriTekkaliPHD 3 жыл бұрын
Thank you for such a nice explanation.. And I have a doubt regarding deep q learning.. I am doing research work and working with Deep Q Learning.. Can I apply dataset ( with 300000 records) to DQL? Sir , I need your help to clarify my doubts. How Can I Contact you in this regard.
@hadishafiee235
@hadishafiee235 Жыл бұрын
Excellent explanation for single layer of Neural Network
@josemanuelvasquezrequejo9757
@josemanuelvasquezrequejo9757 4 жыл бұрын
excellent, thanks for share
@NuruzzamanFaruquis
@NuruzzamanFaruquis 4 жыл бұрын
Thanks for watching!
@amitdravid4383
@amitdravid4383 4 жыл бұрын
Very, nice explanation
@NuruzzamanFaruquis
@NuruzzamanFaruquis 4 жыл бұрын
Glad it was helpful!
@raminmdn
@raminmdn 4 жыл бұрын
Many many many videos and tutorials claim to teach neural networks from the very basics, but they fail to get even close to what you did in this video. Please continue the good job.
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
I am truly inspired. Thank you for such inspiring comment.
@KZ.Candle
@KZ.Candle 4 жыл бұрын
How cool is that ,you are a mazing ,thanks sir (dhanyavaad bhaee)
@saritpravasahoo4589
@saritpravasahoo4589 4 жыл бұрын
Sir, when we used nntool for prediction
@NuruzzamanFaruquis
@NuruzzamanFaruquis 4 жыл бұрын
I didn't get your question.
@austinetoochi176
@austinetoochi176 Жыл бұрын
This is brilliant, to say the least.
@youghi
@youghi 3 жыл бұрын
thank you very much for your lecture , it was awesome .
@jayalaxmics8239
@jayalaxmics8239 3 жыл бұрын
sir how to get external input
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
I am little confused. Would you please explain what do you mean by 'external input'?
@danielzhang3070
@danielzhang3070 5 жыл бұрын
It is not SGD, it is vanilla gradient descent.
@zakars2265
@zakars2265 3 жыл бұрын
Waw man, think you so much
@peddirajuradha
@peddirajuradha 4 жыл бұрын
can u explain how this eqn is taken weight = 2*rand(1,3)-1
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
It is explained in the video.
@AmjadKhan-do8jf
@AmjadKhan-do8jf 3 жыл бұрын
Sir, I have few questions If u may guide me I ll be obliged: 1.How many iterations will it require reach the actual value to the desired value 2.What will be the value of weights at the termination 3. How I ll plot the error graph please help
@Rahulpal-mx7hz
@Rahulpal-mx7hz 4 жыл бұрын
baki sb achha hai pr fake accent use na krte to or achha hota.
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 жыл бұрын
मेरे भाई, यह मेरा वास्तविक खाता है।
Implementation of Batch Method
15:11
Nuruzzaman Faruqui
Рет қаралды 16 М.
Artificial Neural Network (ANN) modeling using Matlab
35:14
RESEARCH HUB
Рет қаралды 81 М.
Incredible: Teacher builds airplane to teach kids behavior! #shorts
00:32
Fabiosa Stories
Рет қаралды 11 МЛН
Every parent is like this ❤️💚💚💜💙
00:10
Like Asiya
Рет қаралды 18 МЛН
Deep Learning using Matlab
20:14
Nuruzzaman Faruqui
Рет қаралды 99 М.
But what is a neural network? | Chapter 1, Deep learning
18:40
3Blue1Brown
Рет қаралды 17 МЛН
Neural Networks in Matlab: Part 1 - Training Regression Networks
7:55
Incredible: Teacher builds airplane to teach kids behavior! #shorts
00:32
Fabiosa Stories
Рет қаралды 11 МЛН