Пікірлер
@masoudmahundi5937
@masoudmahundi5937 16 сағат бұрын
excellent. I like the ploting part
@vermas943
@vermas943 Ай бұрын
Best video ❤
@zurder1991
@zurder1991 Ай бұрын
any info about making a 2d visualization of a data tree? like printing the drawing on the left as the output of the code
@AlexMathew-h7t
@AlexMathew-h7t Ай бұрын
this could be explained much better for better understanding
@kushkapadia3475
@kushkapadia3475 2 ай бұрын
Thank you so much!
@rathanakchantreachum6068
@rathanakchantreachum6068 2 ай бұрын
Could you give me the dataset of this project?
@brettwerner9544
@brettwerner9544 2 ай бұрын
Great video, much appreciated.
@JimBalter
@JimBalter 2 ай бұрын
"no much"? Try "not many". It's pointless to say that space is O(n) ... that's true of any kind of hashing ... or binary trees or linear search or any sort of lookup. And perfect hashing doesn't use a 2-level table ... that's absurd. And what kind of turkey calls himself "The Genius"? No actual geniuses do.
@brianngohofficial
@brianngohofficial 2 ай бұрын
subscribed, thanks for the simple explanation !
@agbojuleemmanuelayomide5029
@agbojuleemmanuelayomide5029 2 ай бұрын
what does the D' in the parenthesis mean?
@MOHAMEDABDULHAMEED96
@MOHAMEDABDULHAMEED96 2 ай бұрын
Hey Kindson, Did you upload the Logistic Regression in PyTorch file to GitHub?
@KindsonTheGenius
@KindsonTheGenius 2 ай бұрын
Oh I see. I've uploaded now, you can check 😊
@MOHAMEDABDULHAMEED96
@MOHAMEDABDULHAMEED96 2 ай бұрын
@@KindsonTheGenius Thanks! You're awesome..
@Daniel-ky9ow
@Daniel-ky9ow 3 ай бұрын
wait onenote? ur based
@ssekid1046
@ssekid1046 3 ай бұрын
your teaching is so simple thanks
@vamsimeghana8260
@vamsimeghana8260 3 ай бұрын
Can we just search the key in the alist dictionary key and return True or False accordingly instead of doing the search again in visited
@LV-cn9bx
@LV-cn9bx 3 ай бұрын
There some errors in this video. First a Binary Tree is not Binary Search Tree. For some reason the teacher has confused both. Code seems confusing at times.
@sandriaelrod-iqbal5315
@sandriaelrod-iqbal5315 4 ай бұрын
Thank you, Kindson!
@kirmada22
@kirmada22 4 ай бұрын
Thank youu !!🙂
@devxorxp
@devxorxp 4 ай бұрын
i will wait for more videos :) pleese dont stop
@KindsonTheGenius
@KindsonTheGenius 4 ай бұрын
This is very motivating. Many thanks 😊
@Gabrieliam
@Gabrieliam 4 ай бұрын
Interesting tutorials, all of them! If you care for any constructive feedback the sound needs improving, it's hard to focus on the tutorial because the low frequencies are very high and there's echoing or double voice going on.
@KindsonTheGenius
@KindsonTheGenius 4 ай бұрын
Thanks for the tips! I got a new mic now 😊
@Gabrieliam
@Gabrieliam 4 ай бұрын
@@KindsonTheGenius Great, I think I'll watch and learn from all your tutorials in time. As for the mic, it might be that audio settings or audio post processing matter more, your microphone looks like it's decent quality. For example if you record in a large, or mostly empty room it might need some echo reduction.
@Noirie99
@Noirie99 5 ай бұрын
Very good course, thanks Sir!
@kindsonmusic
@kindsonmusic 5 ай бұрын
Many thanks 🙏 Remember to subscribe for more like this 😊
@aspoonfulofknowledge
@aspoonfulofknowledge 5 ай бұрын
Great to see you back making videos !
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Many thanks! Sure I"m back now😊😊
@Pardhu-g5g
@Pardhu-g5g 5 ай бұрын
thank you very much sir i got conformation form our subscribers thank you very much sir
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Most welcome!
@Pardhu-g5g
@Pardhu-g5g 5 ай бұрын
nice explanation
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Thanks and welcome
@pgkgaming4229
@pgkgaming4229 5 ай бұрын
Nice explanation ❤
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Thank you 🙂
@pgkgaming4229
@pgkgaming4229 5 ай бұрын
Nice explanation ❤❤❤
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Glad it was helpful!
@jevertt
@jevertt 5 ай бұрын
wouldn't using "np.matmul" or "@" be more clear for what you are trying to teach?
@KindsonTheGenius
@KindsonTheGenius 4 ай бұрын
Yes, but it's quite tricky remembering all the functions needed for each operation
@MayureshSatao-t6k
@MayureshSatao-t6k 5 ай бұрын
I was solving leetcode basic tree questions, the preorder question passed all tests in one go! but when I tried postorder it didn't -> The correct order is left, right, root
@GiftEdeh-nk2gi
@GiftEdeh-nk2gi 5 ай бұрын
🥰
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
🙏
@ETR12935
@ETR12935 5 ай бұрын
amazing playlist!
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Glad you like it!
@alemtsehaygebremariam9128
@alemtsehaygebremariam9128 6 ай бұрын
Thank you so much your codes are very clear and helped me a lot
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Glad to hear that
@ojasikesari7200
@ojasikesari7200 6 ай бұрын
Really intuitive videos, must say. Just a small correction needed for PostTraversal order: it is LEFT-> RIGHT-> ROOT instead of ROOT-> RIGHT-> LEFT. Cheers!
@namalwairene3788
@namalwairene3788 6 ай бұрын
Am lost on how you got p2 and p3 in the table
@namalwairene3788
@namalwairene3788 6 ай бұрын
Where did u get the values in the table. were they given in the question?
@MikołajMuras-l6s
@MikołajMuras-l6s 6 ай бұрын
here is the code: class Node: def __init__(self, data): self.left = None self.right = None self.data = data def insert(self, data): if self.data is None: self.left = Node(data) else: self.left.insert(data) if data < self.data: if self.left in None: self.left = Node(data) else: self.left.insert(data) elif data > self.data: if self.right in None: self.right = Node(data) else: self.right.insert(data) if __name__ == "__main__": root = None("g") root.insert("c") root.insert("b") root.insert("a") root.insert("e") root.insert("g") root.insert("f") root.insert("i") root.insert("h") root.insert("j") root.insert("k")
@lusandahp
@lusandahp 6 ай бұрын
Thanks bro
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Welcome
@ABUUCLIFFORD
@ABUUCLIFFORD 6 ай бұрын
god bless you sir
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Many thanks.
@domillima
@domillima 6 ай бұрын
Why did you use 128 neurons in your first dense layer ??
@OsimenEseigbe
@OsimenEseigbe 6 ай бұрын
VERY GOOD EXPLANATION
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Glad you think so!
@LEOWILLIAMG21CS
@LEOWILLIAMG21CS 7 ай бұрын
Why are you dividing by 255
@JustaBean437
@JustaBean437 7 ай бұрын
Hi, sorry to comment 3 years after the video, but this seems like the method you explained doesn't actually get you the shortest path because it doesn't look ahead at future costs/distances. In your example: You said A C B D A is the shortest path, with a total of 14 (1+1+5+7) But there's another path, A C D B A that has a total of 11 (1+2+5+3) because it avoids the highest cost/distance path. This simplified solution is a bit misleading.
@sahithvamsi8591
@sahithvamsi8591 7 ай бұрын
not clear
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
I think the best way to get it to sink in is to follow the video along with a notebook. Let me know if this helps
@OmaretsoguwaAtsagbede
@OmaretsoguwaAtsagbede 7 ай бұрын
very helpful, thanks!
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Glad it was helpful!
@AvitBrianMugisha
@AvitBrianMugisha 7 ай бұрын
28 x 28 is not 255....
@simracingexe
@simracingexe 8 ай бұрын
Sir, would you please mind lowering the background audio its kinda hard to concentrate .Thankyou
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Sorry, that's true. I have fixed the background noise in a different video.
@KevinGarcia-ws1kt
@KevinGarcia-ws1kt 8 ай бұрын
Thank you very much for your video it has really helped me understand DFS, especially with how it is supposed to work with the stack.
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Glad it was helpful!
@lindsey4227
@lindsey4227 8 ай бұрын
Ive been on a wild goose chase trying to figure out how to write the equation, this was such a simple and helpful explanation. Keep up the good work!
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
You're very welcome!
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Glad I could help!
@sashutosh775
@sashutosh775 8 ай бұрын
how to do same for string columns ?
@JoshuaAjansonSule
@JoshuaAjansonSule 9 ай бұрын
thanks for making this topic clearer.
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Glad it was helpful!
@corriestan1
@corriestan1 9 ай бұрын
Simple & easy to understand. Thank you!!
@KindsonTheGenius
@KindsonTheGenius 5 ай бұрын
Many thanks!!
@asratmamo7963
@asratmamo7963 9 ай бұрын
????