Skip to content

Commit

Permalink
Merge pull request amplab#45 from amplab/roadmap
Browse files Browse the repository at this point in the history
Roadmap
  • Loading branch information
robertnishihara committed Dec 23, 2015
2 parents bb84536 + 346ee5a commit 63edea5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ROADMAP.md
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)

0 comments on commit 63edea5

Please sign in to comment.