Тёмный

SAS Tutorial | Gradient Boosting Explained 

SAS Users
Подписаться 32 тыс.
Просмотров 11 тыс.
50% 1

Gradient boosting is a useful machine learning technique that uses an ensemble of weak learners to produce high-quality predictions. In this SAS How To Tutorial, Christa Cody presents a high-level introduction to gradient boosting (i.e. no complicated math involved). Then, she builds a machine learning pipeline in SAS Model Studio containing a Gradient Boosting node and explores its options.
Download Data Files
Download the HMEQ data set that Christa uses here - support.sas.com/documentation...
Chapters
00:00 - Welcome
00:14 - Single model example
00:35 - Explanation of ensemble methods: bagging and boosting
05:32 - Overview of gradient boosting
07:23 - Gradient boosting in SAS
Learn more about SAS Software
◉ SAS Viya Gradient Boosting Task - go.documentation.sas.com/?doc...
◉ Ask the Expert On-Demand Webinar: How Do I Get Started with SAS Visual Data Mining and Machine Learning? - www.sas.com/en_us/webinars/ge...
◉ How to train a forest model with Cat - • SAS Tutorial | How to ...
◉ Machine Learning Fundamentals with Ari - • SAS Tutorial | Machine...
◉ Data Mining and Machine Learning Community -
communities.sas.com/t5/SAS-Da...
◉ Machine Learning Using SAS Viya e-Learning -
support.sas.com/edu/schedules...
SUBSCRIBE TO THE SAS USERS RU-vid CHANNEL #SASUsers #LearnSAS
ru-vid.com?sub_...
ABOUT SAS
SAS is a trusted analytics powerhouse for organizations seeking immediate value from their data. A deep bench of analytics solutions and broad industry knowledge keep our customers coming back and feeling confident. With SAS®, you can discover insights from your data and make sense of it all. Identify what’s working and fix what isn’t. Make more intelligent decisions. And drive relevant change.
CONNECT WITH SAS
SAS ► www.sas.com
SAS Customer Support ► support.sas.com
SAS Communities ► communities.sas.com
SAS Analytics Explorers ► explorers.sas.com
Facebook ► / sassoftware
Twitter ► / sassoftware
LinkedIn ► / sas
Blogs ► blogs.sas.com
RSS ► www.sas.com/rss

Наука

Опубликовано:

 

