forked from amplab/SparkNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request amplab#45 from amplab/roadmap
Roadmap
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Roadmap | ||
|
||
Here are the tasks we plan on working next. If you would like to contribute to | ||
one of them or have suggestions for more extensions you would like to see, | ||
please let us know! | ||
|
||
- Switch from RDDs to DataFrames | ||
- Make SparkNet a plug in replacement for MLlib's classification and regression algorithms | ||
- Switch from images to arbitrary tensors | ||
- Eliminate slowdown when Spark writes to disk | ||
- Experiment with more communication schemes (for example ElasticSGD) | ||
- Add examples for more models (for example RNNs) | ||
- Use JavaCPP to wrap Caffe | ||
- Wrap other deep learning libraries (TensorFlow, Torch) |