=>print( f'{len(contours)} contour(s) found!')its give me syntax error its point me that      '    as a invalid syntax(01:03:09 - 03:41:42) - OpenCV Course - Full Tutorial with Python

=>print( f'{len(contours)} contour(s) found!')its give me syntax error its point me that ' as a invalid syntax(01:03:09 - 03:41:42)
OpenCV Course - Full Tutorial with Python

Learn everything you need to know about OpenCV in this full course for beginners. You will learn the very basics (reading images and videos, image transformations) to more advanced concepts (color spaces, edge detection). Towards the end, you'll have hands-on experience building a Deep Computer V...
Learn everything you need to know about OpenCV in this full course for beginners. You will learn the very basics (reading images and videos, image transformations) to more advanced concepts (color spaces, edge detection). Towards the end, you'll have hands-on experience building a Deep Computer Vision model to classify between the characters in the popular TV series "The Simpsons".

⭐️ Code ⭐️
🔗Github link: https://github.com/jasmcaus/opencv-course
🔗The Caer Vision library: https://github.com/jasmcaus/caer

🎥 Course from Jason Dsouza:
- Check out his Youtube channel: https://www.youtube.com/jasmcaus
- Follow him on Twitter:

⭐️ Course Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:01:07) Installing OpenCV and Caer
Section #1 - Basics
⌨️ (0:04:12) Reading Images & Video
⌨️ (0:12:57) Resizing and Rescaling Frames
⌨️ (0:20:21) Drawing Shapes & Putting Text
⌨️ (0:31:55) 5 Essential Functions in OpenCV
⌨️ (0:44:13) Image Transformations
⌨️ (0:57:06) Contour Detection
Section #2 - Advanced
⌨️ (1:12:53) Color Spaces
⌨️ (1:23:10) Color Channels
⌨️ (1:31:03) Blurring
⌨️ (1:44:27) BITWISE operations
⌨️ (1:53:06) Masking
⌨️ (2:01:43) Histogram Computation
⌨️ (2:15:22) Thresholding/Binarizing Images
⌨️ (2:26:27) Edge Detection
Section #3 - Faces:
⌨️ (2:35:25) Face Detection with Haar Cascades
⌨️ (2:49:05) Face Recognition with OpenCV's built-in recognizer
Section #4 - Capstone
⌨️ (3:11:57) Deep Computer Vision: The Simpsons

⭐️ More ways to connect with Jason Dsouza ⭐️
- Medium: https://jasmcaus.medium.com
- Twitter:
- LinkedIn: https://www.linkedin.com/in/jasmcaus

✏️ Check out Jason's Deep Learning Crash Course for Beginners: https://youtu.be/VyWAvY2CF9c

⭐️ Special thanks to our Champion supporters! ⭐️
🏆 Loc Do
🏆 Joseph C
🏆 DeezMaster

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

#opencv #python #Caer
⌨️ () Introduction - OpenCV Course - Full Tutorial with Python

⌨️ () Introduction

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:00:00 - 00:01:07
⌨️ () Installing OpenCV and CaerSection #1 - Basics - OpenCV Course - Full Tutorial with Python

⌨️ () Installing OpenCV and CaerSection #1 - Basics

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:01:07 - 00:04:12
Timestamp for me - OpenCV Course - Full Tutorial with Python

Timestamp for me

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:04:12 - 03:41:42
⌨️ () Reading Images & Video - OpenCV Course - Full Tutorial with Python

⌨️ () Reading Images & Video

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:04:12 - 00:12:57
how did you get the videos and photos folder within VSC? - OpenCV Course - Full Tutorial with Python

how did you get the videos and photos folder within VSC?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:04:25 - 03:41:42
lol i dont even know how did u started Opencv visual studio - OpenCV Course - Full Tutorial with Python

lol i dont even know how did u started Opencv visual studio

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:04:30 - 03:41:42
No such file or directory at  please help - OpenCV Course - Full Tutorial with Python

No such file or directory at please help

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:06:35 - 03:41:42
how you comment multiple lines instantaneously ?? - OpenCV Course - Full Tutorial with Python

how you comment multiple lines instantaneously ??

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:07:44 - 03:41:42
Could anyone explain to me, please? Why do we need the bitwise operator here (cv2.waitKey(20) & 0xFF) ? When I used cv2.waitKey(20) == ord('d'),  I still closed the 'Video' window by using 'd' key. - OpenCV Course - Full Tutorial with Python

Could anyone explain to me, please? Why do we need the bitwise operator here (cv2.waitKey(20) & 0xFF) ? When I used cv2.waitKey(20) == ord('d'), I still closed the 'Video' window by using 'd' key.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:10:48 - 03:41:42
In this case  : - OpenCV Course - Full Tutorial with Python

