Technical Articles
Prototype your SAP Data Intelligence ML Scenario on Raspberry Pi
If you had access to a SAP Data Intelligence system, you would of course Build a SAP Data Intelligence ML Scenario with TensorFlow.
In case you had not, leverage a Raspberry Pi instead:
To prepare, I install Jupyter Lab on Raspberry PI:
I also need:
sudo apt-get install libatlas-base-dev
And:
tf.enable_eager_execution()
With the expected result:
I hope this might help you gaining hands on ML experience in case of limited SAP Data Intelligence access. You can always import your Jupyter Notebook later.
Be the first to leave a comment
You must be Logged on to comment or reply to a post.