Skip to content

Step-by-step Deep Leaning Tutorials on Apache Spark using BigDL

Notifications You must be signed in to change notification settings

safibaig/BigDL-Tutorials

 
 

Repository files navigation

Deep Leaning Tutorials on Apache Spark using BigDL

Step-by-step Deep Leaning Tutorials on Apache Spark using BigDL. The tutorials are inspired by Apache Spark examples, the Theano Tutorials and the Tensorflow tutorials.

Topics

  1. RDD
  2. DataFrame
  3. SparkSQL
  4. StructureStreaming
  5. Forward and backward
  6. Linear Regression
  7. Introduction to MNIST
  8. Logistic Regression
  9. Feedforward Neural Network
  10. Convolutional Neural Network
  11. Recurrent Neural Network
  12. LSTM
  13. Bi-directional RNN
  14. Auto-encoder

Environment

Start Jupyter Server

  • Download BigDL 0.2.0(linux64, mac) and unzip file.
  • Run export BIGDL_HOME=where is your unzipped bigdl folder
  • Run export SPARK_HOME=where is your unpacked spark folder
  • Run ./start_notebook.sh

Run Demo

  • Open a browser - Suggest Chrome or Firefox or Safari
  • Access notebook client at address http://localhost:8888, open the example ipynb files and execute.

About

Step-by-step Deep Leaning Tutorials on Apache Spark using BigDL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.3%
  • Other 0.7%