30 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 35   
@asthajain497
@asthajain497 3 года назад
Thank you for this! Your explanation about the very basic way in which bagging and boosting works is so wonderful, I did not find this in any other video!
@SASUsers
@SASUsers 3 года назад
So glad you enjoyed it, Astha!
@ge_song5
@ge_song5 Год назад
Finally, I understood Gradient Boosting.
@SASUsers
@SASUsers Год назад
Awesome! Glad you found this tutorial helpful!
@manideepgupta2433
@manideepgupta2433 4 года назад
Excellent explanation! Please do make more videos as they are really really helpful!
@kalipramod9101
@kalipramod9101 4 года назад
Thank you for the great video with explanation of boosting and bagging in simplest way, you have nailed it.
@SASUsers
@SASUsers 4 года назад
We appreciate your feedback and thanks for sharing!
@tommyarmstrong7673
@tommyarmstrong7673 3 года назад
So cool Christa! Nice work :)
@ajaykushwaha-je6mw
@ajaykushwaha-je6mw 4 года назад
Hi Crista, Thank you so much for this video. To understand Gradient Boosting I went through various video but your video gave me proper and required knowledge. You went slow and that helped us to understand in best possible way. Thank you so much and keep posting lecture on ML.
@SASUsers
@SASUsers 4 года назад
Ajay, thank you so much for the feedback!
@duanewaihi4453
@duanewaihi4453 3 года назад
Excellent video. Thanks.
@SASUsers
@SASUsers 3 года назад
Awesome, thank you for the feedback!
@vyacheslavefimov5102
@vyacheslavefimov5102 2 года назад
Thank you for amazing content!
@SASUsers
@SASUsers 2 года назад
Vyacheslav, thank you so much for the feedback!
@dianamarica7429
@dianamarica7429 Год назад
Great tutorial, thank you!
@SASUsers
@SASUsers Год назад
Awesome! Thank you for your feedback!
@SASUsers
@SASUsers Год назад
Diana, there are several options for taking your trained models and displaying information about them in a Visual Analytics dashboard. I’ll suggest two of the most likely scenarios. First, you can directly add your model as an object in your dashboard. The advantage of that is as the data updates, the model will update automatically as well. Secondly, you may wish to Derive Predicted values (or probabilities) from the model and then combine those with inputs (effects) in a dashboard. I show you how to do this in the first lesson of our SAS® Visual Statistics in SAS® Viya®: Interactive Model Building course.
@Shady9
@Shady9 3 года назад
awesome explanation, thanks a lot.
@SASUsers
@SASUsers 3 года назад
You are welcome!
@gun645
@gun645 3 года назад
thanks 😊
@Rahul_ABCD
@Rahul_ABCD 4 года назад
Hello Ma'am .... Is there any video on AdaBoost?
@SASUsers
@SASUsers 4 года назад
Thank you for your inquiry! We are trying to research this for you!
@SASUsers
@SASUsers 4 года назад
In this video at time stamp, 5:16, the narrator mentions ADABOOST and how it differs from gradient boosting. We do not have any videos that address ADABOOST specifically. However, this user group paper: 2.sas.com/60501sTDw discusses using ADABOOST.
@moviecric1647
@moviecric1647 4 года назад
Base SAS training Day 1 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-kv3-rozR0U4.html
@chrisb.o.agalaph.d.1916
@chrisb.o.agalaph.d.1916 Год назад
Nicely done. How can I do this with SAS 9 not SAS Viya Model Studio?
@SASUsers
@SASUsers Год назад
Great question! Stay tuned, we'll have an answer for you shortly...
@SASUsers
@SASUsers Год назад
Behind every node, Model Studio uses procedures to execute the task- you can see this in action in the node’s results where it displays the code for training and scoring. For the Gradient Boosting node, the procedure is ‘proc GRADBOOST’. Here is the documentation for proc GRADBOOST: SAS Help Center: Getting Started: GRADBOOST Procedure 2.sas.com/6054MQKsG
@chrisb.o.agalaph.d.1916
@chrisb.o.agalaph.d.1916 Год назад
@@SASUsers Thanks so much. This is great!! Will try it out and see how it goes. Will get back!
@SASUsers
@SASUsers Год назад
You're very welcome, Chris, and that sounds great - wishing you success!
@MasterofPlay7
@MasterofPlay7 4 года назад
lol i used python, this is so easy in SAS. Is this EM?
@SASUsers
@SASUsers 4 года назад
This paper may be helpful: 2.sas.com/6053GO7tx
@moviecric1647
@moviecric1647 4 года назад
Base SAS training Day 1 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-kv3-rozR0U4.html
@algorithmicallypuzzled1003
@algorithmicallypuzzled1003 3 года назад
And then you over train and the kid starts looking into how many definitions of continent there are, and you are back to random answers!
@ragaistanto6722
@ragaistanto6722 3 года назад
Terimakasih... Untuk teman" lainya saya juga ada nih video tutorial cara koding SVR, SVM, LR, RF, GB, dan XGB di python siapa tau cocok. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-m8ZUxSyPwxc.html
Далее
SAS Tutorial | Machine Learning Fundamentals
18:18
Просмотров 8 тыс.
#kikakim
00:31
Просмотров 10 млн
Gradient Boosting : Data Science's Silver Bullet
15:48
SAS Tutorial | What are Shewhart Control Charts?
15:03
Boosting - EXPLAINED!
17:31
Просмотров 49 тыс.
7.5 Gradient Boosting (L07: Ensemble Methods)
1:04:05
Просмотров 12 тыс.
SAS Tutorial | K-means Clustering Algorithm
19:44
Просмотров 16 тыс.
Gradient Boost Part 1 (of 4): Regression Main Ideas
15:52
SAS Tutorial | Simple Linear Regression in SAS
33:29
Просмотров 34 тыс.
АЙФОН Г0ВН0
0:54
Просмотров 1,5 млн
#engineering #diy #amazing #electronic #fyp
0:59
Просмотров 2,4 млн