In this case :

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:11:26 - 03:41:42
how to remove error on  ? - OpenCV Course - Full Tutorial with Python

how to remove error on ?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:11:27 - 03:41:42
xFF == ord('d') and why is it necessary   @ - OpenCV Course - Full Tutorial with Python

xFF == ord('d') and why is it necessary @

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:11:49 - 03:41:42
weird voice - OpenCV Course - Full Tutorial with Python

weird voice

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:12:15 - 03:41:42
⌨️ () Resizing and Rescaling Frames - OpenCV Course - Full Tutorial with Python

⌨️ () Resizing and Rescaling Frames

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:12:57 - 00:20:21
Just leaving a mark for me - OpenCV Course - Full Tutorial with Python

Just leaving a mark for me

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:13:52 - 03:41:42
if you the following error then try this,>  - Can't parse 'dsize'. Sequence item with index 0 has a wrong type - OpenCV Course - Full Tutorial with Python

if you the following error then try this,> - Can't parse 'dsize'. Sequence item with index 0 has a wrong type

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:16:33 - 03:41:42
:I have tried your part: Resizing and Rescaling Frames () and it's works very good. But I have no sound and I hear nothing from my Video - OpenCV Course - Full Tutorial with Python

:I have tried your part: Resizing and Rescaling Frames () and it's works very good. But I have no sound and I hear nothing from my Video

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:17:00 - 03:41:42
at  the inbuilt dimesional format was (height,width) but when u gave it as parameter to resize why did u give (width,height) ? - OpenCV Course - Full Tutorial with Python

at the inbuilt dimesional format was (height,width) but when u gave it as parameter to resize why did u give (width,height) ?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:17:52 - 03:41:42
⌨️ () Drawing Shapes & Putting Text - OpenCV Course - Full Tutorial with Python

⌨️ () Drawing Shapes & Putting Text

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:20:21 - 00:31:55
How to write this nowdays? Tried that way but I got a traceback - OpenCV Course - Full Tutorial with Python

How to write this nowdays? Tried that way but I got a traceback

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:22:22 - 03:41:42
watched till  min - OpenCV Course - Full Tutorial with Python

watched till min

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:23:00 - 03:41:42
⌨️ () 5 Essential Functions in OpenCV - OpenCV Course - Full Tutorial with Python

⌨️ () 5 Essential Functions in OpenCV

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:31:55 - 00:44:13
bookmark - OpenCV Course - Full Tutorial with Python

bookmark

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:42:08 - 03:41:42
i want to draw and erase line using mouse on top of that cat image, please help - OpenCV Course - Full Tutorial with Python

i want to draw and erase line using mouse on top of that cat image, please help

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:44:10 - 03:41:42
⌨️ () Image Transformations - OpenCV Course - Full Tutorial with Python

⌨️ () Image Transformations

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:44:13 - 00:57:06
-1st bookmark - OpenCV Course - Full Tutorial with Python

-1st bookmark

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:45:23 - 03:41:42
Leaving a mark for me - OpenCV Course - Full Tutorial with Python

Leaving a mark for me

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:48:02 - 03:41:42
In , if center is not None or if I don't want to rotate around the center, how should I change the code? - OpenCV Course - Full Tutorial with Python

In , if center is not None or if I don't want to rotate around the center, how should I change the code?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:48:55 - 03:41:42
⌨️ () Contour DetectionSection #2 - Advanced - OpenCV Course - Full Tutorial with Python

⌨️ () Contour DetectionSection #2 - Advanced

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:57:06 - 01:12:53
=>print( f'{len(contours)} contour(s) found!')its give me syntax error its point me that      '    as a invalid syntax - OpenCV Course - Full Tutorial with Python

=>print( f'{len(contours)} contour(s) found!')its give me syntax error its point me that ' as a invalid syntax

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:03:09 - 03:41:42
Sir at  , we used blur to find out Contours Drawn and the normal img to find canny  , so they were so different . I used blur in both cases and then the Contours Drawn and Canny seemed to be quite same. - OpenCV Course - Full Tutorial with Python

Sir at , we used blur to find out Contours Drawn and the normal img to find canny , so they were so different . I used blur in both cases and then the Contours Drawn and Canny seemed to be quite same.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:10:39 - 03:41:42
⌨️ () Color Spaces - OpenCV Course - Full Tutorial with Python

⌨️ () Color Spaces

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:12:53 - 01:23:10
I am getting an warning like this "UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.plt.show()"what is the solution. - OpenCV Course - Full Tutorial with Python

I am getting an warning like this "UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.plt.show()"what is the solution.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:17:15 - 03:41:42
⌨️ () Color Channels - OpenCV Course - Full Tutorial with Python

