This website works better with JavaScript.
Home
Explore
Impressum/About...
Help
Sign In
mirror
/
genann
mirror of
https://github.com/codeplea/genann
Watch
2
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
added more training for xor
pull/3/head
Lewis Van Winkle
4 years ago
committed by
GitHub
parent
b596fe2fd0
commit
4d2eec816e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test.c
+ 1
- 1
test.c
View File
@ -175,7 +175,7 @@ void train_xor() {
int
i
,
j
;
for
(
i
=
0
;
i
<
3
00
;
+
+
i
)
{
for
(
i
=
0
;
i
<
5
00
;
+
+
i
)
{
for
(
j
=
0
;
j
<
4
;
+
+
j
)
{
genann_train
(
ann
,
input
[
j
]
,
output
+
j
,
3
)
;
}
Write
Preview
Loading…
Cancel
Save