SAS Press is changing to meet the needs of customers worldwide.
The post New technologies and new direction for SAS Press appeared first on SAS Learning Post.
Tag: SAS Books
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…
Three Proc SQL Tips from Bestselling Author Kirk Paul Lafler
SAS Press author Kirk Paul Lafler’s favorite tips using PROC SQL.
The post Three Proc SQL Tips from Bestselling Author Kirk Paul Lafler appeared first on SAS Learning Post.
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.
New edition of the Cody classic: Learning SAS® by Example
Find out about the new edition of Ron Cody’s latest best selling book.
The post New edition of the Cody classic: Learning SAS® by Example 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…
What your favorite authors are reading: SAS Press authors highlight SAS Global Forum papers
Three bestselling SAS Press authors feature their favorite papers from SAS Global Forum 2018.
The post What your favorite authors are reading: SAS Press authors highlight SAS Global Forum papers appeared first on SAS Learning Post.
Five things you (probably) don’t know you can do with a hash table
Hash tables are a very powerful and flexible data structure. Most SAS applications of hash tables focus on just one of their many powerful facilities: table lookup. Hash tables are a fantastic table lookup tool and their use for that should never be di…