⌨️ () Color Channels

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:23:10 - 01:31:03
why can't we just put [r,r,r] to get red color in cv.merge ? I tried doing that but I got the grayscale image, but why does that not work? - OpenCV Course - Full Tutorial with Python

why can't we just put [r,r,r] to get red color in cv.merge ? I tried doing that but I got the grayscale image, but why does that not work?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:29:01 - 03:41:42
⌨️ () Blurring - OpenCV Course - Full Tutorial with Python

⌨️ () Blurring

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:31:03 - 01:44:27
⌨️ () BITWISE operations - OpenCV Course - Full Tutorial with Python

⌨️ () BITWISE operations

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:44:27 - 01:53:06
hey i m just wondering what are the parameters of the following statement :  blank[,300:200] - OpenCV Course - Full Tutorial with Python

hey i m just wondering what are the parameters of the following statement : blank[,300:200]

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:45:00 - 03:41:42
⌨️ () Masking - OpenCV Course - Full Tutorial with Python

⌨️ () Masking

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:53:06 - 02:01:43
⌨️ () Histogram Computation - OpenCV Course - Full Tutorial with Python

⌨️ () Histogram Computation

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:01:43 - 02:15:22
(-215: assertion failed) error is showing - OpenCV Course - Full Tutorial with Python

(-215: assertion failed) error is showing

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:05:41 - 03:41:42
I thought the video is at 0.25x speed - OpenCV Course - Full Tutorial with Python

I thought the video is at 0.25x speed

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:07:07 - 03:41:42
— actually everything was OK. You don't need to pass masked image to calcHist mask parameter. You can just pass white circle instead, as you did first time. You can compare both histogram plots and make sure, they are identical. It worked because cats-in-a-circle image is identical to white circle in bitwise operations (if those cats have no zero valued pixels in the circle region) - OpenCV Course - Full Tutorial with Python

— actually everything was OK. You don't need to pass masked image to calcHist mask parameter. You can just pass white circle instead, as you did first time. You can compare both histogram plots and make sure, they are identical. It worked because cats-in-a-circle image is identical to white circle in bitwise operations (if those cats have no zero valued pixels in the circle region)

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:08:26 - 03:41:42
hello!!! at , what does the 'i, col' stand for in the 'for' loop? - OpenCV Course - Full Tutorial with Python

hello!!! at , what does the 'i, col' stand for in the 'for' loop?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:11:08 - 03:41:42
can anybody help me know what exactly he did to solve the error at   please? All he did was rename the variables ;circle and mask  from circle to mask and renamed mask as masked without changing the code or anything.... can anybody please help me out? thank you - OpenCV Course - Full Tutorial with Python

can anybody help me know what exactly he did to solve the error at please? All he did was rename the variables ;circle and mask from circle to mask and renamed mask as masked without changing the code or anything.... can anybody please help me out? thank you

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:13:52 - 03:41:42
⌨️ () Thresholding/Binarizing Images - OpenCV Course - Full Tutorial with Python

⌨️ () Thresholding/Binarizing Images

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:15:22 - 02:26:27
@ - OpenCV Course - Full Tutorial with Python

@

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:17:08 - 03:41:42
From  to 2:25:00  -ish Yours will probably have more black the lower the second number and more white the higher it is, as he still has cv.THRESH_BINARY_INV instead of cv.THRESH_BINARY - OpenCV Course - Full Tutorial with Python

From to 2:25:00 -ish Yours will probably have more black the lower the second number and more white the higher it is, as he still has cv.THRESH_BINARY_INV instead of cv.THRESH_BINARY

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:24:03 - 03:41:42
⌨️ () Edge DetectionSection #3 - Faces: - OpenCV Course - Full Tutorial with Python

⌨️ () Edge DetectionSection #3 - Faces:

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:26:27 - 02:35:25
⌨️ () Face Detection with Haar Cascades - OpenCV Course - Full Tutorial with Python

⌨️ () Face Detection with Haar Cascades

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:35:25 - 02:49:05
Error at - OpenCV Course - Full Tutorial with Python

Error at

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:40:50 - 03:41:42
Tutorial is awesome, the explanations are much better than other tutorials I have tried, only ran into one real issue so far and that was during the "Face detection with Haar Cascades".  When referencing the xml file, I found out I needed to implement the full path to the file in order to get it working properly, just thought I would throw that out there in case anyone else runs into a similar problem. - OpenCV Course - Full Tutorial with Python

Tutorial is awesome, the explanations are much better than other tutorials I have tried, only ran into one real issue so far and that was during the "Face detection with Haar Cascades". When referencing the xml file, I found out I needed to implement the full path to the file in order to get it working properly, just thought I would throw that out there in case anyone else runs into a similar problem.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:41:06 - 03:41:42
Hello, really grateful for this course, thank you so much. I am getting this error at -error: (-212:Parsing error) cv::XMLParser::parse in function 'haar_face.xml(1): Valid XML should start with '<?xml ...?>''how do i resolve this? - OpenCV Course - Full Tutorial with Python

