193 - What is XGBoost and is it really better than Random Forest and Deep Learning?

  Рет қаралды 40,066

DigitalSreeni

DigitalSreeni

Күн бұрын

Пікірлер: 61
@pvrnaaz
@pvrnaaz 2 жыл бұрын
Very organized and clear with excellent examples that make it so easy to understand. Thank you!
@riti_joshi
@riti_joshi 6 ай бұрын
I never comment on any KZbin videos, but I am compelled to do here, because I learned most of my analyses for my dissertation following your tutorials. You're such a great tutor. Thank you so much.
@DigitalSreeni
@DigitalSreeni 6 ай бұрын
Wow, thank you!
@mhh5002
@mhh5002 2 жыл бұрын
Very well explained, sir. It was intuitive for beginners. The analogies are interesting as well.
@DigitalSreeni
@DigitalSreeni 2 жыл бұрын
Glad to hear that
@caiyu538
@caiyu538 2 жыл бұрын
Perfect tutorial, I am using XGBoost and random forest to analyze some work. Perfect tutorials for me. Always appreciate your continuous efforts to share your knowledge through youtube.
@ashift32
@ashift32 3 жыл бұрын
Very well explained, clear and concise. Thanks for taking your time
@DigitalSreeni
@DigitalSreeni 3 жыл бұрын
You're very welcome!
@Fran171UA
@Fran171UA Ай бұрын
An excellent tutorial! Thank you very much! 🙏
@sudippandit6676
@sudippandit6676 3 жыл бұрын
Very organized and straight forward! Waiting other videos. Thank you for sharing this knowledge.
@andyn6053
@andyn6053 Жыл бұрын
This was very clear and useful! Do u have any link to your code? Also, could xgboost be used for linear regression aswell?
@grantsmith3653
@grantsmith3653 2 жыл бұрын
Sreeni said we need to normalize, but I always thought we didn't need to do that with trees... Am I confused on something? Thanks for the video!!
@DrNuyenVanFaulk
@DrNuyenVanFaulk 2 ай бұрын
I really appreciate this explanation! Thank you!
@semon00
@semon00 6 ай бұрын
Wow your explanotion is awesome!!! Dont stop plz
@Ahmetkumas
@Ahmetkumas 3 жыл бұрын
Thanks for the video and effort. Can you make a time series video using xgboost, or something with multiple features(lags, rolling mean, etc..)
@axe863
@axe863 10 ай бұрын
XGBoost with Regularized Rotations and Synthetic Feature Construction can approximate Deep NN deepness
@kakaliroy4747
@kakaliroy4747 3 жыл бұрын
The example of bagging is so funny and I can fully relate
@farhaddavaripour4619
@farhaddavaripour4619 2 жыл бұрын
Thanks for the video. Something I noticed in the figure above that you might have missed is that in the figure you show the most evolved species has lighter hair than less evolved which could interpret a false impression that species with lighter hair are more evolved. It would be great if you could adjust the figure.
@rezaniazi4352
@rezaniazi4352 3 жыл бұрын
thanks for the video what we have to change if we want to use XGBRegressor() insted if classifier ? xgboost documantation is so confusing !
@sbaet
@sbaet 3 жыл бұрын
can you make a quick video on normalization and standardizetion for a image dataset
@venkatesanr9455
@venkatesanr9455 3 жыл бұрын
Thanks, Sreeni sir for your valuable and knowledgeable content. Also, waiting for the next semantic segmentation series and also discusses the hyperparameters and their tuning, Time series analysis that will be highly helpful.
@mouraleog
@mouraleog Жыл бұрын
Awesome video, thank you ! Greetings from Brazil!
@DigitalSreeni
@DigitalSreeni Жыл бұрын
Thanks for watching!
@VarunKumar-pz5si
@VarunKumar-pz5si 3 жыл бұрын
Awesome Tutorial, Glad I got a great teacher..Thank you...
@evazhong4419
@evazhong4419 2 жыл бұрын
your explanation is so interesting haha, it helps me a lot understand the material
@omeremhan
@omeremhan 2 жыл бұрын
Magnificant!!! Thanks for clear explanation Sir.
@drforest
@drforest 2 жыл бұрын
Awesome comparison. Super thanks
@barrelroller8650
@barrelroller8650 Жыл бұрын
It's not clear where did you get a dataset in a CSV format - the .zip archive from provided link includes only `wdbc.data` and `wdbc.names` files
@sathishchetla3986
@sathishchetla3986 Жыл бұрын
Thank you so much for your explanation sir
@kangajohn
@kangajohn 3 жыл бұрын
if your explanations were a kaggle competition it would be top 1%
@vzinko
@vzinko Жыл бұрын
Another case of data leakage. You can't scale X and then split it into test and train. The scaling needs to happen after the split.
@Beowulf245
@Beowulf245 Жыл бұрын
Thank you. At least someone understands.
@andyn6053
@andyn6053 Жыл бұрын
So this video is incorrect?
@Lodeken
@Lodeken Жыл бұрын
Wow that analogy! 😂 Amazingly apt lol!
@RealThrillMedia
@RealThrillMedia Жыл бұрын
Very helpful thank you!
@SP-cg9fu
@SP-cg9fu Жыл бұрын
very useful video ! Thank you!
@kangxinwang3886
@kangxinwang3886 3 жыл бұрын
loved the arrange marriage example! Made it very intuitive and easy to understand. Thank you!
@multiversityx
@multiversityx Жыл бұрын
What’s the method name? When are you presenting at NeurIPS? (I’ll be attending it :)
@tannyakumar284
@tannyakumar284 3 жыл бұрын
Hi. I have a 1500x11 dataset and I am trying to see which out of cognitive ability, non-cognitive ability, family structure, parental involvement, and school characteristics predict academic performance (measured in terms of grades ranging from 1-5). Should I be using XG Boost for this problem or random forest? Thanks!
@vikramsandu6054
@vikramsandu6054 3 жыл бұрын
Well explained. Thank you so much for the video.
@DigitalSreeni
@DigitalSreeni 3 жыл бұрын
Glad you liked it
@evyatarcoco
@evyatarcoco 3 жыл бұрын
A very useful episode, thanks sir
@Bwaaz
@Bwaaz Жыл бұрын
very clear thanks :)
@v1hana350
@v1hana350 2 жыл бұрын
I have a question about the Xgboost algorithm. The question is how parallelization works in the Xgboost algorithm and explain me with an example.
@Frittenfinger
@Frittenfinger 11 ай бұрын
Nice T-Shirt 😃
@abderrahmaneherbadji5478
@abderrahmaneherbadji5478 3 жыл бұрын
thank you very much
@andromeda1534
@andromeda1534 3 жыл бұрын
Looks like when you demo-ed random forest, you didn't comment out the xgb line, so you actually showed the fitting for xgb twice with the same results.
@longtruong9935
@longtruong9935 3 жыл бұрын
dataset in the UCI link not avaiable now. could any one can provide update link?
@ghafiqe
@ghafiqe 2 жыл бұрын
Perfect
@darioooc
@darioooc Жыл бұрын
Great!
@3DComputing
@3DComputing 3 жыл бұрын
You're worth more money
@DigitalSreeni
@DigitalSreeni 3 жыл бұрын
I am priceless :)
@ahmedraafat8769
@ahmedraafat8769 2 жыл бұрын
The dataset has been removed from the website. is it possible to upload it?
@DigitalSreeni
@DigitalSreeni 2 жыл бұрын
Just google search for the keywords and you'll find it somewhere, may be on Kaggle. I do not own the data so I cannot share it, legally.
@khairulfahim
@khairulfahim 2 жыл бұрын
Where can I get the exact .csv file?
@ramakrishnabhupathi4995
@ramakrishnabhupathi4995 3 жыл бұрын
Good one
@DigitalSreeni
@DigitalSreeni 3 жыл бұрын
Thank you! Cheers!
@user.................
@user................. 4 ай бұрын
bro trying to share about life n forgot wts hes teaching 🤣🤣🤣🤣 only were i gt complete idea about xgboost tq
@alejandrovillalobos1678
@alejandrovillalobos1678 3 жыл бұрын
can you talk about transformers please?
@agsantiago22
@agsantiago22 2 жыл бұрын
Merci !
@DigitalSreeni
@DigitalSreeni 2 жыл бұрын
Thank you very much.
196 - What is Light GBM and how does it compare against XGBoost?
19:05
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 97 МЛН
ДЕНЬ УЧИТЕЛЯ В ШКОЛЕ
01:00
SIDELNIKOVVV
Рет қаралды 3,9 МЛН
Part 5. Roblox trend☠️
00:13
Kan Andrey
Рет қаралды 2,5 МЛН
XGBoost Made Easy | Extreme Gradient Boosting | AWS SageMaker
21:38
Prof. Ryan Ahmed
Рет қаралды 39 М.
59 - What is Random Forest classifier?
21:46
DigitalSreeni
Рет қаралды 17 М.
Gradient Boosting : Data Science's Silver Bullet
15:48
ritvikmath
Рет қаралды 64 М.
All Machine Learning algorithms explained in 17 min
16:30
Infinite Codes
Рет қаралды 195 М.
ML Was Hard Until I Learned These 5 Secrets!
13:11
Boris Meinardus
Рет қаралды 321 М.
Maths behind XGBoost|XGBoost algorithm explained with Data Step by Step
16:40
XGBOOST in Python (Hyper parameter tuning)
31:11
DataMites
Рет қаралды 57 М.
Random Forests : Data Science Concepts
15:56
ritvikmath
Рет қаралды 47 М.
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 97 МЛН