Тёмный

PART 01: Brain Tumor Detection Using Deep Learning | Python Tensorflow Keras | KNOWLEDGE DOCTOR 

KNOWLEDGE DOCTOR
Подписаться 27 тыс.
Просмотров 71 тыс.
50% 1

Опубликовано:

 

26 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 214   
@irfanyaqub9643
@irfanyaqub9643 2 года назад
Hi your videos are good. Make one video about why you used a certain filter size, why you added the Conv2D, flatten the layer, what will be the effect and dense layer and so on Explain everything layer by layer.
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Thanks❣️
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@AkiraxD778
@AkiraxD778 7 месяцев назад
@knowledgedocyor3849 I am getting this error in terminal what should i do? Please help Traceback (most recent call last): File "e:\msc project\mainTrain1.py", line 92, in model.fit(x_train,y_train, File "E:\msc project\myvenv\Lib\site-packages\keras\src\utils\traceback_utils.py", line 122, in error_handler raise e.with_traceback(filtered_tb) from None File "E:\msc project\myvenv\Lib\site-packages\keras\src\trainers\data_adapters\data_adapter_utils.py", line 114, in chec k_data_cardinality raise ValueError(msg) ValueError: Data cardinality is ambiguous. Make sure all arrays contain the same number of samples. 'x' sizes: 600 'y' sizes: 2400
@chemutailaboso95
@chemutailaboso95 2 года назад
If I may ask.....so,why does it give results when an image that isn't an MRI scan is passed through the model?
@meg33333
@meg33333 2 года назад
Which deep learning ALGORTHIM your are using
@meg33333
@meg33333 2 года назад
In the brain tumors project which research paper or article have you used any idea ?.
@swatilparikh
@swatilparikh 7 месяцев назад
Do you have a password?
@medyad9838
@medyad9838 4 месяца назад
votre explication était bonne et compréhensible❤❤
@puttadurga5277
@puttadurga5277 2 года назад
your explanation was good and understandable
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Thanks Dear.. Keep Sharing
@rizwanzafar6129
@rizwanzafar6129 3 года назад
Very helpful video waiting for part 3 sir plz upload soon
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Sure, You Will Get it Soon
@muhammadmansoor7425
@muhammadmansoor7425 11 месяцев назад
Where is part 3 bro
@ritikabhatt9314
@ritikabhatt9314 11 месяцев назад
@@muhammadmansoor7425 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-nmp33q0xXHM.htmlsi=2b2yaJJWjgM2fzEG
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@imadabdellaoui5361
@imadabdellaoui5361 2 года назад
thanks for the vid, i want to ask you about tensorflow version that you used. because i tryed the same code and i git some errors
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@knowledgedoctor3849
@knowledgedoctor3849 10 месяцев назад
Python, Tensorflow, Keras, Numpy Etc.
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
@@knowledgedoctor3849 any other software left or that's it? 🙏
@subhodeepmondal7937
@subhodeepmondal7937 10 месяцев назад
Very good tutorial, but I've one question why don't you use Jupyter notebook?
@knowledgedoctor3849
@knowledgedoctor3849 10 месяцев назад
Check recent video i already do that
@vinaykumarseedarapu
@vinaykumarseedarapu 8 месяцев назад
Sir, could you please provide me the liver MRI dataset with tumor and without tumor.
@naidu.1x
@naidu.1x Месяц назад
from keras.utils import normalize from keras.models import Sequential from keras.layers import Conv2D, MaxPooling2D, Activation, Dropout, Flatten, Dense from keras.utils import to_categorical i am getting an error while importing these libraries in vs code can you help me solve this issue
@mybooksforlearning
@mybooksforlearning Год назад
Please continue
@vivekpathre4901
@vivekpathre4901 2 года назад
very good tutorial......just your speed of speaking is bit high that the speed of your tutorial......need to pause to grasp the the words
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Oh Ok. Thanks For Your Opinion..
@vamsikrishna_1289
@vamsikrishna_1289 8 месяцев назад
At the last stage i.e., at the time of execution of flattening i am getting the following error. ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflowAt first I got the error as no module found. But after commanding pip install tensorflow in the terminal I got the above error as it could not find the version that satisfies the requirement of tensorflow. Can you please me any suggestion to resolve the error and execute the flattening process please....
@meg33333
@meg33333 2 года назад
Beneficial video. But Can you make some Gui projects related to brain Alzheimer's disease detection Project a challenge in 1 week?
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Good Idea.
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@davaanalytics3941
@davaanalytics3941 3 года назад
Good work, keep it up
@madhurkatariya8125
@madhurkatariya8125 2 года назад
17:38 - sir my output is only showing this (2400,). My code is exactly similar to yours. But I'm still not getting the desired output, what could be the reason?
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@minhquangpham7156
@minhquangpham7156 2 года назад
Can you tell me the network model, the number of model layers, the preprocessing of the model in this topic. Thanks
@121_sakshimane5
@121_sakshimane5 Год назад
Will it work for breast cancer prediction??
@lareina2500
@lareina2500 2 года назад
hi thanks for you work ,one question ,if my dataset has three different format images,like jpg ,JPG,jpeg,can i still use image name split
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
You need to add conditions for that.
@mindblowingfacts6049
@mindblowingfacts6049 2 года назад
Sir, I have path recognition problem can you please help me out for this ASAP...
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Please check again my folder structure
@meg33333
@meg33333 2 года назад
model.add(Flatten()) model.add(Dense(64)) model.add(Activation('relu')) model.add(Dense(1)) model.add(Dropout(0.5)) model.add(Activation('sigmoid')) and how exactly these layer CNN model working.
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Make one complete video on that Don't worry
@meg33333
@meg33333 2 года назад
@@knowledgedoctor3849 can you make video on 28 June pls.
@ArmenMerikyan
@ArmenMerikyan 2 года назад
I get the following error can you help ValueError: `logits` and `labels` must have the same shape, received ((16, 1) vs (16, 64, 64, 3)).
@geetharajeswarigorla7754
@geetharajeswarigorla7754 2 года назад
Can u tell me What is the name of the model used in this project?
@mohan_sai_battu
@mohan_sai_battu 2 года назад
hello bro, I'm getting file not found win error 3 when i'm accessing datasets, need help regarding this
@insharaaj8259
@insharaaj8259 2 года назад
Can you please make a video on real time plant diseases and pest detection using deep learning?
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Sure
@insharaaj8259
@insharaaj8259 2 года назад
@@knowledgedoctor3849 Please do it asap. It will be definitely a great helping project.
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@rithishashetty6919
@rithishashetty6919 2 года назад
Sir, could you please upload the tutorial for 'brain haemorrhage detection' in python
@ShubhoSinha
@ShubhoSinha 4 месяца назад
rom keras.utils import normalize from keras.models import Sequential from keras.layers import Conv2D, MaxPooling2D, Activation, Dropout, Flatten, Dense from keras.utils import to_categorical i am getting an error while importing these libraries in vs code can you help me solve this issue
@poto2292
@poto2292 6 месяцев назад
okay ? ( amazing video )
@Suresh-uh7hx
@Suresh-uh7hx 2 года назад
can you please mention the deep learning algorithm that is used here
@positivegreatPakistan
@positivegreatPakistan 2 года назад
CNN
@vinaybansal3565
@vinaybansal3565 2 года назад
Hey, I am facing the problem in importing (fromarray part). It is showing no attribute is there in np.array file, although numpy lib is updated. Please help anyone.
@dinukafernando6042
@dinukafernando6042 2 года назад
Hi Chando. Can we know what layers you have used in this project?
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Yes It's Convolution Layer.
@dinukafernando6042
@dinukafernando6042 2 года назад
@@knowledgedoctor3849 Thank you ❣️
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@avikpathak3381
@avikpathak3381 Год назад
Hi , one problem , if I use the plot commands on a different dataset to show the output , will it show me the output of the testing data ?
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@617shrutiwali2
@617shrutiwali2 Год назад
Hello sir i am getting error of function object is not subscriptable in fromarray function Will you please help me with this?
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@SuperYouDontSAY
@SuperYouDontSAY 2 года назад
Tried this project for myself. This is a good example, but the model for 10 epochs detects normal versus abnormal better than a model trained for 100 epochs. Is there a reason why?
@syedsajjadali4220
@syedsajjadali4220 Год назад
Overfittimg can occur for high no. of epochs
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@mohsinsayyad6585
@mohsinsayyad6585 3 года назад
waiting for part 3 badly. Upload it asap.
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Already Uploaded Check it out
@nbsaismaran7
@nbsaismaran7 Год назад
​@@knowledgedoctor3849 can u provide the password
@muhammadmansoor7425
@muhammadmansoor7425 11 месяцев назад
Where is part 3
@Anuj-t4s
@Anuj-t4s Год назад
can anyone tell which specific algorithm is used in this ?
2 года назад
Excelente amigo. Gracias. :)
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Thanks
@hudaali6596
@hudaali6596 Год назад
Thank you very good.please can you get this code ???
@ashpreetsinghwadhwa3340
@ashpreetsinghwadhwa3340 Год назад
Sir I have a doubt that you have not randomised the images so our model that is made is not generalized and is also over fitted
@knowledgedoctor3849
@knowledgedoctor3849 Год назад
You can do Data Argumentation, Or In Kaggle New Large Dataset Also Coming
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@justcodeitbro1312
@justcodeitbro1312 3 года назад
hey what are the things i need to learn first to better understand this project
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Basic Of Python & Theory For Deep Learning Like CNN.
@yashmanmode5727
@yashmanmode5727 2 года назад
in 9:58 i am getting an error please anyone can help me AttributeError: 'NoneType' object has no attribute '__array_interface__'
@abeerahmed5634
@abeerahmed5634 2 года назад
hey! I am facing the same issue, did you find a solution?
@015snigdha9
@015snigdha9 Год назад
did you find solution?
@ashishmishra-uz5ix
@ashishmishra-uz5ix Год назад
When I am unzipping this file from GitHub it is asking for a password could anyone help me in this regard 🙏
@maddybhatt5552
@maddybhatt5552 Год назад
from where i get code for this project
@meg33333
@meg33333 2 года назад
For what we are using dataset=np.array(dataset) label=np.array(label) ?
@chemutailaboso95
@chemutailaboso95 2 года назад
Gives an append error
@nawrasqusay2164
@nawrasqusay2164 2 года назад
please sir if i want to make some augmentation on images how can i do it im a beginner in python
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Use DataArgumentation Method from keras
@salmanaji734
@salmanaji734 3 года назад
Would this code work on pycharm? Should I install another program other than visual studio( if it doesn't work on pycharm) and python?
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Sorry, I have Low Space on My PC. And Also I Don't Feel Comfortable in Pycharm
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@AkiraxD778
@AkiraxD778 7 месяцев назад
Hii, did you try it in pycharm. Wanted to know cuz im trying it in pycharm now. So it would be nice if you could tell
@muhammadmansoor7425
@muhammadmansoor7425 11 месяцев назад
Where is the part 2nd and 3rd?
@HasnainAli-sp6eo
@HasnainAli-sp6eo 3 года назад
How to make this project such that it can classify that brain's tumor is of which type
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Yes Possible Just You Need To Add Dataset for that.
@chemutailaboso95
@chemutailaboso95 2 года назад
How can someone plot a graph for the metrics?
@tapeshkumar6961
@tapeshkumar6961 2 года назад
Current time can we futher more research on this topic? because you got alrady 99.3% accuracy.
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Yes You Can Collect More Data and Research on that.
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@swatilparikh
@swatilparikh 6 месяцев назад
predict_class is showing error what should i do?
@knowledgedoctor3849
@knowledgedoctor3849 6 месяцев назад
Use np.argmax
@BholendraPratapSingh-e4f
@BholendraPratapSingh-e4f 6 месяцев назад
what is password for code folder downloaded form github
@rahulkumark8375
@rahulkumark8375 2 года назад
sir can u say which versions we have to install tensor flow and remaining libraries iam trying to install its showing unable to import normalise and categorical error
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
tensorflow 2.3.0 keras 2.4.3
@ritikbansal5824
@ritikbansal5824 2 года назад
Were you able to solve the issue?? I am getting the same error
@sonammapari905
@sonammapari905 2 года назад
@@ritikbansal5824 have you solved this error,I am facing this error
@ritikbansal5824
@ritikbansal5824 2 года назад
@@sonammapari905 from keras.utils.np_utils import normalize This should work
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@rhine4942
@rhine4942 3 года назад
Please upload part 2.
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Yes Coming Up Soon. Don't Worry
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@radarapumounika9010
@radarapumounika9010 2 года назад
model=Sequential() getting name error NameError: name 'Sequential' is not defined,,can u plzzz help me
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@Ritik_K.
@Ritik_K. Год назад
Where can I find the password?
@swatilparikh
@swatilparikh 7 месяцев назад
Have you got the password?
@hariharan02anantharaj21
@hariharan02anantharaj21 8 месяцев назад
Could you please share me the code zip file password ? So that it will help me for my project.
@TheIndian_22
@TheIndian_22 2 года назад
Unable to import the normalisation
@ashan-waris7658
@ashan-waris7658 Год назад
i dont see any password to extract files from github help me plz
@swatilparikh
@swatilparikh 7 месяцев назад
have you got the password?
@Parameshuuuu
@Parameshuuuu Год назад
Can anyone help me with the error called no module cv2 please
@knowledgedoctor3849
@knowledgedoctor3849 Год назад
Install it
@farzanalima1841
@farzanalima1841 3 года назад
in vs code which library function need?i cannot run code properly so help please
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Join Our Discord Server So Ask Question Here. Freely
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
@Farzana First You need to install python & required Libary
@farzanalima1841
@farzanalima1841 3 года назад
@@knowledgedoctor3849 i cannot install PIL so how can it solved
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
pip install pillow
@swetharavi7043
@swetharavi7043 10 месяцев назад
What is the password to open the file ?
@varuncheethirala
@varuncheethirala 2 года назад
cv2 is not coming can anyone help
@nawrasqusay2164
@nawrasqusay2164 2 года назад
please help the code cant execute the problem in (fromarray ) function
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Please send error message on Facebook page.
@nawrasqusay2164
@nawrasqusay2164 2 года назад
@@knowledgedoctor3849 thanks a lot for yr reply i found my mistake yr video is very helpfull and understood
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Welcome
@viane123456
@viane123456 3 года назад
I just wonder can I do same coding in jupyternotbook?
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Yes You Can
@viane123456
@viane123456 3 года назад
@@knowledgedoctor3849 BrainTumor Classification DL.zip ka password de shakte ho?
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Sorry Please Watch All Part then You get. It's better to understand the code and try in your own way. Thanks
@viane123456
@viane123456 3 года назад
@@knowledgedoctor3849 Ab aisa bhi kya bhav khana chalo koi baat nahi
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
If you need any help regarding this project you can message on our Instagram or Facebook.
@mohamedmighty3298
@mohamedmighty3298 2 года назад
hi can i get the code?
@kandulaudaykiran5449
@kandulaudaykiran5449 4 месяца назад
import tensorflow Traceback (most recent call last): File “”, line 1, in File “C:\Users\Cynthia\AppData\Local\Programs\Python\Python39\lib\site-packages\tensorflow_init_.py”, line 42, in from tensorflow.python import tf2 as _tf2 File “C:\Users\Cynthia\AppData\Local\Programs\Python\Python39\lib\site-packages\tensorflow\python\tf2.py”, line 21, in from tensorflow.python.platform import _pywrap_tf2 ImportError: DLL load failed while importing _pywrap_tf2: A dynamic link library (DLL) initialization routine failed. inni errors vasthunayyi mikela execute ayyindhi
@krishnanarayan3495
@krishnanarayan3495 3 года назад
The specified module could not be found
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Please Watch Again.
@waseemahmadqureshi4629
@waseemahmadqureshi4629 3 года назад
Very good tutorial, waiting for part 3
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Coming up soon
@waseemahmadqureshi4629
@waseemahmadqureshi4629 3 года назад
@@knowledgedoctor3849 hopeso it comes in this week
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Yup May be.
@Rzulu
@Rzulu Год назад
Still waiting
@vishamanofficial9957
@vishamanofficial9957 10 месяцев назад
NEED HELP : which softwares needs to be installed in your system to run these programmes??
@ademkucuk4812
@ademkucuk4812 2 года назад
bro what is the password I watched video but ı didnt get it
@shuvecchabarua1417
@shuvecchabarua1417 3 года назад
is it train with cnn>?
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Yes
@shuvecchabarua1417
@shuvecchabarua1417 3 года назад
@@knowledgedoctor3849 can it train with lstm?? will you please do that
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
LSTM is Basically Used For Time Series kinds of Data & NLP project. Or You Can Say Sequence Based Data so No Way to Use LSTM Here.
@lifemasterybeyondlimits
@lifemasterybeyondlimits 6 месяцев назад
PLease tell the password and extract
@Harveysadi
@Harveysadi 2 года назад
thank you a alot may i ask you about progression detection
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Yes tell
@saizignasa2024
@saizignasa2024 3 года назад
I'm getting 100% accuracy..!🥺🤕 Why is that happening??😭
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Your Model is Trying To Overfitted. Research On That. Use Dropout Layer.
@musicsage2135
@musicsage2135 9 месяцев назад
Madam Could you please give your code pls
@mohitdulani9144
@mohitdulani9144 8 месяцев назад
what is the password ?
@praveenKumar-bx7pt
@praveenKumar-bx7pt 3 года назад
Where is password?
@devikanair7483
@devikanair7483 Год назад
Could u pls tell the password
@shuvecchabarua1417
@shuvecchabarua1417 3 года назад
want full source code oof this part 1 and part 2..please upload it on github
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Please Watch & Build
@sumeetchapke5509
@sumeetchapke5509 Год назад
It's Fake . Don't do that
@sameekshashetty1625
@sameekshashetty1625 Год назад
Is this brain tumor detection using cnn
@knowledgedoctor3849
@knowledgedoctor3849 Год назад
Yup
@sameekshashetty1625
@sameekshashetty1625 Год назад
How can we get the data set
@swatilparikh
@swatilparikh 7 месяцев назад
Please provide password for extracting file
@knowledgedoctor3849
@knowledgedoctor3849 7 месяцев назад
Check latest video uploaded 4 days ago🌻
@swatilparikh
@swatilparikh 7 месяцев назад
@@knowledgedoctor3849 Thik hai lekin ye bata do bol ke aayega ya print hoke video me?
@taufiqtusar
@taufiqtusar 2 года назад
ভাই আপনি কি বাংলাদেশি?
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
হা ভাইয়া খাটি চাটগাঁইয়া। বাড়ি কক্সবাজার।
@taufiqtusar
@taufiqtusar 2 года назад
@@knowledgedoctor3849 ভাই আপনার প্রজেক্টে পড়ানোর ধরন আর মান দেখে খুবই ভালো লেগেছে। আমরা কি হোয়াটসঅ্যাপ এ কানেক্টেড হতে পারি?
@swarnim4166
@swarnim4166 Год назад
All this is okay, but your accent
@knowledgedoctor3849
@knowledgedoctor3849 Год назад
Yes It's Mine Vocal Cord Problem Btw Come from Doctor Hopefully Soon Get better Voice
@premvarma3470
@premvarma3470 3 года назад
is we require gpu
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
You Can Run it On CPU Too. But Training Little Bit slower
@krishnanarayan3495
@krishnanarayan3495 3 года назад
Pls tell me
@sumeetchapke5509
@sumeetchapke5509 Год назад
Guyz don't follow this code it's totally fake... Ill try but its end up showing result loading nd loading
@knowledgedoctor3849
@knowledgedoctor3849 Год назад
Thanks For Your Comment. Unfortunately You are new in Tensorflow That's Why You are Unable to Control the Version. 100+ students Follow the code they able to run.
@TheIndian_22
@TheIndian_22 2 года назад
Help help help
@JamesBond-ux1uo
@JamesBond-ux1uo 2 года назад
g*nd* bhai where u got that accent
@kedarshiralkar1099
@kedarshiralkar1099 Год назад
bhai accent kyu maar raha hai? video theek hai par Indian accent me kyu nahi bol sakte? kya jaroorat hai western banne ki, garv karo ki tum Bharatiya ho
@knowledgedoctor3849
@knowledgedoctor3849 Год назад
Thanks, likin is video 2 sal pehele mene banaya ta recent video dek lo
@ishitahumnabadkar7855
@ishitahumnabadkar7855 Год назад
kyun nahi mar sakte accent it is not your job to correct accent see vid and go home
@ishitahumnabadkar7855
@ishitahumnabadkar7855 Год назад
@@knowledgedoctor3849 ur vid very good
@pranavgangapurkar195
@pranavgangapurkar195 Год назад
please stop that accent, that was more fake than the dreams she showed me.
@knowledgedoctor3849
@knowledgedoctor3849 Год назад
Sorry to Say, It's God Gifted Voice😊 I Can't Change it Easily
@shravangupta5048
@shravangupta5048 3 года назад
ImportError: cannot import name '𝗻𝗼𝗿𝗺𝗮𝗹𝗶𝘇𝗲' from 'keras.utils' bhai ye error aa rha hai and Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. aisa kuchh likh k aa rha hai
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Recently Keras Gives this kinds of error Even though i got error on load_img Btw Please message on Instagram or Facebook page
@shravangupta5048
@shravangupta5048 3 года назад
@@knowledgedoctor3849 I have messaged you please check
@shravangupta5048
@shravangupta5048 3 года назад
on knowledge_doctor this Id
@zignasat6766
@zignasat6766 3 года назад
Did you clear the error?
@tiennguyenmanh2602
@tiennguyenmanh2602 3 года назад
I found that in keras version 2.6.0 the normalize function is not lost, it is just "stored" in a file "np_utils.py", so what we need to do is just change "from keras.utils import normalize " to "from keras.utils.np_utils import normalize"
@ShubhoSinha
@ShubhoSinha 4 месяца назад
from keras.utils import normalize from keras.models import Sequential from keras.layers import Conv2D, MaxPooling2D, Activation, Dropout, Flatten, Dense from keras.utils import to_categorical i am getting an error while importing these libraries help me to solve this error which package should i install in vs code terminal
@krishnanarayan3495
@krishnanarayan3495 3 года назад
Which version is required for execute this project keras and tensorflow?
@knowledgedoctor3849
@knowledgedoctor3849 3 года назад
Basically I am Using Tensorflow 2.4 version. Keras latest one.
@krishnanarayan3495
@krishnanarayan3495 3 года назад
@@knowledgedoctor3849 2021-10-12 16:53:05.002071: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found 2021-10-12 16:53:05.002287: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine Sir cuda version not supported for this tensorflow version as well as After it takes from tensorflow backend and execute correctly...
@sonammapari905
@sonammapari905 2 года назад
@@krishnanarayan3495 have you solved this error ,I am facing same error
@abeerahmed5634
@abeerahmed5634 2 года назад
whats the password?
@shreeyanshiawasthi52
@shreeyanshiawasthi52 2 года назад
nhi dega
@ritikbansal5824
@ritikbansal5824 2 года назад
watch till video 3 you will get it
Далее
Nightmare | Update 0.31.0 Trailer | Standoff 2
01:14
Просмотров 574 тыс.
Build a Deep CNN Image Classifier with ANY Images
1:25:05
Make Your First AI in 15 Minutes with Python
16:37
Просмотров 1,3 млн