Hello, really grateful for this course, thank you so much. I am getting this error at -error: (-212:Parsing error) cv::XMLParser::parse in function 'haar_face.xml(1): Valid XML should start with '<?xml ...?>''how do i resolve this?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:42:58 - 03:41:42
⌨️ () Face Recognition with OpenCV's built-in recognizerSection #4 - Capstone - OpenCV Course - Full Tutorial with Python

⌨️ () Face Recognition with OpenCV's built-in recognizerSection #4 - Capstone

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:49:05 - 03:11:57
@  where you write:faces_roi = gray[y:y+h, x:x+h]is that a typo?should be?faces_roi = gray[y:y+h, x:x+w]i think it still works because its a rectangle where the height is longer then the width.This is a great course, Thanks for the content. - OpenCV Course - Full Tutorial with Python

@ where you write:faces_roi = gray[y:y+h, x:x+h]is that a typo?should be?faces_roi = gray[y:y+h, x:x+w]i think it still works because its a rectangle where the height is longer then the width.This is a great course, Thanks for the content.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:06:53 - 03:41:42
In Face Recognition section, at  , in my case, model is always recognizing image with confidence of 0.0 . Could anyone please help me? Please? - OpenCV Course - Full Tutorial with Python

In Face Recognition section, at , in my case, model is always recognizing image with confidence of 0.0 . Could anyone please help me? Please?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:07:45 - 03:41:42
a 110% "pretty sure there's an error somewhere" .... 3:39:15 "...definitely not the best model that we could've asked for..."  this is learning the blind way, nothing replaces reading a good book, more cartesian, more precise. - OpenCV Course - Full Tutorial with Python

a 110% "pretty sure there's an error somewhere" .... 3:39:15 "...definitely not the best model that we could've asked for..." this is learning the blind way, nothing replaces reading a good book, more cartesian, more precise.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:09:05 - 03:41:42
⌨️ () Deep Computer Vision: The Simpsons - OpenCV Course - Full Tutorial with Python

⌨️ () Deep Computer Vision: The Simpsons

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:11:57 - 03:41:42
I'm facing following error in - OpenCV Course - Full Tutorial with Python

I'm facing following error in

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:16:28 - 03:41:42
I got a ValueError "verbose flag must be either 1 (display progress to terminal) or 0 otherwise" on the kaggle notebook due to the IMG_SIZE. I've been looking up for solutions but still couldn't find anything that worked. Anyone has any idea on why this is happening? - OpenCV Course - Full Tutorial with Python

I got a ValueError "verbose flag must be either 1 (display progress to terminal) or 0 otherwise" on the kaggle notebook due to the IMG_SIZE. I've been looking up for solutions but still couldn't find anything that worked. Anyone has any idea on why this is happening?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:22:52 - 03:41:42
- What is [0] [0] in plt.imshow(train[0][0], cmap='gray') line? - OpenCV Course - Full Tutorial with Python

- What is [0] [0] in plt.imshow(train[0][0], cmap='gray') line?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:24:13 - 03:41:42
cell [17] the output order x_train, x_val, y_train, y_val didn't work. i didn't look up the source code of caer.train_val_split yet, but I'm thinking maybe x_train, y_train, x_val, y_val is the right order, just by counting the output sizes. - OpenCV Course - Full Tutorial with Python

cell [17] the output order x_train, x_val, y_train, y_val didn't work. i didn't look up the source code of caer.train_val_split yet, but I'm thinking maybe x_train, y_train, x_val, y_val is the right order, just by counting the output sizes.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:28:00 - 03:41:42
Hello bro. Thanks very much for this series. But when I learning to . I tried to run on Kaggle 2 line:datagen = canaro.generators.imageDataGenerator()train_gen = datagen.flow(x_train, y_train, batch_size=BATCH_SIZE)it return: ValueError: `x` (images tensor) and `y` (labels) should have the same length. Found: x.shape = (80, 80, 1), y.shape = (11047, 10)Anyone know how to fix this error please !!!Thanks a lot!!! - OpenCV Course - Full Tutorial with Python

Hello bro. Thanks very much for this series. But when I learning to . I tried to run on Kaggle 2 line:datagen = canaro.generators.imageDataGenerator()train_gen = datagen.flow(x_train, y_train, batch_size=BATCH_SIZE)it return: ValueError: `x` (images tensor) and `y` (labels) should have the same length. Found: x.shape = (80, 80, 1), y.shape = (11047, 10)Anyone know how to fix this error please !!!Thanks a lot!!!

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:29:04 - 03:41:42
cannot run the train_gen at  as it showing error saying "ValueError: `x` (images tensor) and `y` (labels) should have the same length. Found: x.shape = (80, 80, 1), y.shape = (11047, 10) " - OpenCV Course - Full Tutorial with Python

