Convolutional Neural Networks - Deep Learning basics with Python, TensorFlow and Keras p.3

Convolutional Neural Networks - Deep Learning basics with Python, TensorFlow and Keras p.3

sentdex

5 лет назад

571,345 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@alaaeddinelhemmali1370
@alaaeddinelhemmali1370 - 12.12.2023 08:01

Hey bro, when will finish the expination of your book ??

Ответить
@user-vu4bl9xi6f
@user-vu4bl9xi6f - 27.11.2023 17:18

Hello :) Do you have published ypur code of the CNN on GitHub?

Ответить
@peterhpchen
@peterhpchen - 16.10.2023 09:24

I have two problems in tensorflow 2:
I fixed the following two problems:
1. y = np.array(y) # this convert the array y into nnumpy arry for model.fit() error.
2. My Video RAM in GPU can be not enough. I turn off GPU mode in Tensorflow 2.
import os
os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
then, it runs.

Ответить
@erick5860
@erick5860 - 03.07.2023 19:10

you look like lil peep lol

Ответить
@ayeshaali6462
@ayeshaali6462 - 28.05.2023 01:46

how to improve the accuracy?, what is the logic if changing filter sizes,adding more layers, more dense layers to improve accuracy

Ответить
@rusugabriel2554
@rusugabriel2554 - 26.05.2023 20:31

tea cups game strong

Ответить
@bilalfayad12
@bilalfayad12 - 19.04.2023 08:33

I'm doing image clasification for traffic signals which has more than 50000 images, but i keep recieving not enough memory to allocate, 115GIB error, can anyone help?

Ответить
@Quinten-sn6it
@Quinten-sn6it - 12.04.2023 18:32

I followed what you did and for some reason I only train through 702 images, why is that?
Edit: changed batch size to 1 and it worked

Ответить
@steaders82
@steaders82 - 06.04.2023 16:51

I'm a little lost here. How does the engine know how to label an image as a dog or a cat. How does it know to get the labels the right way around? I can't see where you tell the engine. "hey this image is a dog"

Ответить
@roocall9356
@roocall9356 - 18.02.2023 13:16

I am getting valueError: logits and labels must have the same shape, received ((32, 1) vs (32, 50, 50, 1))

Ответить
@larbi-dx8zr
@larbi-dx8zr - 09.02.2023 04:17

Once u train Ur code for epoch = 5 and i décidé to train it for epochs=10 then will you like restart everything like schufling again thé images and everything then start a brand New epochs=10 or will you juste continue with same order of images and the first epochs 5 u will liké just add 10 now its liké u did 15 epoches

Ответить
@codecreator6179
@codecreator6179 - 23.01.2023 15:48

HOW TO MAKE NOW PREDICTION?

Ответить
@mimamimita2204
@mimamimita2204 - 10.01.2023 18:07

Hi can you help me in cnn-traffic-sign-identification.ipynb

Ответить
@sardorabdirayimov
@sardorabdirayimov - 16.12.2022 05:42

very strange mug :)

Ответить
@azamat282
@azamat282 - 13.12.2022 10:05

sentdex when are you gonna update this course ?

Ответить
@Jeffrey-uw8un
@Jeffrey-uw8un - 20.11.2022 12:36

Are these results normal? it took 4min (approx.) for each epoch i have intel i7-10th gen cpu
Epoch 1/3
546/546 [==============================] - 229s 418ms/step - loss: 0.6330 - accuracy: 0.6417 - val_loss: 0.5930 - val_accuracy: 0.6887
Epoch 2/3
546/546 [==============================] - 239s 437ms/step - loss: 0.5550 - accuracy: 0.7162 - val_loss: 0.5284 - val_accuracy: 0.7382
Epoch 3/3
546/546 [==============================] - 243s 444ms/step - loss: 0.5080 - accuracy: 0.7515 - val_loss: 0.5797 - val_accuracy: 0.7050
--------------------------------------------------------

Ответить
@builtin0
@builtin0 - 07.11.2022 14:37

my y values = 1,1,1,1....... 🤔 can i get some help please how to index this data properly

Ответить
@taiwoosunrinde3927
@taiwoosunrinde3927 - 19.10.2022 00:12

Please how can I load a .raw dataset for CNN

Ответить
@user-fn1kg3gl8v
@user-fn1kg3gl8v - 09.10.2022 18:48

Hello, I encounter a problem with this code. When I execute the code, I got the error "could not load dynamic library 'cublas64_11.dll'; dlerror: cublas64_11.dll not found." Therefore, I went to check whether my CUDA files correspond to my Tensorflow. However, I found that the version of CUDA was 11.6, which is not compatible to any current version of Tensorflow now. What should I do to solve this problem? Thank you.

Ответить
@ryanangelodagale7174
@ryanangelodagale7174 - 27.09.2022 19:34

Good day! I just have some inquiries regarding about the error I've got , it says " ValueError: `logits` and `labels` must have the same shape, received ((None, 1) vs (None, 50, 50, 1))", though I have followed all the code and still got this error, thanks.

Ответить
@EnEm523
@EnEm523 - 01.09.2022 15:48

You are a amazing teacher ❤️

Ответить
@karanchavan4168
@karanchavan4168 - 29.08.2022 15:27

