Tag: sas author

Text analytics explained

Structuring a highly unstructured data source Human language is astoundingly complex and diverse. We express ourselves in infinite ways. It can be very difficult to model and extract meaning from both written and spoken language. Usually the most meaningful analysis uses a number of techniques. While supervised and unsupervised learning, […]

Text analytics explained was published on SAS Users.

Webpage scraping made easy with PROC HTTP

SAS Press author Matt Windham shows you how to use the SAS procedure PROC HTTP to grab raw data from a website.
The post Webpage scraping made easy with PROC HTTP appeared first on SAS Learning Post.

Three of My Favorite Programming Tips

I often get asked for programming tips. Here, I share three of my favorite tips for beginners. Tip #1: COUNTC and CATS Functions Together The CATS function concatenates all of its arguments after it strips leading and trailing blanks. The COUNTC functi…

Speeding Up Your Analytics with Machine Learning (Part 2)

This blog post introduces the use of deep learning to train a deep neural network to further improve performance; and hybrid architectures.
The post Speeding Up Your Analytics with Machine Learning (Part 2) appeared first on SAS Learning Post.

Speeding Up Your Analytics with Machine Learning (Part 1)

Hybrid computers that marry CPUs and devices like GPUs and FPGAs are the fastest computers, but they are hard to program. This post explains how deep learning (DL) greatly simplifies programming hybrid computers.
The post Speeding Up Your Analytics wit…