DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones AWS Cloud
by AWS Developer Relations
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones
AWS Cloud
by AWS Developer Relations
The Latest "Software Integration: The Intersection of APIs, Microservices, and Cloud-Based Systems" Trend Report
Get the report
  1. DZone
  2. Data Engineering
  3. AI/ML
  4. Getting Started With Tensorflow on IBM Bluemix [Video]

Getting Started With Tensorflow on IBM Bluemix [Video]

I wanted to learn Tensorflow — which, to me, looks like the most popular Deep Learning library right now. This video was very helpful.

Niklas Heidloff user avatar by
Niklas Heidloff
CORE ·
Apr. 05, 17 · Presentation
Like (3)
Save
Tweet
Share
3.47K Views

Join the DZone community and get the full member experience.

Join For Free

To learn Deep Learning, I’ve taken an Udacity course that I can highly recommend. One reason I took that course was because I also liked the Udacity Machine Learning courses. Another reason was because I wanted to learn Tensorflow — which, to me, looks like the most popular Deep Learning library right now.

Below is the YouTube playlist of the course. The assignments can be run locally via Docker.

Another good starting point to learn Tensorflow is the video Tensorflow and Deep Learning — Without a Ph.D. by Martin Görner.

To run Tensorflow on IBM Bluemix, you can use Docker. Alternatively, you can use Tensorflow in notebooks on IBM Data Science Experience. Check out the hello world sample how to install Tensorflow:

#!pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0-cp27-none-linux_x86_64.whl
import tensorflow as tf
 
# Create TensorFlow object called hello_constant
hello_constant = tf.constant('Hello World!')
 
with tf.Session() as sess:
    # Run the tf.constant operation in the session
    output = sess.run(hello_constant)
    print(output)

Hope this helps!

TensorFlow Bluemix

Published at DZone with permission of Niklas Heidloff, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • What Is JavaScript Slice? Practical Examples and Guide
  • Configure Kubernetes Health Checks
  • Introduction Garbage Collection Java
  • Detecting Network Anomalies Using Apache Spark

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: