Convolutional Neural Network in Matlab

Поділитися
Вставка
  • Опубліковано 21 вер 2024

КОМЕНТАРІ • 357

  • @mohamedabdallah400
    @mohamedabdallah400 4 роки тому +1

    You are a genius, please don't stop, please continue, I am Arabian and I am not very good in English but I understand every thing from your pronunciation

  • @awais2451985
    @awais2451985 5 років тому +3

    one of the best tutorials on implementation of CNNs. Thank you so much. God Bless you.

  • @fadiliqbal8329
    @fadiliqbal8329 5 років тому +8

    Hey man, thank you so much for making these videos. Your English is amazing and your teaching style is brilliant. I am following your courses this week and it has been very helpful! Much love from Sri Lanka

  • @Mba12509
    @Mba12509 5 років тому +2

    I dont know who you are but this is the one of Best lecture in the UA-cam thank you bro go on May Allah bless you

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  5 років тому +2

      Thank you Mohammed. These encouragements are what keep me going.

  • @ashikeshan1529
    @ashikeshan1529 6 років тому +1

    Very nice explanations and graphical presentation. Makes so much easier to understand. Thanks

  • @gengli681
    @gengli681 6 років тому +2

    Thanks for your tutorial. I follow the tutorial and learned a lot. And I find the accuracy is always if epochs is 3. But the filters are initialized randomly, so the accuracy should be a little different, I think.

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  6 років тому

      I am glad that it helped you. The accuracy enhancement of ConvNet is an excellent research topic. You can work on different papers about accuracy enhancement in different conditions.

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

    Best tutorial on CNN!

  • @nomadiccloud1529
    @nomadiccloud1529 4 роки тому

    A very clear lecture. A great resource for new learners.

  • @xingcui8680
    @xingcui8680 5 років тому +2

    very nice ! hope future video have more about deeplearning!

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  5 років тому

      Thank you.
      It will be a complete course on Deep learning starting from definition of machine learning (completed) all the way to single layer neural network (SGD, Batch and Mini-batch), multi-layer neural network, classification in multi-layer, Deep Learning (completed), ConvNet (completed). I will end the course by showing how to moderate Alex net to train CNN to recognize anything.

  • @GauravDhage
    @GauravDhage 5 років тому +8

    Can you please explain training code

  • @عبدالوهابفوزى-ث8ط
    @عبدالوهابفوزى-ث8ط 3 роки тому +4

    Great work bro, Is there any direct link to download the MatLab code?

  • @troghlem352
    @troghlem352 5 років тому

    Real and Honest thanks! You helped me a lot. I traduced this whole program to scilab, and this helped me a lot to understand how it works. I can only advise other readers to do so. I might post a link my code and some details here if I have the time.

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

    Very precise. Thank you very much. you saved me from the misery of my final year project T_T

  • @miguelramirez4037
    @miguelramirez4037 5 років тому

    God Bless you. Thank you for sharing your knowledege.

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

    Hi sir, Thank you for your video

  • @tanviralam4609
    @tanviralam4609 5 років тому +1

    Great video Mr.Nuruzzaman. Keep it up.

  • @renukadevi1000
    @renukadevi1000 4 роки тому

    Very good explanation on CNN using Matlab. I'm doing my research in human expression detection using deep learning(CNN). Kindly send me the Matlab codes for the above explained concepts. It would be great help to proceed my research with good understanding.

  • @sollybennet3387
    @sollybennet3387 4 роки тому +1

    Sir, Thank you very much for the video. I have implemented your code on MNIST and it worked well. But I have a doubt in implementing the same for character data set. If I have character image of different size other than 28 * 28 ( say 60*60) and 46 classes then what are the corresponding changes I have to make? What should be the weight matrix ? Hidden layer of how many nodes ?

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

    Great work! I really learn a lot. Thanks for sharing your knowledge.

  • @yyren012
    @yyren012 5 років тому +1

    Hi sir, Thank you for your video.
    I'm currently working with wood defection detection and classification using CNN. I already got 3 types of wood defection data and i'm wondering how do I write the coding for training? In this video, you didn't explain the training coding. Could you please explain the training code? Sincerely appreciate.

  • @lalitbindra1087
    @lalitbindra1087 4 роки тому

    Thank you for the explanation. I am working on my final year project and wanted to know if cnn can be used to detect roi in thermal images.

  • @pavanim9147
    @pavanim9147 10 днів тому

    i want this code. i want to implement my own data using CNN. sir your video is excellent. but code is somewhat missing. can u send me the code

  • @robinschafer597
    @robinschafer597 4 роки тому

    Tank you for the whole playlist on this topic. Awesome work!!! Did you publish your scripts and functions for interactive learning?

  • @snb4799
    @snb4799 4 роки тому

    Sir thank u for everything
    You prepare perfect video , I learned so many thing and
    I am grateful to you for what you did.

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

    Could you please help me about these questions:
    How can implement this federated learning?
    How can i take gradient of the pics to implement federated learning?

  • @bfly2121
    @bfly2121 4 роки тому

    Great video! The simple explanation of CNN at the beginning real solidified my understanding of how this works. In line 6 of "loadMNISTLables" what errors might occur? Im trying to run this code to get an idea of how it works but I'm getting the error code for that line when running it.

  • @abdulrahmankhalid8788
    @abdulrahmankhalid8788 4 роки тому +2

    first of all I really thank you for your valuable lessons... I just wonder if you can upload the Matlab codes so we can follow them step by step ... they are too long for such beginners like me... thanks again

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  4 роки тому

      Thank you for the appreciation. I will share the code once this course will be completed.

  • @rameshjaganathan6444
    @rameshjaganathan6444 5 років тому

    Thank very much for your excellent explanation about CNN. I'm doing my research on image processing. Can u suggest me how to use for image segmentation.

  • @NavnishGoel
    @NavnishGoel 4 роки тому +1

    Index exceeds matrix dimensions.
    Error in MnistConv (line 22)
    x= X(:,:,k);
    Error in TestMnistConv (line 18)
    [W1, W5, W0] = MnistConv(W1, W5, W0, X, D);
    How to Resolve These Error

    • @ayoubelmj9319
      @ayoubelmj9319 4 роки тому

      did you find how to resolve these Error ?

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

    Thanks for the video it is a great one
    I have encountered a problem on the implementation of the program
    When I have the test script I got an error stating 'Error using reshape Product of known dimensions, 784, not divisible into total number of elements, 1. '

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

    really informative video sir.. Iam working on medical image security. sir please do a video of segmentation of images using CNN

  • @mamoonanisar2035
    @mamoonanisar2035 5 років тому

    I m learning CNN in these days .using Pytorch.please make a video on it.Also my Can CNN use for tumor "segmentation ".Highlighting the tumor from image is required task.

  • @benhamza643
    @benhamza643 5 років тому +1

    Hi! Thanks for this helpful video.I have a question, i have my database of color images with format jpg and with size different to 28*28,and i want to convert them to MNIST to train my network , what i have to do?(is it necessery to resize them to 28*28 or not?) And thank you so much

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

    why did you choose "bsize=100" in MNISTConv.m?
    Thank you

  • @ביתספרחרוץ-רומןגלגור

    thanks allot for your help and explanations. can u attached the matlab code please? thanks

  • @ayoubelmj9319
    @ayoubelmj9319 4 роки тому +2

    how i can solve this problem in testMNISTconv.m ??
    Error in TestMNISTconv (line 21)
    [W1, W5, Wo] = MNISTconv(W1,W5,Wo,X,D);

    • @eylulmood4830
      @eylulmood4830 4 роки тому

      i have the same problem did you solve it plz t..

    • @ayoubelmj9319
      @ayoubelmj9319 4 роки тому +1

      Eylul Mood not yet , i can’t solve it , i was searching for a solution in the last 2 weeks and i got nothing !!

    • @eylulmood4830
      @eylulmood4830 4 роки тому +1

      @@ayoubelmj9319 thank you for answering

    • @eylulmood4830
      @eylulmood4830 4 роки тому +1

      @@ayoubelmj9319 I solved it in Conv function change this line y=zeros(20,20,numFilters);

    • @ayoubelmj9319
      @ayoubelmj9319 4 роки тому +1

      Eylul Mood i change It but i still have the same error, can you send me your code if you can ! ayoubelmejdoub1993@gmail.com

  • @mandyooi9963
    @mandyooi9963 6 років тому +6

    Hi! Thank you for this video.
    I'm currently doing with my final year project, which requires me to identify water puddles. Do you have any idea where can I find dataset of water puddle?
    Also, I'm aware that in order to identify water puddles from photos, I have to separate the pixels using image processing by colours.

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  6 років тому +4

      Mandy Ooi, you asked a very good question. I am not sure whether there is any dataset of water puddle or not. However, preparing such dataset will not be that difficult. Here is how you can do it -
      1) Record 20 videos of 5-10 minutes duration of water puddle from different angle, under different light intensity (morning, noon, afternoon), and in different environment,
      2) Extract the frames from the video (now you have images)
      3) Convert the images into gray-scale image
      4) After that, resize the image using Matlab or OpenCV
      That's it. Your dataset will be ready.
      I will prepare a tutorial for you about it. I hope it will help.

    • @mandyooi9963
      @mandyooi9963 6 років тому +2

      Awesome! Thank you so much, I appreciate it!!

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  6 років тому

      You are welcome

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  6 років тому

      This is data-set pre-processing phase. That means you will apply image processing to your data-set before training the CNN.

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  6 років тому +1

      Mandy Ooi, I have uploaded a video on 'Face Recognition using Matlab'. There I showed how to prepare dataset and load dataset in Matlab. I hope it will help you in preparing and loading dataset in Matlab.

  • @dr.b.srinivas5505
    @dr.b.srinivas5505 5 років тому

    I have inspired for your explanation and video. I request you that, please do video brain tumor segmentation using CNN. thank you sir.

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

    where can we get the codes use in the examples? If feel some places in video it is not possible to type them?

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

    Sir Assalamualaikum, Sir Bangladesh fake currency detection using convolutional neural network in Matlab project Maybe a little better video.
    Wait for your project next video.

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

      Walaikum Salam.
      Thank you for the suggestion. I regret to let you know that I do not have the Bangladeshi Fake Currency dataset. And it is a violation of the law to make fake currency. And thus, it is not possible to prepare the video lesson.

  • @snehalgaikwad6436
    @snehalgaikwad6436 4 роки тому +1

    hello sir, i have to train the characters using hopfield neural network. size of each character is variable as they are handwritten. how to do it??

  • @dr.ahlammajead4287
    @dr.ahlammajead4287 3 роки тому +1

    Thanks very much..can you explain layer and option functions for cnn pleas???

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

    Thanks sir for an excellence presentation , is CNN suitable in data prediction ? or its just only for image recognition

  • @justinjose3067
    @justinjose3067 5 років тому +1

    An extremely helpful video for a beginner like me!.. Can you also upload those matlab codes ?

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  5 років тому +1

      Thank you for your compliment. I am working on uploading the codes. Once it will be done, you will find it in my website.

    • @studywithme8741
      @studywithme8741 5 років тому

      Did you upload the code.?

    • @mohamedelmekawy-rw8vz
      @mohamedelmekawy-rw8vz 5 років тому +2

      @@studywithme8741 You can find codes here at this link ( github.com/Apress/matlab-deep-learning ) in ch.6.

    • @FedePayes
      @FedePayes 5 років тому +1

      @@mohamedelmekawy-rw8vz thank you so much

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

    Dear sir , I got stuck in matlab CNN about the project ,Could u help me to solve it ? I can send u my data . Thanks again .

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

    Thanks, very good you presentation

  • @AakashKumar-dw8ne
    @AakashKumar-dw8ne 4 роки тому +2

    Thank uh sir, my question is how I classfied the retinal images using CNN to find the accuracy of images?? Please explain.

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  4 роки тому +1

      Would you please explain the question a bit. I will little confused here.

  • @abdullahabdurahim8845
    @abdullahabdurahim8845 5 років тому

    thank you , it is best course in deep learning , but the big equation is (how use CNN?) , How can I benefit from this network?

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

    Hello, nice explanation of CNN architecture. I want to know that, can we use CNN in structured dataset. Particularly CNN implement mostly in unstructured data.

  • @الشمستزورالمساء

    What happened in this code If I need to detect a watermark image ?? Thanks sir

  • @ninavaschool6727
    @ninavaschool6727 5 років тому +1

    HELLO ,
    Can you explain what are these codes doing?
    d = zeros(2,1);
    d(sub2ind(size(d),D(k),1)) = 1;
    e = d - y ;
    delta = e;
    e5 = Wo'*delta;
    delta5 = (y5>0).*e5;
    e4 = W5'*delta5;
    e3 = reshape(e4,size(y3));
    e2 = zeros(size(y2));
    W3=ones(size(y2))/(2*2);
    and how can I aotained the result from these codes
    thank you

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

    Hi mister, thank you for your video. I want to ask how to make it in Gui of Matlab?

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

    How to apply this code sir to your previous videos in Classification of fruit Using CNN

  • @gulrukh1386
    @gulrukh1386 5 років тому

    Respected Sir, May I ask about your code that what is used for the following code-lines, please?
    dW1 = dW1 / bsize;
    dW5 = dW5 / bsize;
    dW0 = dW0 / bsize;
    Secondly, also requested, for the following lines as well:-
    W1 = 1e-2*randn([9 9 20]);
    W5 = (2*rand(100, 2000)-1)*sqrt(6)/sqrt(360+2000);
    W0 = (2*rand(10, 100)-1)*sqrt(6)/sqrt(10+100);
    Description of W1, W5 and W0 alongwith dW1, dW5 and dW0.
    thanking you in anticipation.
    best Regards
    gul Rukh Khan

  • @BV2
    @BV2 4 роки тому

    Hello, I think that your training algorithm at the end layer (dW0) needs to be multiplied by the partial derivate of softmax

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

    Thank you so much, sir.
    Do you have an explanation about the detection of brain tumors using deep learning with CNN

  • @vijinap1244
    @vijinap1244 4 роки тому

    Best tutorial for cnn in matlab
    Can u please explain how features are extracted from mri brain images for early diagnosis of alzheimer's disease

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

    Thank you so much!

  • @13공수특전여단
    @13공수특전여단 5 років тому +1

    Dear Mr.Faruqui
    Thank you for your kind and detail explanation. I followed your instruction to see the result. By the way, the 4 plots (Convolution filter and 3 Features) are not shown. These are just shown black. (I think all elements are zero). I made the code exactly same to you. How can I fix this problem?

    • @13공수특전여단
      @13공수특전여단 5 років тому

      I don't know why the matrix A is used in the "display_network.m" code....

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  5 років тому

      I'm sorry to hear that you are having trouble with implementing the code. Please review the code, there must be some kind of syntax error in your code.

    • @13공수특전여단
      @13공수특전여단 5 років тому +1

      @@NuruzzamanFaruquis Thank you for your reply. I found my fault. I made a mistake. In display_network.m code, I wrote: "if k < M". It made me difficult.

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  5 років тому +1

      I'm glad that you could find out reason of the problem.

    • @ravipudiamara6448
      @ravipudiamara6448 5 років тому

      Hello hyesung,
      I am working on this code but I am getting some errors can you please mail me the code .This is my mail id amararavipudi@gmail.com thank you

  • @mahalakshmishanmugam2730
    @mahalakshmishanmugam2730 5 років тому

    Thanks for this useful video. I done this code but there is problem in loading image. The output showed like just 5X4 box.

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

    Best explanation out there! Love this video…new subscriber for u :)

  • @pokemongotrainer7426
    @pokemongotrainer7426 4 роки тому

    i have executed the program it showing error in ploting features.
    Error using exit
    Too many output arguments.
    Error in display_network (line 9)
    if ~exit('opt_graycolor', 'var') || isempty(opt_graycolor)
    Error in PlotFeatures (line 16)
    display_network(x(:));

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

    Thank you for the nice tutorial, but this is pretty complicated and very fast. Where can I find the complete code, then it would be easier for me to follow!

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

    wonderful explanation. keep on

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

    hello sir, If we have only dataset, no labels then which modifications we should do in the code?

  • @12omgomgomg
    @12omgomgomg 5 років тому +1

    Is it anyhow possible to use CNN to automatically detect both purely and barely visible defects in an image? I am at this moment doing my Master's thesis and simply looking for the best algorithms to detect some defects on kind of blurry images (noisy a little bit, as it is a non-destructive testing using microwaves of dielectric structures). Thanks in advance!

  • @abdullahabdurahim8845
    @abdullahabdurahim8845 5 років тому

    GOOD VIDEO ,,Thank you very match

  • @pushpag1572
    @pushpag1572 3 роки тому +1

    Can you send the complete code of this.?

  • @nkamganstanis184
    @nkamganstanis184 5 років тому

    Hi thanks for your Video.
    i am currently working on object detection for my final project. i wish to know how can train my own images of objects(weapons like guns, hammer etc) and then use matlab to detect these object in a crowded scene held by individuals in the crowd.
    THANKS

  • @rashmiranjanrath8619
    @rashmiranjanrath8619 4 роки тому +2

    i need all the matlab file of this video

  • @alphakeeh
    @alphakeeh 5 років тому +1

    It's working only with the 2 number
    The others not why????

  • @saraakhtar104
    @saraakhtar104 4 роки тому

    Hello. I am getting an error message ' The EraseMode property is notnsupported and will error in future release'. Is there an alternate code i could use. Thanks

  • @HH-pu3ow
    @HH-pu3ow 4 роки тому +1

    Thank you for your video! Do you also have something on CNN in matlab with time-series data in stead of images?

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  4 роки тому +1

      Still now, there is no content on time series data. However, I will cover them in upcoming videos.

  • @giyeonlee5842
    @giyeonlee5842 4 роки тому

    I found there is no gradient calculation for softmax function. and when I try to apply softmax gradient on the backpropagation process in the code the result had terrible score 0.2. Could you explain about it?

  • @asmamidassi9287
    @asmamidassi9287 5 років тому

    Hi!Great explanation .
    Thank you for this video. Do you have any idea about implementation cnn for speech recognition?
    Please help.

  • @username42
    @username42 5 років тому +2

    any chance to get the matlab files from the video ?

  • @yellakc
    @yellakc 4 роки тому +1

    Great video tutorial. I really appreciate all the work you have done here. I have copied the code into matlab and I believe I’m working with the same dataset as you have. However, I had to change some small parts of the code (probably due to update to the matlab syntax handling)I’m getting less than 10% accuracy in 3 epochs unlike you (>90%). Is this normal? I couldn’t quite understand how you are updating the weights in the code because it seems you are adding them rather than w(k+1)=w(k) -rho*gradient for GD. I can see that you are using mini batch gradient descent with momentum but, for me momentum is: V(k+1) = beta*V(k) - (1-beta)*gradient and weight update changes to w(k+1) =w(k) - rho*V(k+1). Do you by any chance have the written code for testing purposes since I’m getting a different accuracy? Thank you for your time.

    • @yellakc
      @yellakc 4 роки тому +1

      To be more clear: I have not changed your code before running but, if I were to change it I would use the equations I mentioned for momentum and gradient descent above. I’m really asking for clarification in this case. Thanks.

    • @yellakc
      @yellakc 4 роки тому +1

      Sorry, ***V(k+1)=beta*V(k) + (1-beta)*gradient (not minus in between)***

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  4 роки тому +1

      I understand where the confusion is. I will try my best to prepare an explanation. Would you please email me your concern at faruquizaman27@gmail.com so that I can replay with the explanation?

    • @yellakc
      @yellakc 4 роки тому

      Nuruzzaman Faruqui Yes sir, I will email you right now. Thank you.

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

      @@yellakc from where i can get this code???

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

    How can I do (deltax_1*W1)? or something like that.

  • @geethapavanip6486
    @geethapavanip6486 5 років тому

    hai sir, thank you so much for making these videos and helping us. sir , i have doubt in training can you please give detailed explanation for training of network in some what brief.

  • @ninavaschool6727
    @ninavaschool6727 6 років тому +1

    hello thank you for the benefit videos
    I would like to ask you about implemention of CNN in the positive and negative text sentiment analysis, how can I implement the procedure of CNN on the text ? can you explain the procedure and codes for me
    thank you so mach

  • @dawachyophel
    @dawachyophel 4 роки тому

    I do have a set of downloaded matlab codes for image super resolution and its perfectly running fine with existing datasets and models. But i want to create new model with different datasets and try to run with the existing codes. But i couldn't do so.
    It will be very helpful if you assist in creating model from new datasets in matlab

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

    sir i have error in display_network last line in if condition

  • @raniash3ban383
    @raniash3ban383 4 роки тому

    thanks a lot this is more wonderful but i can not understand display_network function what it do? and how to write the comma in while loop

  • @k.pritamdas2181
    @k.pritamdas2181 3 роки тому

    Sir Please explain :
    What does 'D' in MnistConv.m represent?
    And the line: blist=1:bsize:(N-bsize+1)
    Is bsize the number of hidden layers?

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

    Hello, I am writing from Turkey. How to estimate weight with matlab opencv deep learning? How to calculate kilograms from photos?

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

    i need deep learning based antenna selection for massive MIMO matlab program can you help mee

  • @maramkhalifa4705
    @maramkhalifa4705 5 років тому

    Can you please make a tutorial for hand gesture recognition using CNN

  • @dhaferghani808
    @dhaferghani808 5 років тому

    Wonderful my dear , my question is can apply this cnn on Disease leaves؟

  • @zahoorptcl
    @zahoorptcl 5 років тому

    Sir please elaborate the difference between cnn and dcnn

  • @hohoaz1
    @hohoaz1 5 років тому

    Hi, Thank you very much for the video.
    I have one question about implementing CNN in MATLAB.
    You've implemented the CNN code by your hand, but, as i heard, there is toolbox to implement CNN easily.
    Can you explain the difference between hand writing code and toolbox provided by MATLAB?
    Again, Thank you very much for your kind explanation in this video.

    • @kammelna
      @kammelna 5 років тому

      I think even the toolbox can generate code of the implementation, but I think he used to write his programs himself.

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

    Hello sir! Great lecture. I have a doubt. At 16:48, I cannot understand the filter = rot90(squeeze(filter),2) line. I read up the documentations of those functions but I still can't understand the reasoning behind doing these transformations.

  • @tessapullar1355
    @tessapullar1355 5 років тому

    Hi,
    Firstly, thanks very much this video is incredibly helpful!
    I notice at the end of the display_network.m you have:
    if opt_graycolor
    h=imagesc(array, 'EraseMode', 'none', [-1 1]);
    else
    h=imagesc(array, 'EraseMode', 'none', [-1 1]);
    end
    Is this not redundant?
    Thanks,
    Tessa

  • @vijayakumarelite
    @vijayakumarelite 4 роки тому

    Thank you so much sir for making these videos. i am a beginner to CNN codeing. Therefore, I wanted to learn a code which you've created through fucntions like load batabase, load labels, activation fuctions(ReLu, SoftMax), Convolution, Pool, Load database Convolution, random, Test Convolution, Display and plot too.
    please help me sir. i have tried to get those code's video on internet. but, i couldn't got that.

  • @unnamedunnamed7212
    @unnamedunnamed7212 5 років тому +1

    Hi! Thanks alot for your videos
    I'm currently doing with my final year project, which requires me to identify edge in seismic data using DNN in matlab. Do you have any resources that can help me?

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  5 років тому

      Would you please be a little more specific?

    • @unnamedunnamed7212
      @unnamedunnamed7212 5 років тому

      ​@@NuruzzamanFaruquis Thank you for replying , I need DNN matlab source code help me to train my model that can detect the edge in seismic or public images.
      If there is no DNN source code can you give me CNN source code to detect in public images.

  • @abaasalbasha4575
    @abaasalbasha4575 6 років тому +1

    Hi, thanks for this explain wonderful for video I have a research that is colorization of grayscale images .Do you have any idea about it

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  6 років тому

      Yes, I do. I will upload the video of grayscale to color image conversion shortly. You can look into previous comment. There is another guy, Eman Saleem, working on the same area . Both of you will get a notification when I will upload the lecture.
      Thank you.

    • @abaasalbasha4575
      @abaasalbasha4575 6 років тому

      Nuruzzaman Faruqui Thank you very match

  • @ismailbyibrine5176
    @ismailbyibrine5176 4 роки тому

    thanks for this video, how do we initialize weights ? is there any rules ??

  • @jamsherali3316
    @jamsherali3316 4 роки тому

    sir could you tell me.. can I use conventional neural network for prediction of state of health of battery.. please guide me

  • @bienkichentusaohoa9324
    @bienkichentusaohoa9324 5 років тому +1

    why do we use 20 convo 9x9 filter? where is it come out? Any rule for the filters?

    • @NuruzzamanFaruquis
      @NuruzzamanFaruquis  5 років тому

      You asked a very good question.
      It is an example. You can change the number of filters.

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

    sir can you do matlab simulation of neural network for non linear system with taking some research paper?

  • @muhammad.sanwal
    @muhammad.sanwal 3 роки тому

    Sir can you pls explain the momentum command and epoch command used in your code?