Deep Learning- Handwritten Digits Recognition Tutorial | Tensorflow | CNN | for beginners

  Рет қаралды 84,435

DeepLearning_by_PhDScholar

DeepLearning_by_PhDScholar

Күн бұрын

Пікірлер: 94
@gustavofelicidade_
@gustavofelicidade_ 3 жыл бұрын
I did a test to get a job using this model as base of my technical challenge, many thanks!
@kshitijvarshney
@kshitijvarshney 2 жыл бұрын
The model.add(Conv2d()) doesn't works the same way anymore. the activation function is now integrated as an argument within the function along with a kernel initializer. My code didn't work but after a little finding this worked: model.add(Conv2D(64, (3, 3), activation='relu', kernel_initializer='he_uniform', input_shape=x_trainr.shape[1:])) #convolutional layer
@aparnasahu2835
@aparnasahu2835 11 ай бұрын
Same problem but remain not working
@aparnasahu2835
@aparnasahu2835 11 ай бұрын
Please can you help me
@Kaustubh56
@Kaustubh56 7 ай бұрын
Thanks! This was really helpful! Could you please do a video on generating Transcription of a speech or an interview in English? Saw a couple of such videos but those were clumsy or didn't work.
@gowthamireddykovvuri
@gowthamireddykovvuri 3 жыл бұрын
Thanks a lot sir...❤️ from bottom of my heart ! This video helped me to complete my Project 🤗
@shwetanshusood9450
@shwetanshusood9450 3 жыл бұрын
Smartknower waale😂😂
@rohitpaswan0001
@rohitpaswan0001 3 жыл бұрын
@Gowthami Reddy Kovvuri can you tell me how to do because i also got this same project
@samr405
@samr405 2 жыл бұрын
You're a lifesaver. Thank you.
@AbdulREssani34cP
@AbdulREssani34cP 11 ай бұрын
Very good video, easy to understand. Helped me a ton with my class project
@subhradeepmaji4925
@subhradeepmaji4925 3 жыл бұрын
@DeepLearning_by_PhDScholar It's really a good tutorial. It will help me in my university project. Thank you for your tine to prepare such kind of video.
@yervandyahyeyan5235
@yervandyahyeyan5235 2 жыл бұрын
Thanks for the best tutorial in the world, I have a question, Can you send last video Cell?
@shraddhasumandash5465
@shraddhasumandash5465 Жыл бұрын
Awesome explanation sir . Thankyou for the video
@LakshayBharadwajBIT
@LakshayBharadwajBIT 2 жыл бұрын
I am having validation accuracy of something 0.1 and loss of about 10 whats wrong and even its training itself on 1313 while fitting the model idk why whats happening can someone suggest something. It sould train itself on 42000 sets but instead it is doing that on 1313 sets. For refrence in video at 36:45 a little before that.
@Lyff
@Lyff 2 жыл бұрын
Same. Did you find any solution to that?
@aliengineroglu8875
@aliengineroglu8875 Жыл бұрын
Thank you for your efforts. Did you share the code? I couldn't find it?
@simonlaplace9790
@simonlaplace9790 2 жыл бұрын
there is an error (TypeError: Image data of dtype object cannot be converted to float) when I tried to plot the paint image with plt.imshow(img)
@p.kiranmai2466
@p.kiranmai2466 2 жыл бұрын
same.... did u find the solution??!!
@DD27_27
@DD27_27 3 жыл бұрын
Hi sir, Thanks for your video. Sir I am working on spintronics based neuron and synapse so I have kind of my own Neuron activation function equation and synaptic variation value. I want to test the MNSIT dataset to obtain the accuracy for such hardware models. Can you suggest some possible solution on how to add those as neurons and synapse at the last dense network stages.
@techinfo89
@techinfo89 Жыл бұрын
Your explanation was amazing, sir, thank you so much
@cheems6559
@cheems6559 3 жыл бұрын
Sir, how do u decide the number of layers....is it hit and trial or there is some method behind this
@tanishqrastogi1011
@tanishqrastogi1011 3 ай бұрын
well its been 3 years so i hope you have the answer to this video. can you please tell me how to choose number of layers and units per layer from your experience?
@gustavofelicidade_
@gustavofelicidade_ 3 жыл бұрын
Thank you from Brazil!!!!
@roopsagarteella
@roopsagarteella Жыл бұрын
Learned a lot sir, thank u.
@gueg2298
@gueg2298 Ай бұрын
thanks bro it takes for 10 epoch to work correctly
@narendramanchayala9349
@narendramanchayala9349 2 жыл бұрын
Bro At last you saved the images of numbers through paint Is there any pattern like where to save this bcoz I’m getting type error after saving and giving them
@jonas1351
@jonas1351 Жыл бұрын
have you found a solution?
@minhhai3559
@minhhai3559 3 жыл бұрын
Thank you so much, can you give me your code... i get error at step training model
@ramamunireddyyanamala973
@ramamunireddyyanamala973 2 жыл бұрын
Thankyou Sir , your explanation is very good
@ampreagent
@ampreagent 11 ай бұрын
Great explanation!
@abdimoussa4220
@abdimoussa4220 3 жыл бұрын
Hello and thanks for your videos Because it's helps me a lot and I would like that you make us a video with speech-recognition thanks also
@shubhampatel4426
@shubhampatel4426 3 жыл бұрын
super cool and very informative, love from india : )
@oxydol3456
@oxydol3456 3 жыл бұрын
it's clear and easy to follow thanks
@jahanvi9429
@jahanvi9429 2 жыл бұрын
Thank you very much! It was of immense help
@milindsoorya5870
@milindsoorya5870 3 жыл бұрын
at 24.05 why did you resize the image? Why an extra 1 dimension?
@yogeshdange7210
@yogeshdange7210 3 жыл бұрын
How we can use Synaptic weights of device for MNIST image Reconization ? Is any code avalible ?
@sam_oyeleye
@sam_oyeleye 3 жыл бұрын
it would be great if you talked a little bit slower, sometimes it's hard to hear the words you pronounce because it is said a bit faster than necessary...Good video nontheless
@aaaqaaaa2720
@aaaqaaaa2720 2 жыл бұрын
Hi sir I try to excute this code and i have problem that sequential is not defind why ? Thanks advance
@kk0511
@kk0511 3 жыл бұрын
Is the demo video commands necessary on from 50:00
@lahariyenugu6247
@lahariyenugu6247 2 жыл бұрын
Why it is showing pool_size' is not defined can anyone please reply?
@nadergamalrihan9054
@nadergamalrihan9054 3 жыл бұрын
Thank you, very helpful
@manmeetsingh8349
@manmeetsingh8349 Жыл бұрын
hello sir, can you share the ipynb file of this project, that will be really helpful.Thanks
@shwetanshusood9450
@shwetanshusood9450 3 жыл бұрын
Really interesting ☺❤
@RaviSankar-ln3ki
@RaviSankar-ln3ki 2 жыл бұрын
Thank you.
@smegala3815
@smegala3815 Жыл бұрын
Thank you sir
@kunalkhatri2720
@kunalkhatri2720 5 ай бұрын
It's Training on 1313 samples only, whats the reason behind that
@adityamittal7335
@adityamittal7335 5 ай бұрын
sir please help I want to implement this code with EMNIST data set
@MightyFrostDragon
@MightyFrostDragon 3 жыл бұрын
Very pedagogical, thank you so much. It was helpful
@chyrilnarvasa2513
@chyrilnarvasa2513 3 жыл бұрын
sir can this system recognize more than 1 digits per image??????
@shikhamishra4962
@shikhamishra4962 3 жыл бұрын
sir please tell me how to resolve this error . I have to show this project in my college.Sir please reply
@chemophile14
@chemophile14 4 жыл бұрын
Very nice and quiet interesting
@_mohammed_kaif_ahmed_
@_mohammed_kaif_ahmed_ 5 ай бұрын
tq sir
@muhammadzain-ul-abideen3228
@muhammadzain-ul-abideen3228 3 жыл бұрын
When my model starts training, it only train 1313 samples in each epoch.... Where am i wrong? Plz Help
@joshuagajjala176
@joshuagajjala176 3 жыл бұрын
Even i too got the same 1313 samples , maybe we need to check with validation I guess
@muhammadzain-ul-abideen3228
@muhammadzain-ul-abideen3228 3 жыл бұрын
@@joshuagajjala176 I've found a solution, just set a parameter batch_size = 1 in model.fit().
@joshuagajjala176
@joshuagajjala176 3 жыл бұрын
@@muhammadzain-ul-abideen3228 Thanks for helping this beginner . If you would like to share and work together please ping me in mail - gajjalajoshua@gmail.com
@ekanshmishra4517
@ekanshmishra4517 2 жыл бұрын
@@muhammadzain-ul-abideen3228 thanks man🤝it was really a help. It will be glad to work with you
@samr405
@samr405 2 жыл бұрын
​@@muhammadzain-ul-abideen3228 Thank you. I was having the same problem and I never would have figured this out.
@pradixrajpoot
@pradixrajpoot 3 жыл бұрын
I tried handwritten digit recogniser which recognizes that the image is of which number,but after training the model it is predicting wrong number.I have saved the image from google images. My friend told me to preprocess the image as that of mnist dataset format.But I didn't got what he wanted to say. Could you help me please along with code requirement.
@ekanshmishra4517
@ekanshmishra4517 2 жыл бұрын
Yes i am also facing this same problem.can you help me in this on how to improve the accuracy of handwritten images?
@aaaqaaaa2720
@aaaqaaaa2720 2 жыл бұрын
Can any one help me when i built the neural network i have sequential is not defined
@沛澐林
@沛澐林 3 жыл бұрын
thank you!!!
@naimatulmd3306
@naimatulmd3306 3 жыл бұрын
Thanks...❤️❤️❤️
@shikhamishra4962
@shikhamishra4962 3 жыл бұрын
error: OpenCV(4.1.2) /io/opencv/modules/imgproc/src/color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor'
@deeplearning_by_phdscholar6925
@deeplearning_by_phdscholar6925 3 жыл бұрын
Please share the lines of code where you get error. It seems like you are applying colorspace to a gray level image. If your image is already gray image i.e its bit depth is 8 you dont need to apply colorspace to show it. But. I can't say anything unless you share lines of code you got problem
@shikhamishra4962
@shikhamishra4962 3 жыл бұрын
@@deeplearning_by_phdscholar6925 gray = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB) sir i am running this code on google colab
@shikhamishra4962
@shikhamishra4962 3 жыл бұрын
sir above line is showing error
@BabarAli-mq6wk
@BabarAli-mq6wk 3 жыл бұрын
Sir you are good
@Scholars-ct1pr
@Scholars-ct1pr Жыл бұрын
Hi....woul you be able to provide the ypinb file?....Cheers
@soumilyade1057
@soumilyade1057 3 жыл бұрын
The viewer must be familiar with the concepts before watching the video...
@dianathussain2056
@dianathussain2056 3 жыл бұрын
I hope my text will find you in good health I saw one of your video on KZbin about digit Recognition using CNN I need to discuss some query if you don't mind Actually it's my university project I need a system a proper webApp having options of upload image , or Android App having options of capture an image after that it recognises the digits in the image, I will use the Mnist dataset for this project I need some help of yours please Will be waiting for your response Thank you
@dianathussain2056
@dianathussain2056 3 жыл бұрын
Hi Can you share the source code please?
@shivamdubey4783
@shivamdubey4783 2 жыл бұрын
can you upload for video also
@beck02ify
@beck02ify 3 жыл бұрын
Freaking nice , btw What are the 42000 in the training phase ?
@deeplearning_by_phdscholar6925
@deeplearning_by_phdscholar6925 3 жыл бұрын
Thank you so much for your interest and glad to hear that you like the video. Sorry for being late in replying. during training model.fit(x,y, validation_split= 0.3) so Training data was 60,000, and test was 10,000 So in order to further split training into validation data, I defined validation_split= 0.3, 60,000 * 0.3 = 180000 so 18000 => validation dataset 60,000-18000 = 42000 (Training dataset after subtracting validation dataset) you can change validation_split= 0.3, to any percentage you want, but its usual practice to divide into 70 vs 30 percentage I hope I have answered your question. Stay blessed, keep supporting my channel .
@beck02ify
@beck02ify 3 жыл бұрын
@@deeplearning_by_phdscholar6925 Thx for the answer !*
@anujshaw3570
@anujshaw3570 3 жыл бұрын
@@deeplearning_by_phdscholar6925 thanks for this explanation :)
@shivamdubey4783
@shivamdubey4783 2 жыл бұрын
sir for every prediction it is giving 1
@shivamdubey4783
@shivamdubey4783 2 жыл бұрын
sir giving me wrong prediction for 7 it is giving 1
@dhyanadave5409
@dhyanadave5409 3 жыл бұрын
Hello sir, I got an error while creating a deep neural network, when I try to add a third convolution layer it shows me an error. Sir, I am doing my project, so please help me to solve it asap. Error: InvalidArgumentError: Negative dimension size caused by subtracting 2 from 1 for '{{node max_pooling2d_2/MaxPool}} = MaxPool[T=DT_FLOAT, data_format="NHWC", explicit_paddings=[], ksize=[1, 2, 2, 1], padding="VALID", strides=[1, 2, 2, 1]](Placeholder)' with input shapes: [?,1,1,64].
@aakmad18m36
@aakmad18m36 3 жыл бұрын
sir can i get your record.mp4 video through drive link pls ....helpp
@agnivesharya4462
@agnivesharya4462 3 жыл бұрын
heyy i am getting an error----error: (-215:Assertion failed) !_src.empty() in function 'cv::cvtColor' what to do?
@nurly5209
@nurly5209 3 жыл бұрын
have the same issue, did you find solution?
@BigyanChap
@BigyanChap 3 жыл бұрын
👍
@monicagunjal2977
@monicagunjal2977 2 жыл бұрын
Code link please...
@syedfarooqshah5984
@syedfarooqshah5984 3 жыл бұрын
Bro i need code
@shivamdubey4783
@shivamdubey4783 2 жыл бұрын
can you plllzz atleast reply
@shikhamishra4962
@shikhamishra4962 3 жыл бұрын
sir please reply
@nemo-fx2ki
@nemo-fx2ki 10 ай бұрын
i dont know why when i type plt.imshow(img) it is not showing the image even i wrote this to show the path it is still not showing import matplotlib.pyplot as plt img_path = r'C:\Users ere\Documents\eight' img = plt.imread(img_path) plt.imshow(img) plt.show()
@deeplearning_by_phdscholar6925
@deeplearning_by_phdscholar6925 10 ай бұрын
Thank you for you're concern. Your name of image must contains image extensions as well such as at the end it must be eight.jpg or eight.png. please add complete image name along with extension and try again. Thank you
@aakmad18m36
@aakmad18m36 3 жыл бұрын
sir can i get your record.mp4 video through drive link pls ....helpp
@aakmad18m36
@aakmad18m36 3 жыл бұрын
sir can i get your record.mp4 video through drive link pls ....helpp
Хасанның өзі эфирге шықты! “Қылмыстық топқа қатысым жоқ” дейді. Талғарда не болды? Халық сене ме?
09:25
Демократиялы Қазақстан / Демократический Казахстан
Рет қаралды 351 М.
Миллионер | 2 - серия
16:04
Million Show
Рет қаралды 1,7 МЛН
How I Turned a Lolipop Into A New One 🤯🍭
00:19
Wian
Рет қаралды 12 МЛН
Handwritten Digit Classification using ANN | MNIST Dataset
28:40
Neural Network Python Project - Handwritten Digit Recognition
22:48
Classify Handwritten Digits Using Python and Convolution Neural Networks
26:33
Computer Science (compsci112358)
Рет қаралды 17 М.
Handwritten Digit Recognition System based on CNN and SVM
14:30
Computer Science & IT Conference Proceedings
Рет қаралды 1 М.
Хасанның өзі эфирге шықты! “Қылмыстық топқа қатысым жоқ” дейді. Талғарда не болды? Халық сене ме?
09:25
Демократиялы Қазақстан / Демократический Казахстан
Рет қаралды 351 М.