38 Commits

Autor SHA1 Mensagem Data
Vsevolod Rodionov 34c93cb718 Bringing synaptic.min.js and webpack.config that is outputting 100% identical .js and .min.js files - just a dirty fix for CDNJS
that is related to https://github.com/cazala/synaptic/issues/137, we're using fn.toString() and bunch of regex-es to create a worker for now (I know, it's bad, still we already have a fix, but it is breaking some of our actually-interal, but overly-exposed APIs, so it goes to v2), and we need to either have one version minified by us or it will be minified by CDNs.
2016-09-12 01:36:48 +03:00
Borut 4cfd5a828f Rate error bugfix 2016-08-19 22:05:07 +02:00
Juan Cazala efb642c2a7 v1.0.8 2016-07-25 15:26:02 -03:00
Vsevolod Rodionov 05113ec720 dist build 2016-07-20 00:26:53 +03:00
Borut c233227b10 Fixed rate callback and tests 2016-07-17 09:27:48 +02:00
Borut 533d77aaea Schould be able to set a callback the rate 2016-07-12 22:38:14 +02:00
Juan Cazala 0345fe648d Fixed bundle path 2016-07-09 16:47:50 -03:00
Juan Cazala 25e1e151a2 Replaced gulp with webpack 2016-07-08 19:00:24 -03:00
Cristy94 238be47c90 Remove ES6 template strings so travis build doesn't fail 2016-06-30 12:20:59 +03:00
Cristy94 4a8301d3f9 Revert accidental typo 2016-06-29 23:35:08 +03:00
Cristy94 6fc3bbf898 Improve multi-threaded training performance (#100)
I have made the changes described in #100. After this update, training 6
networks at the same time reduced the time from over 5 minutes (I
stopped it after that) to under 30 seconds, it is way, way faster. I
think I didn't include the schedule call, but everything should work
(including logging after X iterations).
2016-06-29 23:21:09 +03:00
Vedran Karačić 74cdcc35ac Update synaptic.js
Small typo :)
2016-03-19 11:56:07 +01:00
Bertola lucas b71201262a fix bug in timingTask 2016-03-16 21:42:12 +01:00
Juan Cazala afeb75eeef build dist files 2016-03-02 13:28:12 -03:00
agam360 afa660ecde Fix crossvalidation error bug and create its unit test 2015-10-09 03:19:43 +03:00
agam360 576e8977fd Adding test 2015-10-09 02:31:09 +03:00
agam360 806387cae5 Fix syntax error and undefined options 2015-10-09 00:44:47 +03:00
Grant Stevens a4042c4364 fixing array joinng in standalone function to prevent commas 2015-07-29 11:31:17 -04:00
Juan Cazala 26dbe8ceee added ReLU activation function 2015-07-16 10:44:04 -03:00
Juan Cazala 8e19e852a0 removed inline requires 2015-07-15 20:24:34 -03:00
Juan Cazala 96f88da732 build list files 2015-07-15 00:07:36 -03:00
Juan Cazala ec8cd5f29b new release 2015-07-12 23:07:15 -03:00
Juan Cazala f4eed6a396 new release 2015-07-12 23:06:42 -03:00
Juan Cazala b7664e608a fixed typo in neuron.reset() 2015-05-26 14:13:07 -03:00
Juan Cazala 798462380c fixed workerTrain
there was an undefined variable ‘abort_training’
2015-05-16 20:15:02 -03:00
Juan Cazala fe91cf0b5b browserified source for the web 2015-05-16 19:54:24 -03:00
max ec0b9f4b6a added minified version to gulp and repo 2015-05-12 17:51:19 -04:00
max 902eb992b8 added /dist/synaptic.js with sourcemaps 2015-05-12 17:16:52 -04:00
max 1d129e50d6 updated tests 2015-05-11 22:58:07 -04:00
max a407542612 closer to the original 2015-05-11 22:26:08 -04:00
Jake Prasad a58a3aae00 Extra commas were being added to hardcode 2015-04-20 22:11:11 -07:00
Juan Cazala 2d4d15bff1 grouped optimized code by layers and neurons 2015-03-13 00:52:09 -03:00
Juan Cazala b5f4249cdb Fix #18 2015-03-09 13:30:01 -03:00
Juan Cazala 245eaab620 updated build 2014-12-14 02:52:15 -03:00
Juan Cazala 2e8428c3a5 fixed syntax error 2014-12-09 22:46:19 -03:00
Juan Cazala 92b083bc92 added cross-entropy training option 2014-12-09 22:40:32 -03:00
Juan Cazala 190f9a859a built dist 2014-12-06 15:24:20 -03:00
Juan Cazala 88c5867f56 added new Hopfield architecture
hop field network + fix issue #9 + separated files and added gulp task
2014-12-05 01:29:08 -03:00