David Nogueira
|
5ea5146086
|
Update README.md
|
2024-11-11 15:53:43 +00:00 |
|
David Nogueira
|
035e7c33b2
|
Merge pull request #11 from rlunaro/internal-weights-query
fixed a typo in mpl.h and an omitted include in Sample.h
|
2019-01-13 15:14:14 +00:00 |
|
rluna
|
e7ac6e6951
|
fixed a typo in mpl.h and an omitted include in Sample.h
|
2019-01-12 21:09:46 +01:00 |
|
David Nogueira
|
f3bb556188
|
Merge pull request #10 from rlunaro/master
Add the posibility of change manually the weights of internal layers
|
2019-01-06 15:38:03 +00:00 |
|
rluna
|
72f2688c7d
|
finished of correcting "int" to "size_t" to avoid nasty errors and
implement a test for SetWeights() function
|
2019-01-04 17:47:13 +01:00 |
|
rluna
|
f152b3030b
|
added posibility to change internal weights of the network directly
assigning the values
|
2019-01-04 17:24:37 +01:00 |
|
rluna
|
aa3453baa8
|
fix in clean command in Makefile
|
2019-01-04 07:37:54 +01:00 |
|
rluna
|
e5eb1bbf9d
|
fix of some compiler warnings: comparison between unsigned int and int
|
2019-01-03 16:37:50 +01:00 |
|
David Nogueira
|
75116e157e
|
Update MLP.cpp
|
2018-09-20 13:02:56 +01:00 |
|
David Nogueira
|
3a3173a241
|
Update CMakeLists.txt
|
2018-09-20 13:01:18 +01:00 |
|
David Nogueira
|
8c88714e47
|
Merge pull request #7 from eSkry/master
Add CMake build system
|
2018-09-20 13:00:51 +01:00 |
|
Artur Leonov
|
f783728532
|
add cmake build
|
2018-09-20 13:53:39 +03:00 |
|
Artur Leonov
|
fdfad18674
|
Add to gitignore folder - 'build'
|
2018-09-20 13:53:20 +03:00 |
|
David Nogueira
|
cabf66af32
|
Update Readme
|
2018-04-02 10:17:16 +01:00 |
|
davidjacnogueira
|
4f55a15543
|
Bug fix in Linux compilation.
|
2018-03-31 02:59:42 +01:00 |
|
davidjacnogueira
|
f924edd50a
|
Update deps (fix microunit bug).
|
2017-10-11 01:16:35 +01:00 |
|
davidjacnogueira
|
66aabc79b3
|
Fix missing path in Readme
|
2017-03-11 14:24:19 +00:00 |
|
davidjacnogueira
|
d44ec01e86
|
Edit README and Makefile.
|
2017-03-11 14:20:49 +00:00 |
|
davidjacnogueira
|
4005aff367
|
Add IRIS dataset usage example.
Add LoadModel and SaveModel methods.
|
2017-03-10 00:20:35 +00:00 |
|
davidjacnogueira
|
2fd468ca63
|
Add Makefile.
|
2017-01-05 01:23:30 +00:00 |
|
davidjacnogueira
|
af9496de65
|
Update microunit test.
|
2016-11-25 13:17:45 +00:00 |
|
davidjacnogueira
|
0a636416ed
|
Internal architecture changes (to allow diferent activation functions for each layer and to allow hidden layers to have different number of nodes).
|
2016-11-09 02:31:53 +00:00 |
|
davidjacnogueira
|
f647b05f70
|
Add logging header file.
|
2016-11-03 23:05:54 +00:00 |
|
davidjacnogueira
|
7965d7b748
|
More test changes.
|
2016-11-03 22:05:09 +00:00 |
|
davidjacnogueira
|
c7b67885a4
|
Small changes in test file. Add more tests.
|
2016-11-03 21:57:35 +00:00 |
|
davidjacnogueira
|
be4d839c98
|
FIX bug in the layer create method.
|
2016-11-03 21:50:46 +00:00 |
|
davidjacnogueira
|
9ff33f7b65
|
Slow learning time solved with equal number of positive and negative training samples.
|
2016-11-03 02:59:32 +00:00 |
|
davidjacnogueira
|
ff7bfe1fa2
|
Almost complete.
Works with zero hidden layers, but not with one or more.
Correctness in the backprop phase must be checked.
|
2016-11-02 01:04:34 +00:00 |
|
davidjacnogueira
|
07fffe4d55
|
WIP project still in dev.
MISC Remove bias from examples.
Change in the license type. Update legal instrument.
|
2016-03-26 22:03:48 +00:00 |
|
davidjacnogueira
|
b3fadb8730
|
MISC Remove bias from examples.
|
2016-01-22 02:35:18 +00:00 |
|
davidjacnogueira
|
a9e908bcbf
|
WIP MLP class still in development.
|
2016-01-22 02:15:36 +00:00 |
|
davidjacnogueira
|
5223a4fc50
|
First commit. Create MVS solution. Create sample class. Create functional tests.
|
2016-01-16 16:46:36 +00:00 |
|
davidalbertonogueira
|
b8ccc3fcd6
|
Initial commit
|
2016-01-16 16:15:43 +00:00 |
|