what to do when i get this error

Input 0 of layer "conv2d" is incompatible with the layer: expected min_ndim=4, found ndim=2. Full shape received: (None, 1)

while compiling the model when i use Conv2D the first time

Ответить
@papa_pataatar
@papa_pataatar - 10.08.2022 08:55

Can anyone help me with CNN code that takes NDVI data as input and gives class label as output !?

Ответить
@yegisci-land4567
@yegisci-land4567 - 03.08.2022 15:39

Just amazing! You are really helping me with my paper! 🙌

Ответить
@kevingeorgedalpathadu5408
@kevingeorgedalpathadu5408 - 27.07.2022 07:36

Thank You, Good explanation 👍🔥

Ответить
@aGianOstaLgia
@aGianOstaLgia - 11.07.2022 04:11

Any advice on how to pass the computations from cpu to gpu ( model training) ? I can't find the right combination of tensorflow-gpu, cudnn and cudatoolkit. I tried many things but didn't work and I need some basic guidance , a right mind approach.

Ответить
@alaahussein4926
@alaahussein4926 - 24.06.2022 11:13

How to measure sensitivity and specifity?

Ответить
@ihsanullah5959
@ihsanullah5959 - 22.06.2022 14:58

Can you please explain the science of wisely choosing the critical/essential arguments in various layers, i.e., how to select the number of filters, kernel_size etc., in a CON2D layer? Similarly, whats the science behind adding layers upon layers? I would be grateful if something could be added other than the usual answer of 'more layers in deep learning help in extracting hidden features/patterns'. Please share a link to your video if you have already done it.
To the broader audience, please share a video that you may have found very informative about choosing the parameters for various layers? And how to transition from layer to layer?

Ответить
@arnaudcayla103
@arnaudcayla103 - 16.06.2022 16:03

I don't understand my error and why you don't have it. I have got this one : "unsupported operand type(s) for /: 'list' and 'float'" be cause of "X = X/255.0" but I don't found a solution if someone got one. But your tutorial is very good and helpful. Thank you

Ответить
@meg33333
@meg33333 - 12.06.2022 09:40

can you use this method to make Alzheimer's detection using MRI or if possible use Faster RCNN?

Ответить
@bintangpratomo8879
@bintangpratomo8879 - 05.06.2022 13:56

hay sentdex, could you give us the pickle data?

Ответить
@ziniasultana8023
@ziniasultana8023 - 19.05.2022 13:33

Hi, can you explain about the data set you had used?

Ответить
@devisthesis343
@devisthesis343 - 09.05.2022 08:42

got error when run model train = `validation_split` is only supported for Tensors or NumPy arrays,
how to fix this?

Ответить
@dheepan_r
@dheepan_r - 16.04.2022 20:26

I have 24946 features and labels, but only 702 is used in model.fit() Can someone help me in this?

Ответить
@wanqingan795
@wanqingan795 - 16.04.2022 06:11

Help me a lot! By the way, your cup is soooooooo cute!

Ответить
@giovannigiorgiobuteverybod2660
@giovannigiorgiobuteverybod2660 - 11.04.2022 07:53

helo edward snowden

Ответить
@aneekaazmat6653
@aneekaazmat6653 - 04.04.2022 21:53

what will be the architecture of cnn if there are 2 inputs and 1 output ?

Ответить
@vanshajgoel8783
@vanshajgoel8783 - 03.04.2022 19:16

InvalidArgumentError: Graph execution error: -->Any Idea of this error, it is coming when I am training VGG16 of keras , I have used ImageDataGenerator

Ответить
@chaosmaker781
@chaosmaker781 - 23.03.2022 16:49

Hi I have a very annoying error: the reshape changed and it just accepts 2 inputs now… How to correct it?

Ответить
@tnktsinik
@tnktsinik - 21.03.2022 07:21

how does your program train so fast? For each epoch I get an ETA of 5 minutes. My computer is a good one so what gives. Is it because you are using jupiter notebook or something else?

Ответить
@sicmike2g
@sicmike2g - 19.03.2022 13:21

Love that mug 🙂

Ответить
@ahmednayeem4849
@ahmednayeem4849 - 17.03.2022 14:15

For anyone getting the following error "validation_split is only supported for Tensors or NumPy " add y = np.array(y) under X = np.array(X).reshape(-1, IMG_SIZE, IMG_SIZE,1)

Ответить
@amitaudpikar1661
@amitaudpikar1661 - 14.03.2022 09:51

I am getting following error after running this code:
ERROR! Session/line number was not unique in database. History logging moved to new session 114

Can anyone please help?

Ответить
@sharjeel_mazhar
@sharjeel_mazhar - 21.02.2022 20:51

Why didn't we use conv1D or conv3D here? Please someone explain this to me that what's the difference between conv1D, conv2D and conv3D?????

Ответить
@shubhamjadhav4323
@shubhamjadhav4323 - 12.02.2022 01:02

FileNotFoundError: [Errno 2] No such file or directory: 'X.pickle'
can anyone answer this:)

Ответить
@sanjaychakrabortyaworldofc6953
@sanjaychakrabortyaworldofc6953 - 09.02.2022 11:06

Nice hands on explanation of CNN

Ответить