Commit Graph

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