First load necessary packages import pandas as pdimport numpy as npfrom keras.models import Sequentialfrom keras.layers import Dense, Dropout, Conv2Dimport keras.backend as Kimport scipy, imageioimport matplotlib.pyplot as pltfrom PIL import Image%matp...
Read more »
Tags: CNN, keras, kernel, python
Posted in SAS | Comments Off on Visualize your own image fitler
I’ve just updated The Popularity of Data Science Software to reflect my take on Gartner’s 2018 report, Magic Quadrant for Data Science and Machine Learning Platforms. To save you the trouble of digging though all 40+ pages of my report, … Continue reading →
Read more »
Tags: analytics, data science, python, R, SAS, Statistics, Uncategorized
Posted in SAS | Comments Off on Gartner’s 2018 Take on Data Science Tools
Good news learners! SAS University Edition has gone back to school and learned some new tricks. With the December 2017 update, SAS University Edition now includes the SASPy package, available in its Jupyter Notebook interface. If you're keeping track, you know that SAS University Edition has long had support for
The post Read more »
Tags: Jupyter, Open Source, python, SAS University Edition, Uncategorized
Posted in SAS | Comments Off on Coding in Python with SAS University Edition
In keras, we can visualize activation functions' geometric properties using backend functions over layers of a model. We all know the exact function of popular activation functions such as 'sigmoid', 'tanh', 'relu', etc, and we can feed data to these f...
Read more »
Tags: deep learning, keras, python
Posted in SAS | Comments Off on Visualize activations functions using keras
One of the big benefits of the SAS Viya platform is how approachable it is for programmers of other languages. You don't have to learn SAS in order to become productive quickly. We've seen a lot of interest from people who code in Python, maybe because that language has become
The post Read more »
Tags: CAS, machine learning, Open Source, python, sas viya, Uncategorized
Posted in SAS | Comments Off on Using Python to work with SAS Viya and CAS
Below is the latest update to The Popularity of Data Science Software. It contains an analysis of the tools used in the most recent complete year of scholarly articles. The section is also integrated into the main paper itself. New … Continue reading →
Read more »
Tags: analytics, data science, python, R, SAS, SPSS, Stata, Statistics, Uncategorized
Posted in SAS | Comments Off on Data Science Tool Market Share Leading Indicator: Scholarly Articles
What tools do we use most for data science, machine learning, or analytics? Python, R, SAS, KNIME, RapidMiner,…? How do we use them? We are about to find out as the two most popular surveys on data science tools have … Continue reading →
Read more »
Tags: data science, python, R, SAS, Statistics
Posted in SAS | Comments Off on Dueling Data Science Surveys: KDnuggets & Rexer Go Live
Thanks to a new open source project from SAS, Python coders can now bring the power of SAS into their Python scripts. The project is SASPy, and it's available on the SAS Software GitHub. It works with SAS 9.4 and higher, and requires Python 3.x. I spoke with Jared Dean
The post Read more »
Tags: Open Source, python, SAS Global Forum, Tech Talk, Uncategorized
Posted in SAS | Comments Off on Introducing SASPy: Use Python code to access SAS