Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
tarot
Commits
66b7e987
Commit
66b7e987
authored
Jan 03, 2020
by
Vivien Kraus
Browse files
Learn faster
parent
54c33a7b
Pipeline
#201536
passed with stages
in 55 minutes and 57 seconds
Changes
2
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
src/libtarot/perceptron/Makefile.am
View file @
66b7e987
...
...
@@ -37,10 +37,10 @@ perceptron-bootstrap: all
LANG
=
C ./src/tarot-app/tarot-perceptron-bootstrap 16 16
-e
0.5
-r
1e-9 |
while
read
line
;
do
echo
"
$$
line"
|
$(INDENT)
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_weights.h
;
done
perceptron-gross
:
all
LANG
=
C ./src/tarot-app/tarot-perceptron-bootstrap
-e
0.3
-r
1e-
9
-c
|
while
read
line
;
do
echo
"
$$
line"
|
$(INDENT)
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_weights.h
;
done
LANG
=
C ./src/tarot-app/tarot-perceptron-bootstrap
-e
0.3
-r
1e-
8
-c
|
while
read
line
;
do
echo
"
$$
line"
|
$(INDENT)
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_weights.h
;
done
perceptron-learn
:
all
LANG
=
C ./src/tarot-app/tarot-perceptron-bootstrap
-e
0.1
-c
-r
1e-
10
|
while
read
line
;
do
echo
"
$$
line"
|
$(INDENT)
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_weights.h
;
done
LANG
=
C ./src/tarot-app/tarot-perceptron-bootstrap
-e
0.1
-c
-r
1e-
9
|
while
read
line
;
do
echo
"
$$
line"
|
$(INDENT)
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_weights.h
;
done
perceptron-fine
:
all
LANG
=
C ./src/tarot-app/tarot-perceptron-bootstrap
-e
0.05
-c
-r
1e-1
1
|
while
read
line
;
do
echo
"
$$
line"
|
$(INDENT)
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_weights.h
;
done
LANG
=
C ./src/tarot-app/tarot-perceptron-bootstrap
-e
0.05
-c
-r
1e-1
0
|
while
read
line
;
do
echo
"
$$
line"
|
$(INDENT)
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_weights.h
;
done
src/libtarot/perceptron/tarot/perceptron_private_static_weights.h
View file @
66b7e987
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment