We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb84536 commit 346ee5aCopy full SHA for 346ee5a
ROADMAP.md
@@ -0,0 +1,14 @@
1
+# Roadmap
2
+
3
+Here are the tasks we plan on working next. If you would like to contribute to
4
+one of them or have suggestions for more extensions you would like to see,
5
+please let us know!
6
7
+- Switch from RDDs to DataFrames
8
+- Make SparkNet a plug in replacement for MLlib's classification and regression algorithms
9
+- Switch from images to arbitrary tensors
10
+- Eliminate slowdown when Spark writes to disk
11
+- Experiment with more communication schemes (for example ElasticSGD)
12
+- Add examples for more models (for example RNNs)
13
+- Use JavaCPP to wrap Caffe
14
+- Wrap other deep learning libraries (TensorFlow, Torch)
0 commit comments