Computer Vision - Haar-Features
8:32
Decision Tree Classifier - Entropy
9:02
PageRank Algorithm - Example
10:11
7 жыл бұрын
PageRank Algorithm - Final Formula
7:22
PageRank Algorithm - Problems
2:46
7 жыл бұрын
Пікірлер
@Abaan9350
@Abaan9350 Ай бұрын
top 10 explanations of al time
@Alexanderwashington1017
@Alexanderwashington1017 Ай бұрын
Hoooiiiyyy
@lolitaad19
@lolitaad19 Ай бұрын
Best best best explanation.. thank you very much
@kunalchore4711
@kunalchore4711 Ай бұрын
Very good ❤
@neuvocastezero1838
@neuvocastezero1838 2 ай бұрын
Thanks for the video. I'm finding some interesting results though. It seems that when the charts and cluster graphs for a pair of instruments seem to show high correlation, like HD/ LOW, the adfuller test shows weak correlation, but when the charts and graphs seem to show weak or opposite price action, the adfuller values show strong correlation, like FDX/ UPS.
@zeroarticle3810
@zeroarticle3810 2 ай бұрын
Best one so far! Thank you!
@essendossev362
@essendossev362 2 ай бұрын
YES. I came to connect the dots between these two approaches on my own, and I was wondering if others had, or if it had been formalized. But searching "DAG shortest path" and "DP" often lead instead to a DP algorithm for solving DAG shortest path instances. Funny that it comes full-circle and all, but not what I was looking for. Finally found it here!
@kapilbhatia1012
@kapilbhatia1012 2 ай бұрын
hey I had a doubt for iteration 1 why didnt you consider the most recent value of Page rank of A 1/12 for calculating page rank of B?
@jamemamjame
@jamemamjame 4 ай бұрын
thank you !
@nafizbasaran1907
@nafizbasaran1907 5 ай бұрын
Good explanation thanks but the graph in the example is a cyclic graph. How can you perform topological sorting in directed cyclic graph? I think the concept of topological sorting is not related with Kosaraju's Algorithm.
@Karim-nq1be
@Karim-nq1be 2 ай бұрын
You are right about the fact that the graph needs to have no cycles to have a topological order. Though, I wouldn't say that there is no relationship between Kosaraju's Algorithm and topological ordering since we can say that with Kosaraju's Algorithm we are doing a topological sort on the connected components. So if you see the connected components as "big nodes" of a certain graph, then you have a graph without cycles.
@skillato9000
@skillato9000 5 ай бұрын
Fantastic! Although I'm wondering how would the iteration, the weight and alpha formula change if the samples in input were more than one.
@Aayushneupane
@Aayushneupane 5 ай бұрын
How is vertex 3-4-8 strongly connected components?
@geog8713
@geog8713 5 ай бұрын
Magnificent video. So clear explanation of the algorithm and how it works!
@RobertBraylll-mv8ip
@RobertBraylll-mv8ip 6 ай бұрын
&hoyt
@RobertBraylll-mv8ip
@RobertBraylll-mv8ip 6 ай бұрын
&eye blows out by green
@jona4385
@jona4385 6 ай бұрын
best explanation, thank you
@Kngdmio
@Kngdmio 6 ай бұрын
Wait, we playing tennis or golf??
@sherriffs2554
@sherriffs2554 6 ай бұрын
Just reviews rotations (not unique to splay tress) and says the same 4 things over and over and over again.
@Rajivrocks-Ltd.
@Rajivrocks-Ltd. 7 ай бұрын
Stellar explanation, thanks for the video!
@trustyopinion
@trustyopinion 8 ай бұрын
It was quite good ❤
@EranM
@EranM 8 ай бұрын
Caching is actually NOT the most important thing here.. This is a dynamic data structure which changes over time.. The "Balancing" pronounced "BAAAAAAALANCE", is a VERY IMPORTANT feature here for amortized analysis over this data structure. It's not a biproduct, but the MAIN idea behind splaying trees. If you read the article about it, you see caching can be achieved with "single rotations" instead of splaying, But will cause a TERRIBLE binary search tree.. as in worst case examples, accessing items will take O(n).
@MrJambanana
@MrJambanana 8 ай бұрын
The math is conceptually accurate, but your equation for residuals fails to consider the y intercept. The residuals should be the difference between y_actual & y_model: R = y_actual - m_model*x_actual - y-int_model. Building a trading method around the system you describe with this fundamental error might result in significant loss of any statistical advantage (depending on how the viewer proceeds). When checking for stationarity, the test involves first differences, so the y-int dissapears. that is a fortunate coincidence for you I supposed, but nevertheless your formulation and explanation are not accurate and this could lead others to losing money if they want to use the ideas here to build their own methodology.
@mcdoworker
@mcdoworker 8 ай бұрын
The scarcity of good tutorial for statistical arbitrage is baffling there is some lecture but I don’t understand every little detail about it do you have free ressource you can guide me to to better understand and build my own bot?
@higuys6881
@higuys6881 8 ай бұрын
7 minutes to understand a concept that took my professor 2 lectures to explain (I still didn't get it by the end of the second lecture)
@pradeepbiradar536
@pradeepbiradar536 9 ай бұрын
Can u please share this presentation .
@anonymousperson45152
@anonymousperson45152 9 ай бұрын
Thanks very good explanation
@nkeuphonium
@nkeuphonium 9 ай бұрын
Quality explanation, thanks!
@emirhan2884
@emirhan2884 10 ай бұрын
brilliant
@Saucisse-wq6pq
@Saucisse-wq6pq 10 ай бұрын
Being French, I think your English is really easy to understand, it's a real asset and it's nice to listen to thank you
@riley4647
@riley4647 10 ай бұрын
The best splay tree video available! Thank you!
@ziat1988
@ziat1988 10 ай бұрын
"any object created in the heap space has global access and can be referenced from anywhere of the application". Is this statement true?
@hannanbaig7888
@hannanbaig7888 10 ай бұрын
Everyone praising this video but the calculations are so messed up in this video
@manasgupta6647
@manasgupta6647 10 ай бұрын
Thanks🎉🎉
@shreya982
@shreya982 11 ай бұрын
Best explanation! thanks
@codewitk2
@codewitk2 11 ай бұрын
can i get this java code for filtering web links using bfs
@linasworlddz3319
@linasworlddz3319 11 ай бұрын
that was the most useful explanation that I've ever seen for page rank thank u
@hannanbaig7888
@hannanbaig7888 10 ай бұрын
Everyone praising this video but the calculations are so messed up in this video
@file123
@file123 11 ай бұрын
wheres mario
@mahmoud-abdelraouf
@mahmoud-abdelraouf 11 ай бұрын
Great explanation
@thaynaemillycavalcantesant3687
@thaynaemillycavalcantesant3687 11 ай бұрын
Such a great lecture!
@laodrofotic7713
@laodrofotic7713 Жыл бұрын
I saw this ABSOLUTE FOOL trying to explain AVL trees in a video and it was PATHETIC! Not only he CANT EVEN SPEAK RIGHT, he makes TERRIBLE OMITIONS, dont explain properly, makes TONS OF MISTAKES, is mentally challenged! DONT BUY HIS CRAP, trust me!
@laodrofotic7713
@laodrofotic7713 Жыл бұрын
You need to work on your English, seriously, you might even be decent in your native language but in English you CANNOT TEACH COMPLEX MATTERS. It is confusing, you dont explain clearly.
@laodrofotic7713
@laodrofotic7713 Жыл бұрын
good explanation???? have you guys actually seen this FOOL that CANT EVEN SPEAK right trying to teach binary search tree?? HE IS LITERALY mentally challenged, trying to TEACH people?? THIS IS A F---ING JOKE!
@laodrofotic7713
@laodrofotic7713 Жыл бұрын
You are literally the WORST teacher I EVER seen! You cant speak right, you make several mistakes that induce the student to errors, and If I didnt know better, I would think you probably DONT understand half the things you say! WHY IN THE F#)$( ARE PEOPLE THAT CANT EVEN EXPRESS THEMSELVES CLEARLY TRYING TO TEACH ANYONE ELSE!??!?!??!?!
@laodrofotic7713
@laodrofotic7713 Жыл бұрын
Bro, I was following your linked list videos and damn man, first you say ling list, then the way you explained the algo is so confusing, you come up with vars and dont explain them properly, I dont know, for me it was super confusing, sure you can code, but can you teach? me thinks not.
@omieGaming001
@omieGaming001 Жыл бұрын
Your calculations are wrong in my calculator answers are different but at the end c have more my c have 0.375 , a have 0.124 , b have 0.166 , d have 0.333
@hannanbaig7888
@hannanbaig7888 10 ай бұрын
Everyone praising this video but the calculations are so messed up in this video
@vikki978
@vikki978 Жыл бұрын
thank you bro
@kashafabbaxi7753
@kashafabbaxi7753 Жыл бұрын
I want this code if yu can provide
@MandeepSingh-du8so
@MandeepSingh-du8so Жыл бұрын
Very hard to find quality content on Splay Trees, thank you very much !
@ianvching1647
@ianvching1647 Жыл бұрын
very clear thank you very much!
@Preethi-yn6vy
@Preethi-yn6vy Жыл бұрын
The best explanation ever👍
@soumyajitrudrasarma5415
@soumyajitrudrasarma5415 Жыл бұрын
Thank you 🙂