Skip to content

Commit

Permalink
docs: rewrites
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jan 5, 2021
1 parent a71bbf7 commit a0557c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ For additional examples, see the 'tests' and 'notebooks' folders.
## Creating your own model with Piven layer

You can use a Piven layer on any neural network architecture. The authors of the Piven paper use it on top of
a bunch of [CNN layers](https://github.com/elisim/piven/blob/master/imdb/main.py) to predict people's age.
[a pre-trained CNN](https://github.com/elisim/piven/blob/master/imdb/main.py) to predict people's age.

Suppose that you want to create an Model with a Piven output layer. Because this module uses the
[KerasRegressor](https://www.tensorflow.org/api_docs/python/tf/keras/wrappers/scikit_learn/KerasRegressor) wrapper
Expand Down

0 comments on commit a0557c4

Please sign in to comment.