BigDL-Tutorials icon indicating copy to clipboard operation
BigDL-Tutorials copied to clipboard

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

Results 14 BigDL-Tutorials issues
Sort by recently updated
recently updated
newest added

can apply BigDL on this data ![image](https://user-images.githubusercontent.com/7628591/47952250-069e3780-df75-11e8-9fdf-e01f51694644.png)

I have resolved compatibility issue for Python3.

Modified test_predict method in Linear Regression tutorial

new structure of the BigDL tutorial wiki @jason-dai @yangw1234 @yiheng

performs transfer learning on inception v1 neural network to classify images of grocery store food

just add two lines to each file that need sc. from pyspark import SparkContext sc=SparkContext.getOrCreate()