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.(02:41:06 - 03:41:42) - 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.(02:41:06 - 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

動画タイムテーブル

動画数:1630件

⌨️ () 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
⌨️ () Introduction - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Introduction

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:00:00 - 00:01:54
The timing on this video being dropped was PERFECT. I was JUST complaining there wasn't a good video on this 😂 She's brilliant can't wait to finish this. - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

The timing on this video being dropped was PERFECT. I was JUST complaining there wasn't a good video on this 😂 She's brilliant can't wait to finish this.

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日  @beemoore6578 様 
00:01:30 - 01:29:35
⌨️ () What is Figma? - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () What is Figma?

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:01:54 - 00:02:22
⌨️ () The design - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () The design

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:02:22 - 00:06:28
⌨️ () Locofy Lightning and LocoAI - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Locofy Lightning and LocoAI

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:06:28 - 00:25:18
Starting at  Ania is showing the responsiveness - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

Starting at Ania is showing the responsiveness

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日  @jando3176 様 
00:12:50 - 01:29:35
⌨️ () Let’s build out our app! - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Let’s build out our app!

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:25:18 - 00:40:45
⌨️ () Sync to GitHub - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Sync to GitHub

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:40:45 - 00:49:40
⌨️ () Create a Database - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Create a Database

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:49:40 - 00:54:49
⌨️ () Create Authentication - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Create Authentication

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:54:49 - 01:28:20
⌨️ () Let’s deploy our app! - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Let’s deploy our app!

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
01:28:20 - 01:29:35
⌨️ () Intro - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Intro

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
00:00:00 - 00:01:30
⌨️ () AI Web App - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () AI Web App

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
00:01:30 - 03:07:35
Django - Learn Python Backend Development by Building 3 Projects [Full Course]

Django

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日  @jonathanmeza4141 様 
01:02:13 - 01:11:33
Postgres - Learn Python Backend Development by Building 3 Projects [Full Course]

Postgres

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日  @jonathanmeza4141 様 
01:11:33 - 10:08:02
@CodeWithTomi can you post the information on setting up the Qovery account with AWS you mentioned at timestamp ? Thanks! - Learn Python Backend Development by Building 3 Projects [Full Course]

@CodeWithTomi can you post the information on setting up the Qovery account with AWS you mentioned at timestamp ? Thanks!

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日  @Dorso2009 様 
01:13:20 - 10:08:02
I'm stuck on . i got "error 500" - Learn Python Backend Development by Building 3 Projects [Full Course]

I'm stuck on . i got "error 500"

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日  @walassi834 様 
02:33:00 - 10:08:02
⌨️ () Netflix Clone - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Netflix Clone

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
03:07:35 - 06:11:33
⌨️ () Spotify Clone - Part 1 - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Spotify Clone - Part 1

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
06:11:33 - 06:33:25
⌨️ () Spotify Clone - Part 2 - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Spotify Clone - Part 2

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
06:33:25 - 06:55:45
⌨️ () Spotify Clone - Part 3 - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Spotify Clone - Part 3

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
06:55:45 - 09:50:21
⌨️ () Spotify Clone - Part 4 - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Spotify Clone - Part 4

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
09:50:21 - 10:07:48
⌨️ () Outro - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Outro

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
10:07:48 - 10:08:02
⌨️ () Course Overview - Learn React Router v6 – Full Course

⌨️ () Course Overview

Learn React Router v6 – Full Course
2024年04月04日 
00:00:00 - 00:02:23
⌨️ () Introduction To React Router - Learn React Router v6 – Full Course

⌨️ () Introduction To React Router

Learn React Router v6 – Full Course
2024年04月04日 
00:02:23 - 00:05:08
⌨️ () Project Overview - Learn React Router v6 – Full Course

⌨️ () Project Overview

Learn React Router v6 – Full Course
2024年04月04日 
00:05:08 - 00:07:01
⌨️ () Project Setup - Learn React Router v6 – Full Course

⌨️ () Project Setup

Learn React Router v6 – Full Course
2024年04月04日 
00:07:01 - 00:09:23
⌨️ () Installing React Router - Learn React Router v6 – Full Course

⌨️ () Installing React Router

Learn React Router v6 – Full Course
2024年04月04日 
00:09:23 - 00:10:33
⌨️ () Setting up React Router - Learn React Router v6 – Full Course

⌨️ () Setting up React Router

Learn React Router v6 – Full Course
2024年04月04日 
00:10:33 - 00:14:11
⌨️ () Introduction to Routing - Learn React Router v6 – Full Course

⌨️ () Introduction to Routing

Learn React Router v6 – Full Course
2024年04月04日 
00:14:11 - 00:20:37
⌨️ () Boilerplate code - Learn React Router v6 – Full Course

⌨️ () Boilerplate code

Learn React Router v6 – Full Course
2024年04月04日 
00:20:37 - 00:21:23
⌨️ () Adding a new Route - Learn React Router v6 – Full Course

⌨️ () Adding a new Route

Learn React Router v6 – Full Course
2024年04月04日 
00:21:23 - 00:22:12
⌨️ () How to Navigate between Pages - Learn React Router v6 – Full Course

⌨️ () How to Navigate between Pages

Learn React Router v6 – Full Course
2024年04月04日 
00:22:12 - 00:25:01
⌨️ () Nested Routes - Learn React Router v6 – Full Course

⌨️ () Nested Routes

Learn React Router v6 – Full Course
2024年04月04日 
00:25:01 - 00:31:37
⌨️ () Creating a custom "Not Found" page - Learn React Router v6 – Full Course

⌨️ () Creating a custom "Not Found" page

Learn React Router v6 – Full Course
2024年04月04日 
00:31:37 - 00:35:30
⌨️ () Dynamic Routing - Learn React Router v6 – Full Course

⌨️ () Dynamic Routing

Learn React Router v6 – Full Course
2024年04月04日 
00:35:30 - 00:43:34
⌨️ () Programmatic Navigation - Learn React Router v6 – Full Course

⌨️ () Programmatic Navigation

Learn React Router v6 – Full Course
2024年04月04日 
00:43:34 - 00:53:27
⌨️ () Route Guarding - Learn React Router v6 – Full Course

⌨️ () Route Guarding

Learn React Router v6 – Full Course
2024年04月04日 
00:53:27 - 01:02:45
⌨️ () Navbar Adjustment - Learn React Router v6 – Full Course

⌨️ () Navbar Adjustment

Learn React Router v6 – Full Course
2024年04月04日 
01:02:45 - 01:06:07
⌨️ () Navigation Transition Animation - Learn React Router v6 – Full Course

⌨️ () Navigation Transition Animation

Learn React Router v6 – Full Course
2024年04月04日 
01:06:07 - 01:16:54
⌨️ () Lazy Loading - Learn React Router v6 – Full Course

⌨️ () Lazy Loading

Learn React Router v6 – Full Course
2024年04月04日 
01:16:54 - 01:24:34
⌨️ () Advanced Route Config - Learn React Router v6 – Full Course

⌨️ () Advanced Route Config

Learn React Router v6 – Full Course
2024年04月04日 
01:24:34 - 01:37:09
⌨️ () The Final Project - Learn React Router v6 – Full Course

⌨️ () The Final Project

Learn React Router v6 – Full Course
2024年04月04日 
01:37:09 - 01:38:09
⌨️ () The END! - Learn React Router v6 – Full Course

⌨️ () The END!

Learn React Router v6 – Full Course
2024年04月04日 
01:38:09 - 01:43:23
⌨️ () Intro - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Intro

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:00:00 - 00:03:35
⌨️ () Setup - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Setup

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:03:35 - 00:16:40
⌨️ () Loading assets - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Loading assets

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:16:40 - 00:19:36
⌨️ () How to use Tiled to draw maps - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () How to use Tiled to draw maps

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:19:36 - 00:36:23
⌨️ () Writing logic to display map - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Writing logic to display map

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:36:23 - 00:45:02
⌨️ () Creating the player - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Creating the player

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:45:02 - 00:52:13
⌨️ () Writing logic to display boundaries - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Writing logic to display boundaries

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:52:13 - 00:58:07
⌨️ () Writing logic to display dialogue - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Writing logic to display dialogue

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:58:07 - 01:16:28
⌨️ () Spawning the player + player movement logic - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Spawning the player + player movement logic

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
01:16:28 - 01:26:33
⌨️ () Writing logic for scaling the camera + animations + dialogue text - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Writing logic for scaling the camera + animations + dialogue text

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
01:26:33 - 01:37:41
⌨️ () Introduction - Understanding AI from Scratch – Neural Networks Course

⌨️ () Introduction

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
00:00:00 - 00:07:12
⌨️ () The Playground - Understanding AI from Scratch – Neural Networks Course

⌨️ () The Playground

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
00:07:12 - 00:14:34
⌨️ () One Neuron - Understanding AI from Scratch – Neural Networks Course

⌨️ () One Neuron

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
00:14:34 - 00:29:07
⌨️ () Clarrifications - Understanding AI from Scratch – Neural Networks Course

⌨️ () Clarrifications

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
00:29:07 - 00:31:58
⌨️ () Lesson 2 - Understanding AI from Scratch – Neural Networks Course

⌨️ () Lesson 2

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
00:31:58 - 00:32:16
⌨️ () Genetic Algorithm - Understanding AI from Scratch – Neural Networks Course

⌨️ () Genetic Algorithm

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
00:32:16 - 00:43:04
⌨️ () 2 Inputs - Understanding AI from Scratch – Neural Networks Course

⌨️ () 2 Inputs

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
00:43:04 - 01:02:42
⌨️ () Hidden Layers - Understanding AI from Scratch – Neural Networks Course

⌨️ () Hidden Layers

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
01:02:42 - 01:13:03
⌨️ () Misconceptions - Understanding AI from Scratch – Neural Networks Course

⌨️ () Misconceptions

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
01:13:03 - 01:14:18
⌨️ () Lesson 3 (More Outputs) - Understanding AI from Scratch – Neural Networks Course

⌨️ () Lesson 3 (More Outputs)

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
01:14:18 - 01:55:59
⌨️ () Lesson 4 (Traffic Rules) - Understanding AI from Scratch – Neural Networks Course

⌨️ () Lesson 4 (Traffic Rules)

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
01:55:59 - 02:24:10
⌨️ () Lesson 5 (Compass Sensor) - Understanding AI from Scratch – Neural Networks Course

⌨️ () Lesson 5 (Compass Sensor)

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
02:24:10 - 02:35:20
⌨️ () The need for Shortest Path - Understanding AI from Scratch – Neural Networks Course

⌨️ () The need for Shortest Path

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
02:35:20 - 02:37:10
at💻 Use "1. Starting Codebase" from Phase 3 in Lesson 6 (if you didn't code anything yet) - Understanding AI from Scratch – Neural Networks Course

at💻 Use "1. Starting Codebase" from Phase 3 in Lesson 6 (if you didn't code anything yet)

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
02:36:49 - 00:00:00
⌨️ () Updating the Self-driving Car codebase - Understanding AI from Scratch – Neural Networks Course

⌨️ () Updating the Self-driving Car codebase

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
02:37:10 - 02:57:39
⌨️ () Lesson 6 (Dijkstra's Algorithm) - Understanding AI from Scratch – Neural Networks Course

⌨️ () Lesson 6 (Dijkstra's Algorithm)

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
02:57:39 - 03:24:03
Amazing content thanks.... I was mindblowed at  🤯 - Understanding AI from Scratch – Neural Networks Course

Amazing content thanks.... I was mindblowed at 🤯

Understanding AI from Scratch – Neural Networks Course
2024年04月02日  @stabilini 様 
03:14:45 - 03:44:18
⌨️ () Lesson 7 (Dijkstra with AI Agents) - Understanding AI from Scratch – Neural Networks Course

⌨️ () Lesson 7 (Dijkstra with AI Agents)

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
03:24:03 - 03:43:13
⌨️ () Final Challenge - Understanding AI from Scratch – Neural Networks Course

⌨️ () Final Challenge

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
03:43:13 - 03:44:18