Skip to content

Commit

Permalink
fix markdown styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ljk628 committed Jun 13, 2016
1 parent c32c2fd commit f5553ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fast and Scalable Machine Learning: Algorithms and Systems
===


A collection of papers about recent progress on machine learning and systems, covering following topics:

Expand Down
2 changes: 1 addition & 1 deletion dl_cnn.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Convolutional Nerual Netowrks
---


##### ImageNet Records
- 2016 arXiv [Identity Mappings in Deep Residual Networks](http://arxiv.org/pdf/1603.05027v1.pdf)
Expand Down
2 changes: 1 addition & 1 deletion dl_opt.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Optimization
---


- 2016 ICLR [Data-Dependent Path Normalization in Neural Networks](http://arxiv.org/pdf/1511.06747v4.pdf)
- 2016 Blog [An overview of gradient descent optimization algorithms](http://sebastianruder.com/optimizing-gradient-descent/index.html)
Expand Down
4 changes: 1 addition & 3 deletions dl_sys.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##Deep Learning Systems
---


## Deep Learning Software / Frameworks
- **[Caffe](http://caffe.berkeleyvision.org/)**
Expand All @@ -26,8 +26,6 @@
2016 arXiv [Theano: A Python framework for fast computation of mathematical expressions](http://arxiv.org/abs/1605.02688)
- **[Torch](http://torch.ch/)**
2011 NIPSW [Torch7: A Matlab-like Environment for Machine Learning](http://cs.nyu.edu/~koray/files/2011_torch7_nipsw.pdf)
<!--- **Petuum**
2016 EuroSys [STRADS: A Distributed Framework for Scheduled Model Parallel Machine Learning](http://www.istc-cc.cmu.edu/publications/papers/2016/strads-kim-eurosys16.pdf) -->

## Speicific System
- 2015 arXiv [Deep Speech 2: End-to-End Speech Recognition in English and Mandarin](http://arxiv.org/abs/1512.02595)
Expand Down
2 changes: 1 addition & 1 deletion matrix_fact.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Matrix Factorization
===


- 2016 WSDM [DiFacto — Distributed Factorization Machines](http://www.cs.cmu.edu/~yuxiangw/docs/fm.pdf)
- 2015 CIKM [HDRF: Stream-Based Partitioning for Power-Law Graphs](http://www.fabiopetroni.com/Download/petroni- 2015HDRF.pdf)
Expand Down

0 comments on commit f5553ef

Please sign in to comment.