Skip to content

Commit 968ea88

Browse files
committed
Updated README.
1 parent 36250c8 commit 968ea88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ pod "KRBPN", "~> 2.0.6"
1818

1919
``` objective-c
2020
#import "KRBPN.h"
21-
KRBPN *_krBPN = [KRBPN sharedNetwork];
2221
```
2322

2423
##### Common Settings
@@ -144,7 +143,7 @@ __block typeof(_krBPN) _weakKrBPN = _krBPN;
144143
145144
##### Sample 3
146145
147-
To learn and verify numbers 0 to 9. And only setups patterns and output goals, and 10 outputs (outptus same as classified groups).
146+
Identify numbers 0 to 9, this training has 10 outputs (same as 10 classified groups). Number 1 is [1, 0, 0, 0, ..., 0], number 3 is [0, 0, 1, 0, ...., 0].
148147
149148
``` objective-c
150149
_krBPN.activeFunction = KRBPNActivationBySigmoid;

0 commit comments

Comments
 (0)