Step-by-step Deep Learning Tutorials on Apache Spark using BigDL. The tutorials are inspired by Apache Spark examples, the Theano Tutorials and the Tensorflow tutorials.
- RDD
- DataFrame
- SparkSQL
- StructureStreaming
- Forward and backward
- Linear Regression
- Introduction to MNIST
- Logistic Regression
- Feedforward Neural Network
- Convolutional Neural Network
- Recurrent Neural Network
- LSTM
- Bi-directional RNN
- Auto-encoder
- Visualizing Learning
- Python 2.7
- JDK 8
- Apache Spark >= 2.2.1
- Jupyter Notebook 4.1
- BigDL 0.7.0
- Setup env on Mac OS / Setup env on Linux
- Run
pip install BigDL==0.7.0
- Run
jupyter notebook --notebook-dir=./ --ip=0.0.0.0 --no-browser
- Run
pip install BigDL==0.7.0
- Run
pip install https://dist.apache.org/repos/dist/release/incubator/toree/0.2.0-incubating/toree-pip/toree-0.2.0.tar.gz
- Run
./toree_install.sh
- Run
jupyter notebook --notebook-dir=./ --ip=0.0.0.0 --no-browser
- Open a browser - Suggest Chrome or Firefox or Safari
- Access notebook client at address http://localhost:8888, open the example ipynb files and execute.