2018 version with updated new features since r1.4, more examples, added codelabs.
hands-on Examples with Docker Zeppelin Notebook
1. Linear Regression Normal Equation
2. Linear regression using batch gradient descent
3. Classification (Softmax Regression, or Multinomial Logistic Regression)
4. scikit-learn intro
5. Optical Character Recognition (simple logistic regression)
6. MNIST 1.0 (TensorFlow) with 1-layer neural network
7. MNIST 2.0 (TensorFlow) using 5 fully connected layers with a softmax
8. MNIST 3.0 (TensorFlow) using convolutional network
9. MNIST 4.0 (Keras + TensorFlow)
10. Inception Model and Transfer Learning
Run Docker:
docker pull mmfcordeiro/zeppelin-in-docker-with-tensorflow
docker run -p 8080:8080 -p 4040:4040 -p 8888:8888 -p 6006:6006 mmfcordeiro/zeppelin-in-docker-with-tensorflow
Open Zeppelin:
Zeppelin open in http://localhost:8080
Tensorboard open in http://localhost:6006
Dive deep into machine learning with TensorFlow is a high-level introduction to the TensorFlow library, architecture and API. Originally developed at Google for the purposes of conducting machine-learning and deep neural networks research, TensorFlow leverages a general computational model that is applicable in a wide variety of other domains, especially for performing large-scale numerical computations on large data. This talk explains you how to use the library to train machine-learning models and make your next application smarter.
Speaker:
Mário Cordeiro
Universidade do Porto, Porto, Portugal
Mário