Przeglądaj źródła

Update README.md

Jung Kwon Lee 9 lat temu
rodzic
commit
63a72fb863
1 zmienionych plików z 5 dodań i 4 usunięć
  1. 5 4
      README.md

+ 5 - 4
README.md

@@ -333,10 +333,11 @@ with Dynamic Parameter Prediction, arXiv:1511.05765
 
 ## Software
 ### Framework
- * Torch7: Deep learning library in Lua, used by Facebook and Google Deepmind [[Web]](http://torch.ch/)
- * Caffe: Deep learning framework by the BVLC [[Web]](http://caffe.berkeleyvision.org/)
- * Theano: Mathematical library in Python, maintained by LISA lab [[Web]](http://deeplearning.net/software/theano/)
-   * Theano-based deep learning libraries: [Pylearn2](http://deeplearning.net/software/pylearn2/), [Blocks](https://github.com/mila-udem/blocks), [Keras](http://keras.io/), [Lasagne](https://github.com/Lasagne/Lasagne)
+ * Tensorflow: An open source software library for numerical computation using data flow graph by Google [[Web](https://www.tensorflow.org/)]
+ * Torch7: Deep learning library in Lua, used by Facebook and Google Deepmind [[Web](http://torch.ch/)]
+ * Caffe: Deep learning framework by the BVLC [[Web](http://caffe.berkeleyvision.org/)]
+ * Theano: Mathematical library in Python, maintained by LISA lab [[Web](http://deeplearning.net/software/theano/)]
+   * Theano-based deep learning libraries: [[Pylearn2](http://deeplearning.net/software/pylearn2/)], [[Blocks](https://github.com/mila-udem/blocks)], [[Keras](http://keras.io/)], [[Lasagne](https://github.com/Lasagne/Lasagne)]
  * MatConvNet: CNNs for MATLAB [[Web]](http://www.vlfeat.org/matconvnet/)
 
 ### Applications