cannot run the train_gen at as it showing error saying "ValueError: `x` (images tensor) and `y` (labels) should have the same length. Found: x.shape = (80, 80, 1), y.shape = (11047, 10) "

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:29:47 - 03:41:42
- `x` (images tensor) and `y` (labels) should have the same length - People who are getting this error, convert the list x_train and y_train to numpy arrays - OpenCV Course - Full Tutorial with Python

- `x` (images tensor) and `y` (labels) should have the same length - People who are getting this error, convert the list x_train and y_train to numpy arrays

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:29:55 - 03:41:42
Error 'list index out of range' - OpenCV Course - Full Tutorial with Python

Error 'list index out of range'

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:30:00 - 03:41:42
I stucked an error at  and i surrendered to resolve.  Finally, your Github resume back  again together with "Fix Sklearn ImportError"  which is inside simpsons.py then i follow the github to import sklearn.model_selection as skm and change x_train, x_val, y_train, y_val = caer.train_val_split(featureSet, labels, val_ratio=.2) to - OpenCV Course - Full Tutorial with Python

I stucked an error at and i surrendered to resolve. Finally, your Github resume back again together with "Fix Sklearn ImportError" which is inside simpsons.py then i follow the github to import sklearn.model_selection as skm and change x_train, x_val, y_train, y_val = caer.train_val_split(featureSet, labels, val_ratio=.2) to

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:30:00 - 03:41:42
training = model.fit(train_gen,steps_per_epoch=len(x_train)//BATCH_SIZE,epochs=EPOCHS,validation_data=(x_val, y_val),validation_steps=len(y_val)//BATCH_SIZE,callbacks = callbacks_list)the run stopped at Epoch 1/10 and there was an error on the callbacks = callbacks_list, which leads to a long list of errors and I don't even know what is wrong with it, HELP!!!!This is the conclusion:InvalidArgumentError:  Can not squeeze dim[2], expected a dimension of 1, got 10[[node binary_crossentropy/remove_squeezable_dimensions/Squeeze (defined at tmp/ipykernel_303/1953013397.py:6) ]] [Op:__inference_train_function_2191]Function call stack:train_function - OpenCV Course - Full Tutorial with Python

training = model.fit(train_gen,steps_per_epoch=len(x_train)//BATCH_SIZE,epochs=EPOCHS,validation_data=(x_val, y_val),validation_steps=len(y_val)//BATCH_SIZE,callbacks = callbacks_list)the run stopped at Epoch 1/10 and there was an error on the callbacks = callbacks_list, which leads to a long list of errors and I don't even know what is wrong with it, HELP!!!!This is the conclusion:InvalidArgumentError: Can not squeeze dim[2], expected a dimension of 1, got 10[[node binary_crossentropy/remove_squeezable_dimensions/Squeeze (defined at tmp/ipykernel_303/1953013397.py:6) ]] [Op:__inference_train_function_2191]Function call stack:train_function

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:34:04 - 03:41:42
That was a nice course for starting machine learning but please look at () .  We're larning to reach a conclusion . So why the model cannot work correctly? - OpenCV Course - Full Tutorial with Python

That was a nice course for starting machine learning but please look at () . We're larning to reach a conclusion . So why the model cannot work correctly?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:38:00 - 03:41:42
At  there is an error in labelling the labels. All the predictions the model made were correct. - OpenCV Course - Full Tutorial with Python

At there is an error in labelling the labels. All the predictions the model made were correct.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:39:00 - 03:41:42

freeCodeCamp.org

※本サイトに掲載されているチャンネル情報や動画情報はYouTube公式のAPIを使って取得・表示しています。

Timetable

動画タイムテーブル

動画数:1636件

⌨️ () Web Design Basics - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Web Design Basics

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:00:00 - 00:03:36
⌨️ () Webflow Basics - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Webflow Basics

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:03:36 - 00:10:35
⌨️ () Components/Symbols in Webflow - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Components/Symbols in Webflow

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:10:35 - 00:11:28
⌨️ () Variables in Webflow - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Variables in Webflow

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:11:28 - 00:13:25
⌨️ () Assets/Images - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Assets/Images

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:13:25 - 00:13:35
⌨️ () Webflow CMS - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Webflow CMS

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:13:35 - 00:14:03
⌨️ () Users in Webflow - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Users in Webflow

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:14:03 - 00:14:12
⌨️ () E-commerce in Webflow - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () E-commerce in Webflow

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:14:12 - 00:15:13
⌨️ () Add Pages/Folder in Webflow - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Add Pages/Folder in Webflow

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:15:13 - 00:15:25
⌨️ () Style Panel - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Style Panel

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:15:25 - 00:16:24
⌨️ () Layouts - CSS Grid & Flexbox - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Layouts - CSS Grid & Flexbox

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:16:24 - 00:20:22
⌨️ () Typography - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Typography

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:20:22 - 00:20:31
⌨️ () Backgrounds - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Backgrounds

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:20:31 - 00:21:13
⌨️ () Borders & Radius - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Borders & Radius

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:21:13 - 00:21:58
⌨️ () Effects - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Effects

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:21:58 - 00:22:43
⌨️ () Element Settings - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Element Settings

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:22:43 - 00:23:08
⌨️ () Animations - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Animations

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:23:08 - 00:24:36
⌨️ () Landing Page Development - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Landing Page Development

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
00:24:36 - 01:05:20
⌨️ () Blog CMS for Landing Page - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Blog CMS for Landing Page

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
01:05:20 - 01:21:29
⌨️ () Mobile & Tablet Responsive - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Mobile & Tablet Responsive

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
01:21:29 - 01:30:43
⌨️ () Landing Page Animations - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Landing Page Animations

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
01:30:43 - 01:36:46
⌨️ () SEO in Webflow - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () SEO in Webflow

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
01:36:46 - 01:37:24
⌨️ () Domain & Hosting - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Domain & Hosting

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
01:37:24 - 01:38:56
⌨️ () Final Words - Webflow Tutorial for Beginners – No-Code Web Design

⌨️ () Final Words

Webflow Tutorial for Beginners – No-Code Web Design
2024年04月24日 
01:38:56 - 01:39:48
⌨️ () Intro - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Intro

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
00:00:00 - 00:03:07
⌨️ () Creating a new Next.js app from a starter template - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Creating a new Next.js app from a starter template

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
00:03:07 - 00:05:32
⌨️ () Installing & Configuring the Cloudinary Node.js SDK - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Installing & Configuring the Cloudinary Node.js SDK

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
00:05:32 - 00:10:00
⌨️ () Listing photos from Cloudinary - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Listing photos from Cloudinary

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
00:10:00 - 00:15:07
⌨️ () Optimized & Responsive Images with Next Cloudinary - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Optimized & Responsive Images with Next Cloudinary

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
00:15:07 - 00:23:29
⌨️ () Uploading Images with the CldUploadButton - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Uploading Images with the CldUploadButton

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
00:23:29 - 00:32:24
⌨️ () Passing Server Data to the Client with Tanstack Query - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Passing Server Data to the Client with Tanstack Query

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
00:32:24 - 00:39:58
⌨️ () Creating a custom hook to manage resource requests - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Creating a custom hook to manage resource requests

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
00:39:58 - 00:43:53
⌨️ () Optimisticly updating UI on Upload using Tanstack Query - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Optimisticly updating UI on Upload using Tanstack Query

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
00:43:53 - 00:52:18
⌨️ () Tagging Images & Fetching Images by Tag - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Tagging Images & Fetching Images by Tag

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
00:52:18 - 00:55:33
⌨️ () Optimizing Server to Client resource and request management - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Optimizing Server to Client resource and request management

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
00:55:33 - 01:01:55
⌨️ () Creating dynamic routes for viewing individual images - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Creating dynamic routes for viewing individual images

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
01:01:55 - 01:11:01
⌨️ () Using AI to Improve, Restore, and Remove Backgrounds from Images - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Using AI to Improve, Restore, and Remove Backgrounds from Images

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
01:11:01 - 01:28:32
⌨️ () Adding animated loading placeholders for images - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Adding animated loading placeholders for images

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
01:28:32 - 01:34:33
⌨️ () Dynamically Cropping & Resizing images to different aspect ratios - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Dynamically Cropping & Resizing images to different aspect ratios

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
01:34:33 - 01:46:48
⌨️ () Customizing images with filters and effects - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Customizing images with filters and effects

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
01:46:48 - 01:55:23
⌨️ () Saving and updating an image with applied transformations and effects - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Saving and updating an image with applied transformations and effects

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
01:55:23 - 02:11:46
⌨️ () Refreshing and updating UI state on save - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Refreshing and updating UI state on save

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
02:11:46 - 02:19:14
⌨️ () Saving an image as a copy - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Saving an image as a copy

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
02:19:14 - 02:23:14
⌨️ () Deleting images - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Deleting images

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
02:23:14 - 02:30:04
⌨️ () Invalidating Tanstack Query tags on change - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Invalidating Tanstack Query tags on change

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
02:30:04 - 02:33:01
⌨️ () Adding image resource metadata to info panel - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Adding image resource metadata to info panel

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
02:33:01 - 02:37:32
⌨️ () Setting up a Next.js loading UI for React Suspense streaming - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Setting up a Next.js loading UI for React Suspense streaming

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
02:37:32 - 02:42:13
⌨️ () Adding loading indicators to homepage gallery - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Adding loading indicators to homepage gallery

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
02:42:13 - 02:43:08
⌨️ () Creating a collage from multiple images - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Creating a collage from multiple images

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
02:43:08 - 03:06:44
⌨️ () Saving collage creations to library - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Saving collage creations to library

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
03:06:44 - 03:13:30
⌨️ () Generating Ken Burns style zoom animations from images - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Generating Ken Burns style zoom animations from images

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
03:13:30 - 03:17:50
⌨️ () Stylizing images with Color Pop - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Stylizing images with Color Pop

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
03:17:50 - 03:29:46
⌨️ () Optimizing Creation generation and UI - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Optimizing Creation generation and UI

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
03:29:46 - 03:34:29
⌨️ () Creating new server route of only stylized Creations - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Creating new server route of only stylized Creations

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
03:34:29 - 03:39:05
⌨️ () Outro - Build a Google Photos Clone with Next.js and Cloudinary – Tutorial

⌨️ () Outro

Build a Google Photos Clone with Next.js and Cloudinary – Tutorial
2024年04月23日 
03:39:05 - 03:39:13
⌨️ () Introduction - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Introduction

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:00:00 - 00:04:42
Don't use CREATE OR REPLACE! It is dangerous. Use DROP CASCADING and then CREATE. For that reason many DBMS doesn't even support OR REPLACE for tables. For tutorials you should stick to SQL that is supported by the main players like Oracle and SQL Server! Thanks! - Intuitive SQL For Data Analytics - Tutorial

Don't use CREATE OR REPLACE! It is dangerous. Use DROP CASCADING and then CREATE. For that reason many DBMS doesn't even support OR REPLACE for tables. For tutorials you should stick to SQL that is supported by the main players like Oracle and SQL Server! Thanks!

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日  @Apenschi 様 
00:01:57 - 11:00:16
⌨️ () Syllabus & resources - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Syllabus & resources

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:04:42 - 00:09:04
⌨️ () Meet SQL! - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Meet SQL!

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:09:04 - 00:10:30
⌨️ () Types of SQL statements - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Types of SQL statements

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:10:30 - 00:12:20
⌨️ () Why BigQuery - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Why BigQuery

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:12:20 - 00:13:27
⌨️ () How to setup Google Cloud - Intuitive SQL For Data Analytics - Tutorial

⌨️ () How to setup Google Cloud

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:13:27 - 00:17:02
⌨️ () How to avoid Google Cloud charges - Intuitive SQL For Data Analytics - Tutorial

⌨️ () How to avoid Google Cloud charges

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:17:02 - 00:22:11
⌨️ () Introduction to our data - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Introduction to our data

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:22:11 - 00:23:16
⌨️ () How data is organized in BigQuery - Intuitive SQL For Data Analytics - Tutorial

⌨️ () How data is organized in BigQuery

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:23:16 - 00:26:53
⌨️ () Loading our data in BigQuery - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Loading our data in BigQuery

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:26:53 - 00:30:09
⌨️ () The BigQuery Interface - Intuitive SQL For Data Analytics - Tutorial

⌨️ () The BigQuery Interface

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:30:09 - 00:37:54
⌨️ () Running our first query - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Running our first query

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:37:54 - 00:46:20
⌨️ () How SQL organizes data - Intuitive SQL For Data Analytics - Tutorial

⌨️ () How SQL organizes data

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:46:20 - 00:54:32
Book mark: - Intuitive SQL For Data Analytics - Tutorial

Book mark:

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日  @bharathnaveen8870 様 
00:48:00 - 11:00:16
⌨️ () The SQL statement - Intuitive SQL For Data Analytics - Tutorial

⌨️ () The SQL statement

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:54:32 - 00:56:05
⌨️ () The three orders of SQL operations - Intuitive SQL For Data Analytics - Tutorial

⌨️ () The three orders of SQL operations

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:56:05 - 01:00:05
⌨️ () The logical order of SQL operations - Intuitive SQL For Data Analytics - Tutorial

⌨️ () The logical order of SQL operations

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
01:00:05 - 01:03:28
⌨️ () Introduction to basics - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Introduction to basics

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
01:03:28 - 01:04:10
⌨️ () SELECT and FROM - Intuitive SQL For Data Analytics - Tutorial

⌨️ () SELECT and FROM

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
01:04:10 - 01:08:22
⌨️ () Transform columns with SELECT - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Transform columns with SELECT

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
01:08:22 - 01:19:32
⌨️ () The order of arithmetic operations - Intuitive SQL For Data Analytics - Tutorial

⌨️ () The order of arithmetic operations

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
01:19:32 - 01:24:03
⌨️ () The WHERE filter - Intuitive SQL For Data Analytics - Tutorial

⌨️ () The WHERE filter

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
01:24:03 - 01:31:28
⌨️ () Boolean algebra - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Boolean algebra

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
01:31:28 - 01:48:07
⌨️ () DISTINCT - Intuitive SQL For Data Analytics - Tutorial

⌨️ () DISTINCT

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
01:48:07 - 01:52:04
⌨️ () Create BigQuery tables from queries - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Create BigQuery tables from queries

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
01:52:04 - 01:57:38
⌨️ () UNION 1 - Intuitive SQL For Data Analytics - Tutorial

⌨️ () UNION 1

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
01:57:38 - 02:05:15
⌨️ () UNION 2 - Intuitive SQL For Data Analytics - Tutorial

⌨️ () UNION 2

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
02:05:15 - 02:11:57
⌨️ () UNION 3 - Intuitive SQL For Data Analytics - Tutorial

⌨️ () UNION 3

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
02:11:57 - 02:19:58
⌨️ () UNION 4 - Intuitive SQL For Data Analytics - Tutorial

⌨️ () UNION 4

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
02:19:58 - 02:22:41
⌨️ () ORDER BY - Intuitive SQL For Data Analytics - Tutorial

⌨️ () ORDER BY

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
02:22:41 - 02:28:52
⌨️ () LIMIT - Intuitive SQL For Data Analytics - Tutorial

⌨️ () LIMIT

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
02:28:52 - 02:34:06
⌨️ () CASE - Intuitive SQL For Data Analytics - Tutorial

⌨️ () CASE

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
02:34:06 - 02:52:29
⌨️ () Simple aggregations - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Simple aggregations

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
02:52:29 - 03:06:59
⌨️ () Subqueries 1 - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Subqueries 1

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
03:06:59 - 03:16:28
⌨️ () Subqueries 2 - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Subqueries 2

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
03:16:28 - 03:25:46
⌨️ () Subqueries 3 - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Subqueries 3

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
03:25:46 - 03:29:43
⌨️ () Nested queries - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Nested queries

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
03:29:43 - 03:40:11
⌨️ () Common table expressions 1 - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Common table expressions 1

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
03:40:11 - 03:48:12
⌨️ () Common table expressions 2 - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Common table expressions 2

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
03:48:12 - 03:53:08
⌨️ () Common table expressions 3 - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Common table expressions 3

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
03:53:08 - 03:59:18
⌨️ () Joins - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Joins

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
03:59:18 - 05:15:39
⌨️ () GROUP BY And Aggregations - Intuitive SQL For Data Analytics - Tutorial

⌨️ () GROUP BY And Aggregations

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
05:15:39 - 06:04:11
⌨️ () Window Functions - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Window Functions

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
06:04:11 - 07:09:50
⌨️ () Putting It All Together - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Putting It All Together

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
07:09:50 - 07:15:56
⌨️ () Let's Solve A Hard SQL Challenge! - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Let's Solve A Hard SQL Challenge!

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
07:15:56 - 07:33:54
⌨️ () PostgreSQL Exercises - Introduction - Intuitive SQL For Data Analytics - Tutorial

⌨️ () PostgreSQL Exercises - Introduction

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
07:33:54 - 07:42:00
⌨️ () PostgreSQL Exercises - Basic - Intuitive SQL For Data Analytics - Tutorial

⌨️ () PostgreSQL Exercises - Basic

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
07:42:00 - 08:10:33
⌨️ () PostgreSQL Exercises - Joins and Subqueries - Intuitive SQL For Data Analytics - Tutorial

⌨️ () PostgreSQL Exercises - Joins and Subqueries

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
08:10:33 - 08:56:45
⌨️ () PostgreSQL Exercises - Aggregations Pt. 1 - Intuitive SQL For Data Analytics - Tutorial

⌨️ () PostgreSQL Exercises - Aggregations Pt. 1

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
08:56:45 - 09:57:51
⌨️ () PostgreSQL Exercises - Aggregations Pt. 2 - Intuitive SQL For Data Analytics - Tutorial

⌨️ () PostgreSQL Exercises - Aggregations Pt. 2

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
09:57:51 - 10:57:51
⌨️ () PostgreSQL Exercises - Conclusion - Intuitive SQL For Data Analytics - Tutorial

⌨️ () PostgreSQL Exercises - Conclusion

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
10:57:51 - 11:00:16