Hi, How can we see the accuracy chart of the validation test set? How can we see the incorrect pictures in the test set? Thanks a lot
@mohammedzia10153 жыл бұрын
I have one question, the VGG16 model would have been trained for this type of Dataset ? I mean for the classes Benign and Malignant ?
@dishachakraborty97693 ай бұрын
I need help. I don't have separate train, test and validation data for my dataset on Kaggle. The dataset only has 3 folders - Normal, Benign and Malginant which contain images but no subfolders for train and test.
@komaldaoud34453 жыл бұрын
how can we use grid search cv with model.fit??
@sayansaha53483 жыл бұрын
Thanks bhaiya can you please make a separate video for the prediction part only
@umanggupta10032 жыл бұрын
Can you show end to end code with model.Predict() to verify the results?
@anchalsharma61638 ай бұрын
Hloo sir can you help ke for plot graph
@rohit_mondal__3 жыл бұрын
Sir if you could explain the vgg.input thing we are putting in the inputs section of the model !
@sherin7444 Жыл бұрын
1 question.Lets say in my train file couple of images are not of 224*224 .How can we convert them to standard size
@pavantripathi18902 жыл бұрын
Can you please show how to predict on a new image.
@rakeshsahoo37112 жыл бұрын
Can u apply k-fold cross-validation for this
@TitoWPurnomo2 жыл бұрын
I've run code with jupyter-lab but during training process always appears statement "the kernel appears to have died. it will restart automatically" . do you know the solution?
@vanshajgoel87832 жыл бұрын
InvalidArgumentError: Graph execution error: -->Any idea why this error is coming ??
@NachiketaHebbar2 жыл бұрын
Normally you get this error when there is a mismatch in the number of data classes that you defined in model and the one which you are actually giving it. Double check the input shape, target size , number of dataset folders and the number of output layers
@alexomelak42009 ай бұрын
Sir ,help me please? I was doing gray scale image classification using VGG16. their is an error when I update the code from vgg = VGG16(input_shape=IMAGE_SIZE + [3], weights='imagenet', include_top=False) to vgg = VGG16(input_shape=IMAGE_SIZE + [1], weights='imagenet', include_top=False). help me please
@minakshisonawane59293 жыл бұрын
sir can u help me when i create folder but i have error .
@darshitavijayakumar20213 жыл бұрын
I'm getting that the object is not callable . Please help me
@ashikroy46182 жыл бұрын
Hi Nachiketa, Thank you for your tutorials. I am a beginner, and I am wandering why didn't you use Validation and Test, both of the datasets to evaluate your transfer learned model? Thanks
@swatimishra1555 Жыл бұрын
I am also not getting validation accuracy and loss because they n have not to use a train test split. I really don't know how he is getting validation accuracy and loss for the model. Plz, include this in the code.
@swatimishra1555 Жыл бұрын
Hi Nachiketa, plz clear this doubt
@leo7662 Жыл бұрын
@@swatimishra1555when u r writing u just need to write validation split =0.2 that will automatically take 20% of our data as validation set randomly so u will get both validation loss and accuracy
@bhavukthakur95013 жыл бұрын
sir, when you do ImageDataGenerator step how many images we get? Like, if we have 10 image in train dataset and we apply rotation_range, width_shift_range, height_shift_range=0.2 so we get 30 images or just 10 images?
@girimadhavchowdhury1281 Жыл бұрын
I could not able to resize my input into 224*224*3... Can any one help me on this
@aninditasaha0307 Жыл бұрын
Hi... Can anyone send me the confusion matrix code for this prob?
@byDes3 жыл бұрын
Hi! How did you split the train, val, and test dataset?
@sololife94032 жыл бұрын
if you download the dataset from kaggle, you will find out that the train and test sets were already split for us. but i did not find val , though
@Megh932 жыл бұрын
getting error in model.fit_generator
@sagnikroy64053 жыл бұрын
Thanks @Nachiketa . Really helped. One question , what does the .h5 extension is for?? Storing trained NNs??
@NachiketaHebbar3 жыл бұрын
Yeah, it stores the model architecture and weights
@jaideeppanwar27303 жыл бұрын
hey.....can we make a gradio app on this ......i mean it will the same process ....that u showed in the earlier video ?
@NachiketaHebbar3 жыл бұрын
Yes, you can. I had shown an inception model in that video, you can just replace that by this vgg model. It will work
@hamzanaeem48383 жыл бұрын
What if we don't use steps per epoch and validation steps ? Can we use model.fit only if we don't apply augmentation.
@sagnikroy64053 жыл бұрын
I guess YES, as the fit_generator is deprecated in the newest version of tensorflow or keras.
@nikolaostziokas68473 жыл бұрын
Great video. I have only one question. What are the dimensions of your training and test images? Do they have to be 224*224 before you import them into the algorithm?
@shreypatel37823 жыл бұрын
NO.
@sherin7444 Жыл бұрын
VGG16 expects img size to be 224*224
@madhukanadeeshani69823 жыл бұрын
Hi it's great .can you please share the code and link of the dataser
@NachiketaHebbar3 жыл бұрын
Already there in the description
@reemalmijmaj32152 жыл бұрын
This video save my life :)) Thanks a lot !!
@vanillasky18423 жыл бұрын
So if I'm using grayscale images,where should I make the changes?
@NachiketaHebbar3 жыл бұрын
in the input shape. Instead of 3 as the depth of image, use 1.
@syedzoofa87113 жыл бұрын
Ur videos have helped me a lot.. Thank u
@byDes3 жыл бұрын
Hello, this helped me a lot! I hope you could also make a tutorial for medical images using mobilenetv2
@OpeLeke2 жыл бұрын
Great Video, it's skin lesion dataset not skin cancer.
@shivambaldha39142 жыл бұрын
Very very useful for me , thank you :)
@rasanjalirathnayake88732 жыл бұрын
Instead of classification do something related to deep learning with regression analysis please.
@kaouthergacem81357 ай бұрын
your video helped me a lot thank you
@adarshrkr93553 жыл бұрын
Bro when im doing prediction im only getting class 0 for all my test data Any idea?
@NachiketaHebbar3 жыл бұрын
If your test accuracy is good, then most probably the mistake you are making is in pre processing the input. For example, if while training you are rescaling the input or something else, then you have to do the same on an image before making predictions also.
@adarshrkr93553 жыл бұрын
@@NachiketaHebbar ok bro thankyou will try that out
@simonegasparella12283 жыл бұрын
Hi Sir, after training how can we make a prediction in one specific picture? Can you share the code ? Thanks
@simonegasparella12283 жыл бұрын
@@NachiketaHebbar Can you provide the code for making a prediction on a single image? THANKS
@pranshusharma20303 жыл бұрын
Sir Using transfer learning in various dataset we ar getting same value for all the datsets, how to process our inputs for predicting can you please do it sir, It will be of great help
@plabmadeeasy3 жыл бұрын
You've got a subscriber!
@shivamkashyap62073 жыл бұрын
can you make a video on covid 19 detetection using chest xray using transfer learning
@bihanbanerjee2 жыл бұрын
thank you
@Ticitacapepguordiola2 жыл бұрын
Where can i find the fucking dataset
@casterwill01 Жыл бұрын
Check the fucking decsription
@saisingireddy23597 ай бұрын
💎🛐
@gunnu613 жыл бұрын
x = Flatten()(vgg.output) prediction = Dense(6, activation='softmax')(x) model = Model(inputs=vgg.input, outputs=prediction) model.summary() getting this error: Attempt to convert a value (None) with an unsupported type () to a Tensor
@leenaselvamani90652 жыл бұрын
Can you help me if I try to fit my model it says kernel is dead what shld I do for this prblm