Update README.md (#7163)

Remove incorrect usage of "either"
Esse commit está contido em:
Alan Yee
2017-06-29 09:05:17 -07:00
commit de François Chollet
commit ddcf66fbe8
+1 -1
Ver Arquivo
@@ -5,7 +5,7 @@
## You have just found Keras. ## You have just found Keras.
Keras is a high-level neural networks API, written in Python and capable of running on top of either [TensorFlow](https://github.com/tensorflow/tensorflow), [CNTK](https://github.com/Microsoft/cntk) or [Theano](https://github.com/Theano/Theano). It was developed with a focus on enabling fast experimentation. *Being able to go from idea to result with the least possible delay is key to doing good research.* Keras is a high-level neural networks API, written in Python and capable of running on top of [TensorFlow](https://github.com/tensorflow/tensorflow), [CNTK](https://github.com/Microsoft/cntk), or [Theano](https://github.com/Theano/Theano). It was developed with a focus on enabling fast experimentation. *Being able to go from idea to result with the least possible delay is key to doing good research.*
Use Keras if you need a deep learning library that: Use Keras if you need a deep learning library that: