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
27e0500c
Commit
27e0500c
authored
Dec 18, 2019
by
Vivien Kraus
Browse files
Learn even faster
parent
4c1db0d5
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
src/libtarot/perceptron/Makefile.am
View file @
27e0500c
...
...
@@ -34,10 +34,10 @@ INTROSPECTED_SOURCES += %reldir%/perceptron.c %reldir%/julien/julien.c \
perceptron-bootstrap
:
all
echo
"16, 16"
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_structure.h
LANG
=
C ./src/tarot-app/tarot-perceptron-bootstrap 16 16
-e
0.5
-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 16 16
-e
0.5
-r
1e-
7
|
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-
8
-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-
7
-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-8 |
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 @
27e0500c
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