My company will be installing SAS Enterprise Miner in the coming months - one project on our to-do list is to build a general predictive model for health care high utilizers using machine learning tools.
Inspired by the attached article, I'd like to use a recurrent neural network (RNN) in our predictive model.
Does SAS EM support RNNs? I know EM can run neural networks, but I haven't found anything specific in the documentation for RNNs.
Watching a YouTube piece on Deep Learning with SAS & read in the comments that the new SAS Viya toolkit includes recurrent neural nets - it doesn't look like SAS EM supports RNNs.
Watching a YouTube piece on Deep Learning with SAS & read in the comments that the new SAS Viya toolkit includes recurrent neural nets - it doesn't look like SAS EM supports RNNs.
Robert - that is correct. There is no support for RNNs in SAS9...only available in the actions in SAS Viya.
Of course, you could call Viya to train a RNN using the Viya Code node in EM.
Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF
View now: on-demand content for SAS users
There may be another option I overlooked: call R or Python from SAS with the Open Source Integration node and then install and run the appropriate package for RNNs.
One worry, though, would be if a neural network created in the R Open Source Integration node would run in memory rather than on disk, which would limit the size of datasets that can be analyzed.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.