It's hard to express in words how good your teaching method is, and thank you for providing all these material for free.
@JohnWickea9 ай бұрын
man your'e awesome . Even my MIT teachers fails to explains like you did. They just keep on saying blah blah blah didn't care whether anyone is understanding anything. Your'e a gem
@pankajbeldar97992 жыл бұрын
You are billions times better than my IIT professor
@jainpratham82178 ай бұрын
i agreeeeee
@elonmusk42675 ай бұрын
totally agree
@saptarshisanyal67384 ай бұрын
Totally agree, I have tried doing the deep learning course by prof Mitesh Khapra of IIT M, he may have post doc, he may have very in depth knowledge, but when it comes to explain the difficult concept to "not so brilliant" students, he fails. Whereas Nitish sir explains it so easily that even an average student is able to understand.
@payelbanik2 жыл бұрын
Your concept is crystal clear, your teaching style is superb. Hats off to you Sir.
@tanmayshinde78532 жыл бұрын
Sir, your efforts have to be appreciated cause you wake up early in the morning and make videos for us. Thank You, Thank You So Much!
@singh63152 жыл бұрын
Thank You please don't stop making videos your knowledge is adding a lot of values in our life
@kavitachaudhary2371Ай бұрын
Your teaching is so addictive , i cant distract even i if i try , thank you :)
@SuperRia33Ай бұрын
I thought I'm the only one who's addicted to sirs videos😅
@ywbc1217 Жыл бұрын
VERY GOOD ! 💪 you are totally right link to colab is everything we need in description of video
@jaydeepjha31912 жыл бұрын
amazing content sir I just wanted to learn ANN from you and here you upload it . thankyou sir
@balrajprajesh64732 жыл бұрын
why is this channel not having a million subscribers already?
@vankadavathrohith15896 ай бұрын
Can't explain how ease it become after watching your video. Thank you so much for this playlist.
@manjushagore9042 ай бұрын
28:20 ...Pichewali Chhipkaliii ko bhi concept smz aa gya sirrrr😂Itna Perfect kese ho skte ho aap... MIND BLOWING Explanation🔥🔥🔥🔥
@narendraparmar163110 ай бұрын
Thanks for this clear explanation.
@tejaspote576811 ай бұрын
00:01 Introducing the famous MNIST dataset for handwritten digit classification. 02:30 Handwritten digit classification using neural network architecture 05:26 The video discusses loading the famous MNIST dataset and understanding its structure. 08:30 Create a neural network architecture for digit classification 11:16 Setting up layers and architecture for image data in Sequential Model 14:03 Explanation of model architecture and parameter calculation 16:51 Discussed label coding and model compilation for training 19:28 Handwritten digit classification using ANN and the MNIST Dataset 22:09 Adding another layer and increasing model parameters 25:09 Using artificial neural network for multi-class classification problem 27:52 Handwritten digit classification using ANN and MNIST dataset
@SHIVAMGUPTA-wb5mw2 ай бұрын
finally getting good understanding on deep learning
@shashankshekharsingh93367 ай бұрын
thank your sir , bing watching your playlist like a netflix series
@maharkreviews6942 Жыл бұрын
i recommend your channel to my every studnt
@hossain94104 ай бұрын
i did some optimization and got 98.6% accuracy.. Thank u sir for teaching us such wonderful things .
@ahsankhans951410 ай бұрын
I really love your videos.I'm from Pakistan
@COCDesiWarriors Жыл бұрын
Thank you Sir... Ab jake kafi cheeze clear hue :)
@jayantsharma22672 жыл бұрын
binge watching your entire series thanks for the great content,
@raviabhicreations19673 ай бұрын
mind blowing sir it , your teaching method is like makkhan
@meetvardoriya25502 жыл бұрын
Sir BERT aur transformer models 100 days DP vale mein cover karoge ya NLP vale mein
@campusx-official2 жыл бұрын
Dono me daal denge
@harshmohan84192 жыл бұрын
@@campusx-official sir topic nlp kab tak cover hoge.... Usko thode jaldi kardijiye. If possible
@maharkreviews6942 Жыл бұрын
hahhaha hum ny compile ni hum ny complile kia ha. love you i watched your every video .learn alot about deep learning and your big fan
@shashankbarai180918 күн бұрын
sir aap feedback ka toh pucha hi mat karo, ur always best. :)
@movietime2613 Жыл бұрын
Sir you took exactly 128 nodes in hidden layer how to choose to take that?
@vishalk97884 ай бұрын
Hi Nitesh thank you for giving such lucid videos. I have seen other trainings including from Harvard or MIT or other ed tech platforms, but your videos are best to understand. It was your video which made concept of perceptron and MLP literally crystal clear. Thanks a ton sir . Alao taking this occasion to say Happy Guru purnima as you are virtual Guru for me in my journey of AI🙏
@ayushparwal22106 ай бұрын
nice content sir. really helping
@idontknow2iknow9056 ай бұрын
One small doubt - Why we had to divide by 255 ? Why can't we use Standard Scaler to standardize the data.
@campusx-official6 ай бұрын
We can't have negative values as pixels
@SushmaMule5 ай бұрын
Excellent sir.❤
@87916925322 жыл бұрын
Sir, you ealier said at the start of playlist that we do not need feature engineering in Deep Learning, but we also need feature engineering to get better results in Deep Learning, infact in these two examples you done feature engineering to train Neural Networks. So feature engineering is required in Deep learning?
@gauravagrawal67688 ай бұрын
very well explained, Nitish it would be great if you could explain how 60000 image input is given to the first layer of ANN after converting to 1 D array, we have 728 pixel in each image, how they are connected to first layer
@RohitVishwakarma-fz9fp11 ай бұрын
@campusx please let me know why we used 128 node in hidden layer
@mohammedameer99092 жыл бұрын
Please mention Day number for every video to keep track
@pbalajipatro6399 Жыл бұрын
thank you so much sir making this types of vdo
@ShubhamKumar-m7y5 ай бұрын
thank you sir for your effort .
@121_bimandas9 Жыл бұрын
Can we check here any other images except from the mnist data set ??
@amruth50510 ай бұрын
why does this not work from custom images(28,28) created from paint not predict properly, even after tweking the hyperparameters. i created digits [0,2,4,5,6,8,9] on paint wtih size(28,28). I got 1 out of 7 correctly (at this point it was just random) for x in [0,2,3,4,6,8,9]: img=cv2.imread(f'data/numbers/{x}.png')[:,:,0] img=np.array([img]) prediction = model.predict(img) print(f' result :{np.argmax(prediction)}') plt.imshow(img[0]) plt.show()
@ShubhamSharma-gs9pt2 жыл бұрын
best yt resource for DS!
@social.21847 ай бұрын
Did we assume that the hidden layer will contain 128 nodes or did i miss something?
@rahulphatak29096 ай бұрын
Yes, you are correct. We are only assuming there are 128 nodes.
@aayda33027 күн бұрын
can anyone tell me how do I get the all the trained weights
@englishtalkers19398 ай бұрын
sir, i don't want to like and share because everyone will come to know about this masterpiece
@shashankshekharsingh93367 ай бұрын
kya bhai, sir itna mehnat kar rahe aur tum abhi in sab chizo me hi fase ho , recommend it to as many people you can , make this guy popular because he deserves it
@rajeshjana35418 ай бұрын
how I give a dataset of an experiment as a input and process the same whole programme...response please...
@iqbaljaved80267 ай бұрын
Nice sir, please make videos for deep learning
@AdityaKumar-fq2lq2 жыл бұрын
can any one explain.. hidden layer mai 128 nodes he kyu hai?
@akashs941412 күн бұрын
You can keep it any
@StartGenAI2 жыл бұрын
Great video 🙏
@rafibasha41452 жыл бұрын
13:07,Hi Bro,why you havent used flatten in churn prediction case
@yashgourav2 жыл бұрын
churn prediction is 1-d array, not 2-d array
@bhavikdudhrejiya8522 жыл бұрын
Very informative video
@LakshyaIIITD8 ай бұрын
what if images are MNIST-back-image, how to denoise them ??
@rb47546 ай бұрын
Amazingggggg!!!!!!!!!!!!!!!!!!!!!!!!
@SundarKotturi4 ай бұрын
how can i create a hand digit data..
@manavdesai17034 ай бұрын
28:24 Lizard behind Nitish sir😳
@rohitrai95792 жыл бұрын
sir, model. predict(X_test) is giving us prob,but when I see the array its value is greater than 1 so how is argmax converting to digit?
@anuj7876 Жыл бұрын
What about the color image digit recognition it will have 3 different RGB value unlike black and white all same value
@sachinsingh116310 ай бұрын
very nice bhaiya
@raushanpathak274811 ай бұрын
why devide by 255 of x_train?
@vijaysingh-bw2fk Жыл бұрын
Namaste guruji, i trained my model and applied StandardScalar, somehow managed to make changes on model and now it gives 99.15% accuracy, now i want to test it on real world data, so should i reconvert new data to standard form or use serialisation? Using pickle is not good because if i update model or preprocessing pipeline, the pickled files might become outdated. Any suggestions how to do it seamlessly? Your useful insights and suggestions will be highly solicited. Thanking you in advance and await your reply.
@minalgupta74567 ай бұрын
i am big fan of you
@AnandTiwariJDE8 ай бұрын
great videos. The playlist says 100 days, but there are only 76 videos. Does it cover all the topics or am I missing any video (i have not watched all the videos just want to make sure that I am referring the correct playlist or not) Appreciate if someone or CampusX can provide inputs
@Tusharchitrakar8 ай бұрын
The video list is still not complete. He's still in the process of finishing it. So don't worry: 100 days is just an approximate number and it's currently ongoing
@dilipgyawali17762 жыл бұрын
why the image is colorful??as u are saying the image is in the range of 0 to 255
@campusx-official2 жыл бұрын
It's matolotlib color pallete
@pritishbanerjee5517 Жыл бұрын
Thanks for all your sessions. Do you plan to start a paid batch for Deep Learning in near future similar to the lines of Machine Learning batch ?
@fozler2 жыл бұрын
Hello sir, please make an video about validation_split. I have doubt about this
@shaiksalavuddin59762 жыл бұрын
Sir what about back propagation
@campusx-official2 жыл бұрын
Will teach in upcoming videos
@healinghope7080 Жыл бұрын
Where 255 coming from? 10:13
@aninditasaha03072 жыл бұрын
Hidden layer me 128 nodes kyun liya?
@javaria_Ibrahim Жыл бұрын
Bcz ye compulsory nh hai ap jitnen b leskty ho
@Naman_Bansal1027 ай бұрын
Wah maza A Gya
@paragvachhani46432 жыл бұрын
To run model and all ...deep learning is easy thae ML.. am i think right ..? (With keep in mind diffrence between ml and deep learning model)
@Prathamesh__274 ай бұрын
thank you sir
@dipanshupandey79522 жыл бұрын
easy to understand
@sourabhshashidhar64612 жыл бұрын
Amazing sir😄
@jitendramishra74642 жыл бұрын
First Viewer and Liker
@asfarali225 Жыл бұрын
Sir kindly make a tutorials streamlit python
@sheershsaxena93577 ай бұрын
WHY 128 NODES IN THE FIRST HIDDEN LAYER????
@rahulphatak29096 ай бұрын
You can select any number of nodes
@mrityunjayupadhyay7332 Жыл бұрын
Amazing
@arshad17812 жыл бұрын
Thanks 🙏
@mathanimation75632 жыл бұрын
can we do the same project without using any extra library if yes then please make a video
@Sara-fp1zw2 жыл бұрын
Shukria
@zkhan20232 жыл бұрын
Thanks sir
@sharadpkumar3 ай бұрын
@sandipansarkar92112 жыл бұрын
finished watching
@aviralsoni14123 күн бұрын
you are doing the practical part before the theorey, that's why it is a bit difficult to understand, also the code section is also tricky.
@yashjain6372 Жыл бұрын
best
@ArpanChandra-vv8cg2 ай бұрын
can anyone talking a proper notes !? If yes then share with me please 🙏🏻
@illusions8101 Жыл бұрын
Thanks you sorrrr
@rahulsuryawanshi3960 Жыл бұрын
Thanks
@namyashah31734 ай бұрын
you seem to be a brother of @krish naik 😅🤣
@sandipansarkar92112 жыл бұрын
finished coding
@vishnujatav63292 жыл бұрын
Achcha hai but jyada samajh me nhi aa rha hai Nitish
@campusx-official2 жыл бұрын
nitish.campusx@gmail.com ek baar ispe explain karoge issue?
@elonmusk42675 ай бұрын
hooray
@devicedevice-k8o Жыл бұрын
speak english sir
@tanmayshinde78532 жыл бұрын
Sir, your efforts have to be appreciated cause you wake up early in the morning and make videos for us. Thank You, Thank You So Much!