Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ef4e7cf

Browse files
committed
readme update
1 parent 2e242e0 commit ef4e7cf

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

‎README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Sequential model in Keras -> ASCII
22

3-
by [Piotr Migdał](http://p.migdal.pl/) from [deepsense.io](http://deepsense.io/)
3+
by [Piotr Migdał](http://p.migdal.pl/)
44

5-
See: https://github.com/fchollet/keras/issues/3873
5+
A library for [Keras](https://keras.io/) for investigating architectures and parameters of sequential models.
66

7-
## Install
7+
Both `model.summary()` and graph export were not enough - I wanted array dimensions, numbers of parameters and activation functions in one place.
8+
I use it for didactic purpose.
9+
10+
* TODO
11+
* Add ASCII art for more layers.
12+
* Go beyond simple sequential models (e.g. to allow *merge* layers); any ideas how?
13+
* Consider PRing to the main Keras repo, see [#3873](https://github.com/fchollet/keras/issues/3873).
14+
15+
## Installation
816

917
```
1018
pip install git+git://github.com/stared/keras-sequential-ascii.git
@@ -17,11 +25,6 @@ from keras_sequential_ascii import sequential_model_to_ascii_printout
1725
sequential_model_to_ascii_printout(model)
1826
```
1927

20-
## Rationale
21-
22-
Both `model.summary()` and graph export were not enough - I wanted dimensions, numbers of parameters and activation functions in one place.
23-
I use it for didactic purpose.
24-
2528
## Examples
2629

2730
### Proof of principle

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /