![Python Data Science Essentials](https://wfqqreader-1252317822.image.myqcloud.com/cover/365/36699365/b_36699365.jpg)
上QQ阅读APP看书,第一时间看更新
Keras
Keras is a minimalist and highly modular neural networks library, written in Python and capable of running on top of TensorFlow (the source software library for numerical computation released by Google) as well as Microsoft Cognitive Toolkit (previously known as CNTK), Theano, or MXNet. Its primary developer and maintainer is Fran?ois Chollet, a machine learning researcher working at Google:
- Website: https://keras.io/
- Version at the time of print: 2.2.0
- Suggested install command: pip install keras
As an alternative, you can install the latest available version (which is advisable since the package is in continuous development) by using the following command:
$> pip install git+git://github.com/fchollet/keras.git