Skip to content

Commit 62f1eb0

Browse files
committed
fixed broken link
1 parent e49cd14 commit 62f1eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In order to provide a powerful and flexible API, models are constructed using *c
2727
[Arrow and ArrowChoice](https://hackage.haskell.org/package/base-4.9.0.0/docs/Control-Arrow.html) typeclasses.
2828
They can therefore easily be combined and transformed.
2929

30-
Once a model has been constructed, it can be hooked up into a customized training algorithm using [pipes](https://hackage.haskell.org/package/pipes pipes),
30+
Once a model has been constructed, it can be hooked up into a customized training algorithm using [pipes](https://hackage.haskell.org/package/pipes),
3131
so that various aspects of the algorithm (loading data, choosing random samples, reporting intermediate results, stop criterium etc.) can be defined in a modular,
3232
decoupled way.
3333

0 commit comments

Comments
 (0)