watched till  min(00:23:00 - 03:41:42) - OpenCV Course - Full Tutorial with Python

watched till min(00:23:00 - 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

動画タイムテーブル

動画数:1634件

⌨️ () Introduction - Intuitive SQL For Data Analytics - Tutorial

⌨️ () Introduction

Intuitive SQL For Data Analytics - Tutorial
2024年04月23日 
00:00:00 - 00:04:42
⌨️ () 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
⌨️ () 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
| (1) - CTO Andrew Brown on DevOps + Cloud Certification Exams [freeCodeCamp Podcast #120]

| (1)

CTO Andrew Brown on DevOps + Cloud Certification Exams [freeCodeCamp Podcast #120]
2024年04月19日  @miguelsalazar8663 様 
00:44:26 - 01:43:06
|  (2) - CTO Andrew Brown on DevOps + Cloud Certification Exams [freeCodeCamp Podcast #120]

| (2)

CTO Andrew Brown on DevOps + Cloud Certification Exams [freeCodeCamp Podcast #120]
2024年04月19日  @miguelsalazar8663 様 
01:43:06 - 02:35:23
⌨️ () Overview - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Overview

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:00:00 - 00:05:53
⌨️ () Indexing - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Indexing

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:05:53 - 00:10:40
Love the teaching style! at  you mention that you've walked through the code previously. Is there another video to go with this one or did I miss something? - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

Love the teaching style! at you mention that you've walked through the code previously. Is there another video to go with this one or did I miss something?

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日  @CodeKitchen 様 
00:09:00 - 02:33:11
⌨️ () Retrieval - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Retrieval

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:10:40 - 00:15:52
⌨️ () Generation - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Generation

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:15:52 - 00:22:14
⌨️ () Query Translation (Multi-Query) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Query Translation (Multi-Query)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:22:14 - 00:28:20
Hello, at  why is he using itemgetter to pass the question? What's the difference between doing that and setting a RunnablePassthrough() in there? - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

Hello, at why is he using itemgetter to pass the question? What's the difference between doing that and setting a RunnablePassthrough() in there?

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日  @Josholsan 様 
00:27:13 - 02:33:11
⌨️ () Query Translation (RAG Fusion) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Query Translation (RAG Fusion)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:28:20 - 00:33:57
⌨️ () Query Translation (Decomposition) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Query Translation (Decomposition)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:33:57 - 00:40:31
⌨️ () Query Translation (Step Back) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Query Translation (Step Back)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:40:31 - 00:47:24
⌨️ () Query Translation (HyDE) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Query Translation (HyDE)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:47:24 - 00:52:07
⌨️ () Routing - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Routing

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:52:07 - 00:59:08
⌨️ () Query Construction - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Query Construction

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
00:59:08 - 01:05:05
⌨️ () Indexing (Multi Representation) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Indexing (Multi Representation)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
01:05:05 - 01:11:39
⌨️ () Indexing (RAPTOR) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Indexing (RAPTOR)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
01:11:39 - 01:19:19
⌨️ () Indexing (ColBERT) - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Indexing (ColBERT)

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
01:19:19 - 01:26:32
⌨️ () CRAG - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () CRAG

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
01:26:32 - 01:44:09
⌨️ () Adaptive RAG - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () Adaptive RAG

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
01:44:09 - 02:12:02
⌨️ () The future of RAG - Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer

⌨️ () The future of RAG

Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
2024年04月17日 
02:12:02 - 02:33:11
⌨️ () Video Introduction - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Video Introduction

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:00:00 - 00:03:49
⌨️ () Introduction to Data Science and A/B Testing - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Introduction to Data Science and A/B Testing

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:03:49 - 00:05:38
⌨️ () Basics of A/B Testing in Data Science - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Basics of A/B Testing in Data Science

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:05:38 - 00:07:06
⌨️ () Key Parameters of A/B Testing for Data Scientists - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Key Parameters of A/B Testing for Data Scientists

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:07:06 - 00:09:24
⌨️ () Formulating Hypotheses and Identifying Primary Metrics in Data Science A/B Testing - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Formulating Hypotheses and Identifying Primary Metrics in Data Science A/B Testing

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:09:24 - 00:19:55
⌨️ () Designing an A/B Test: Data Science Approach - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Designing an A/B Test: Data Science Approach

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:19:55 - 00:37:56
⌨️ () Resources for A/B Testing in Data Science - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Resources for A/B Testing in Data Science

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:37:56 - 00:39:22
⌨️ () Analyzing A/B Test Results in Python: Data Science Techniques - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Analyzing A/B Test Results in Python: Data Science Techniques

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:39:22 - 01:01:00
⌨️ () Data Science Portfolio Project: Case Study with AB Testing - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Data Science Portfolio Project: Case Study with AB Testing

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:01:00 - 01:04:38
⌨️ () Reintroduction to A/B Testing in the Data Science Process - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Reintroduction to A/B Testing in the Data Science Process

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:04:38 - 01:21:07
⌨️ () Data Science Techniques: Loading Data with Pandas for A/B Testing - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Data Science Techniques: Loading Data with Pandas for A/B Testing

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:21:07 - 01:29:19
⌨️ () Data Science Visualization: Using Matplotlib and Seaborn for A/B Test Click Data - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Data Science Visualization: Using Matplotlib and Seaborn for A/B Test Click Data

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:29:19 - 01:38:38
⌨️ () Data Science Power Analysis: Understanding A/B Test Model Parameters - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Data Science Power Analysis: Understanding A/B Test Model Parameters

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:38:38 - 01:44:25
⌨️ () Data Science Calculations: Pooled Estimates and Variance for A/B Testing - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Data Science Calculations: Pooled Estimates and Variance for A/B Testing

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:44:25 - 02:06:48
⌨️ () Computing A/B Test P-Values: Data Science Methods for Statistical Significance - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Computing A/B Test P-Values: Data Science Methods for Statistical Significance

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
02:06:48 - 02:12:42
⌨️ () Practical Significance in A/B Testing: A Data Science Perspective - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Practical Significance in A/B Testing: A Data Science Perspective

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
02:12:42 - 02:29:07
⌨️ () Conclusion: Wrapping Up A/B Testing in Data Science - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Conclusion: Wrapping Up A/B Testing in Data Science

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
02:29:07 - 02:33:06
⌨️ () Introduction - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Introduction

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:00:00 - 00:01:21
⌨️ () Create account - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Create account

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:01:21 - 00:02:15
⌨️ () Create server - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Create server

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:02:15 - 00:07:53
⌨️ () Install software - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Install software

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:07:53 - 00:11:52
⌨️ () Configure Postgresql - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Configure Postgresql

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:11:52 - 00:15:56
⌨️ () Users and environment - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Users and environment

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:15:56 - 00:19:41
⌨️ () Requirements.txt - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Requirements.txt

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:19:41 - 00:22:26
⌨️ () Separate settings file - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Separate settings file

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:22:26 - 00:24:01
⌨️ () Introducing Git - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Introducing Git

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:24:01 - 00:31:36
⌨️ () Environmental variables - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Environmental variables

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:31:36 - 00:33:16
⌨️ () Init database - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Init database

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:33:16 - 00:36:46
⌨️ () Configure Gunicorn - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Configure Gunicorn

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:36:46 - 00:45:25
⌨️ () Configure Supervisor - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Configure Supervisor

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:45:25 - 00:48:44
⌨️ () Configure Nginx - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Configure Nginx

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:48:44 - 00:57:38
⌨️ () SSL / Let's Encrypt - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () SSL / Let's Encrypt

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:57:38 - 00:59:26
⌨️ () Repeat procedure - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Repeat procedure

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:59:26 - 01:15:47