C++ Library for Neural Networks — Use libneuron to design neural networks with back propagation and evolution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

102 lines
2.7 KiB

2017-02-17 11:02
* [r15] COPYING, ChangeLog, INSTALL:
backup
2017-01-10 15:52
* [r14] src/neuron.hxx, test/neuron.cxx:
learn - not yet implemented, test does not yet work
2017-01-09 16:11
* [r13] COPYING, ChangeLog, INSTALL, src/neuron.hxx,
test/neuron.cxx:
first try of propagation
2017-01-08 08:55
* [r12] bootstrap.sh, debian/changelog.in:
rebuilt debian/changelog.in
2017-01-07 14:06
* [r11] COPYING, ChangeLog, INSTALL, ax_init_standard_project.m4,
bootstrap.sh, build-in-docker.conf, build-in-docker.sh,
debian/control.in, doc/plantuml.jar[ADD],
resolve-debbuilddeps.sh, resolve-rpmbuilddeps.sh:
build system updated
2016-10-30 20:16
* [r10] configure.ac:
wrong project management address
2016-08-26 14:24
* [r9] ax_init_standard_project.m4, bootstrap.sh, doc/style.css,
src/neuron.hxx:
documentation updated
2016-08-26 06:50
* [r8] COPYING, INSTALL, doc/doxyfile.in, doc/header.html.in,
doc/style.css:
documentation updated
2016-08-25 19:54
* [r7] COPYING, ChangeLog, INSTALL, ax_init_standard_project.m4,
bootstrap.sh, configure.ac, debian/control.in,
doc/footer.html.in[ADD], doc/header.html.in[ADD],
doc/style.css[ADD]:
documentation updated
2016-08-25 15:00
* [r6] src/neuron.hxx:
more docu
2016-08-25 09:24
* [r5] src/neuron.hxx:
move documentation to main page
2016-08-25 07:51
* [r4] src/neuron.hxx:
move documentation to main page
2016-08-24 14:53
* [r3] COPYING[ADD], INSTALL[ADD], bootstrap.sh, src/neuron.hxx,
test/makefile.am, test/neuron.cxx[ADD]:
with dummy test
2016-08-24 12:44
* [r2] build-in-docker.conf:
added mrw repo
2016-08-24 12:23
* [r1] .[ADD], AUTHORS[ADD], ChangeLog[ADD], NEWS[ADD],
README[ADD], autogen.sh[ADD], ax_check_qt.m4[ADD],
ax_cxx_compile_stdcxx_11.m4[ADD],
ax_init_standard_project.m4[ADD], bootstrap.sh[ADD],
build-in-docker.conf[ADD], build-in-docker.sh[ADD],
build-resource-file.sh[ADD], configure.ac[ADD], debian[ADD],
debian/changelog.in[ADD], debian/compat[ADD],
debian/control.in[ADD], debian/docs[ADD],
debian/libneuron-dev.install[ADD], debian/libneuron.install[ADD],
debian/rules[ADD], doc[ADD], doc/doxyfile.in[ADD],
doc/makefile.am[ADD], examples[ADD], examples/makefile.am[ADD],
libneuron.desktop.in[ADD], libneuron.spec.in[ADD],
mac-create-app-bundle.sh[ADD], makefile.am[ADD],
makefile_test.inc.am[ADD], resolve-debbuilddeps.sh[ADD],
resolve-rpmbuilddeps.sh[ADD], sql-to-dot.sed[ADD], src[ADD],
src/libneuron.pc.in[ADD], src/makefile.am[ADD],
src/neuron.hxx[ADD], src/version.cxx[ADD], src/version.hxx[ADD],
test[ADD], test/makefile.am[ADD]:
initial version