The SAS Data Science Blog
Advanced analytics from SAS data scientists
Convolutional Neural Networks: Briefly
Neural networks, particularly convolutional neural networks, have become more and more popular in the field of computer vision. What are convolutional neural networks and what are they used for?
Bayesian optimization in SAS
Learn how Bayesian optimization works through a simple demo.
Sentiment Analysis using DeepRNN Action Set
In this blog, I use a Recurrent Neural Network (RNN) to predict whether opinions for a given review will be positive or negative. This prediction is treated as a text classification example. The Sentiment Classification Model is trained using deepRNN algorithms and the resulting model is used to predict if new reviews are positive or negative.