Hi,
I'm trying to classify several text documents into a binary target using the SAS Text Miner.
I used the Data Partition, Text Parsing and Text Filtering Node to clean up the text data.
For preprocessing, I found out that the text cluster with a neural net gives me the best predictions. However I want to "boost" predictive power using proc NEURAL. According to my understanding, the neural net node only uses 1 layer with max 64 nodes but I want to make the net "deep" with more layers which I could setup using proc NEURAL.
Is it therefore somehow possible using a CNN or even a RNN using Enterprise Miner software?
If not, is it possible to test the SAS Visual Analytics software on a local machine which supports these algorithms?
Thanks,
KS