Hello sir! I am currently in final year of B.E IT engg and doing a deep learning based project. I need advice on your behalf. Please let me know how to contact you. Thanks🙏🏻
@sharmilendransathiyamoorth105814 күн бұрын
This find is a Gem!! Thankyou
@malihatunnesa397222 күн бұрын
thanks a lot
@joshuajayn.javier5474Ай бұрын
Thank you so much for such a detailed explanation
@tilkeshАй бұрын
Thx
@s122992 ай бұрын
Can i use this code for animal recognition
@asthakesarwani13822 ай бұрын
after executing ths: !darknet/darknet detector train Image_Dataset/labelled_data.data darknet/cfg/yolov3_custom.cfg custom_weight/darknet53.conv.74 -dont_show -map i did not get any epoch files to my backup folder please help i have to submit my project in my college.
@SadiaAyoub-y8v2 ай бұрын
Sir, My final year project is related to Automated Fruit Ripeness Detection using Deep Learning model. There will e at least four fruits , we have to train model to classify fruit either Underripe, ripe or overripe. Can you please help me. Can I make a GUI we-based in Flask in Google Collab??? or I should make Web Flask app using VS code and then integrate my model at Google Collab? Which will be more convenient for me? One more thing in your video there are two cases(happy or not happy) and you kept it binary. Is there any ternary option available for three classes? underripe, ripe and overipe?
@akhin51992 ай бұрын
Bro doing this ubundu or windows is poossible to doing wind
@Rati826232 ай бұрын
The best video ever🙏
@satishb99753 ай бұрын
Thank you 👍🏻🎉 for easy tutorial of CNn
@satishb99753 ай бұрын
One of the best video on Nlp🎉 thank you for the tutorial ❤
@johnmuchori66053 ай бұрын
so helpful.I'm glad Sir
@vilakshanpanchal3 ай бұрын
🎯 Key points for quick navigation: 00:14 *Train a neural network to classify mood (happy/not happy) using custom images from Google Photos.* 01:34 *Organize images into training, testing, and validation folders for efficient model training.* 05:31 *Use `ImageDataGenerator` in TensorFlow to preprocess and label images automatically.* 09:00 *Design a convolutional neural network (CNN) for image classification, including convolutional and max pooling layers.* 11:19 *Compile and train the model using binary cross-entropy loss and RMSprop optimizer.* 13:55 *Achieve 100% accuracy on a small dataset; discuss implications and potential improvements.* Made with HARPA AI
@PalwinderGill-i4v4 ай бұрын
Sir, i want to know that which model the CNN model used in this video is inspired from?
@sphelelelubanyana17504 ай бұрын
i want The song name 11:31
@asfakhan1124 ай бұрын
to the point video.👏
@miguelarconi91554 ай бұрын
You are Amazing!!!! This is the first Relu explanation on KZbin that I've ever found that is actually acceptable for beginner tutoring. You have no idea how big the difference is between your video and what else I've scoured for over the years. Thank you thank you thank you! This video makes every other Relu explanation look like total nonsense. You are the best!
@anasssofti92714 ай бұрын
Thanks for the video, i got the concept, but regarding the number of operations in 2:48 are you talking about FLOPs if so, we still need to take the addition operation into account, or are you referring to MACs
@Jay_hub4 ай бұрын
Please post the source code of this.
@jerrymavashev98855 ай бұрын
Hey, I like your video a lot. However, at 4:30, how exactly did you call this image from your folder? I can't quite seem to figure it out as you didn't show exactly how you called it. Also, when I type in "img = image.load_img("basedata/train/happy/3.PNG"), it's telling me that the file isn't found and there is no such file, even though there is since I created it. Lastly, when I type in "plt.imshow(img)", it's telling me that the name 'img' is not defined. Please help...I'm following your video and this is throwing me off. Thanks
@inhibited445 ай бұрын
this is very helpful. I bet if you were picking sad and happy from pictures of friends, the error goes up because too much variation in the photos
@thesoul20866 ай бұрын
Best explanation on the internet.
@pranjaliraut2056 ай бұрын
18:50 There is nothing in train.txt and test.txt how to solve that problem
@pranjaliraut2056 ай бұрын
20.31. Where is the darknet53.convo.74 file
@KishwarMazhar_236 ай бұрын
Thnx sir ❤
@AkashBiswas-r2l6 ай бұрын
why 8*8, not 12*12 to find the total number of multiplication ?
@techgenius6147 ай бұрын
Can u please share the link of notebook
@Vivek-wn6ii7 ай бұрын
clear explanation, thank you so much
@agnishpaul86837 ай бұрын
Sir can u provide us the code
@rohinimahadevan69547 ай бұрын
Pls tell how to create classification report for this? @whenmathsmeetcoding1836
@deafxgod60307 ай бұрын
Thank you for your video, great explanation
@monarch6t98 ай бұрын
🥰🥰 bhai maja agya thank you vmro
@UdhamsArtAndCraft8 ай бұрын
Thankyou brother Thankyou ❤️ 🙏 💙 🙌
@hasrat178 ай бұрын
Wooo ... Beautifully explained. Thanks
@huzaifashah23908 ай бұрын
Watching it too. I have not found such simple explanation
@sachinborse41788 ай бұрын
Please make one video on bert model with such custom dataset sir it will really help me and our subscribers family 🙏🏻
@akshayvasav24979 ай бұрын
This is a great video there is no explanation of backpropagation in theory video only a feedforward explanation is there
@akshayvasav24979 ай бұрын
This is a great video. Understood every step of feed-forward network. Where is 2nd part? is it uploaded? Could you please provide a link?
@shubhammishra87609 ай бұрын
Quality Content ...Keep Going Sir
@afiatasnim88489 ай бұрын
Thank u. this video has helped me twice.
@projects2219 ай бұрын
how to install darknet in local system?
@tharunkumar64059 ай бұрын
Hi all, Could someone help me how to resolve the below error? line 15: layer_out = net.forward(last_layer) error: error Traceback (most recent call last) Cell In[15], line 1 ----> 1 layer_out = net.forward(last_layer) error: OpenCV(4.9.0) D:\a\opencv-python\opencv-python\opencv\modules\dnn\src\layers\fully_connected_layer.cpp:216: error: (-215:Assertion failed) srcMat.dims == 2 && srcMat.cols == weights.cols && dstMat.rows == srcMat.rows && dstMat.cols == weights.rows && srcMat.type() == weights.type() && weights.type() == dstMat.type() && srcMat.type() == CV_32F && (biasMat.empty() || (biasMat.type() == srcMat.type() && biasMat.isContinuous() && (int)biasMat.total() == dstMat.cols)) in function 'cv::dnn::FullyConnectedLayerImpl::FullyConnected::run'
@suyashrahatekar49649 ай бұрын
Everything was fine until you hard coded the thresholding values . This hit and trial is difficult especially with an actual dataset.
@muhammadhasil275710 ай бұрын
anyone following along using the label studio app which is newer version of labelmg should just annotate their dataset and then press exposrt scroll down and then click export in yolo format and then follow along
@tjtj112210 ай бұрын
Tensorflow 3.7 only available
@tjtj112210 ай бұрын
Python genrade error please kindly help me
@omanshsharma679610 ай бұрын
thanks bhai
@aadi744810 ай бұрын
Awesome video! Thank you for simplifying things so well.
@-DivyaR10 ай бұрын
What if we have a multiple label...what should i give in class_mode ?