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
cc486b25
Commit
cc486b25
authored
Dec 15, 2019
by
Vivien Kraus
Browse files
Play with the exploration ratio
parent
4c23e435
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libtarot/perceptron/Makefile.am
View file @
cc486b25
...
...
@@ -34,13 +34,13 @@ INTROSPECTED_SOURCES += %reldir%/perceptron.c %reldir%/julien/julien.c \
perceptron-bootstrap
:
all
echo
"16, 16"
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_structure.h
./src/tarot-app/tarot-perceptron-bootstrap 16 16 |
while
read
line
;
do
echo
"
$$
line"
|
$(INDENT)
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_weights.h
;
done
LANG
=
C
./src/tarot-app/tarot-perceptron-bootstrap 16 16
-e
0.3
|
while
read
line
;
do
echo
"
$$
line"
|
$(INDENT)
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_weights.h
;
done
perceptron-gross
:
all
./src/tarot-app/tarot-perceptron-bootstrap
-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
-c
|
while
read
line
;
do
echo
"
$$
line"
|
$(INDENT)
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_weights.h
;
done
perceptron-learn
:
all
./src/tarot-app/tarot-perceptron-bootstrap
-c
-r
1e-7 |
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-7 |
while
read
line
;
do
echo
"
$$
line"
|
$(INDENT)
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_weights.h
;
done
perceptron-fine
:
all
./src/tarot-app/tarot-perceptron-bootstrap
-c
-r
1e-8 |
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-8 |
while
read
line
;
do
echo
"
$$
line"
|
$(INDENT)
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_weights.h
;
done
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