Tag: Author Spotlight

Four more tips about hash tables

Now is your chance to learn even more about SAS hash tables with four additional articles on the subject.
The post Four more tips about hash tables 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…