mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-07-21 12:40:40 +08:00
25 lines
813 B
Markdown
25 lines
813 B
Markdown
# keras-contrib : Keras community contributions
|
|
|
|
[](https://travis-ci.org/farizrahman4u/keras-contrib)
|
|
|
|
This library is an extension of the python deep learning library [Keras](http://www.keras.io). It contains layers, activations, loss functions, optimizers etc which can be used in addition to those provided by core Keras.
|
|
|
|
---
|
|
## Installation
|
|
|
|
For instructions on how to install keras, see https://keras.io/#installation
|
|
|
|
```shell
|
|
git clone https://www.github.com/farizrahman4u/keras-contrib.git
|
|
cd keras-contrib
|
|
python setup.py install
|
|
```
|
|
|
|
Alternatively, using pip:
|
|
|
|
```shell
|
|
sudo pip install git+https://www.github.com/farizrahman4u/keras-contrib.git
|
|
```
|
|
|
|
For contributor guidelines see [CONTRIBUTING.md](CONTRIBUTING.md)
|