244 Commits

Autor SHA1 Mensagem Data
Vsevolod Rodionov 0b31eed0d1 Update README.md 2016-09-20 14:16:38 +03:00
Juan Cazala a5fbefea5a Replace juancazala.com with caza.la 1.0.9 2016-09-16 19:42:46 -03:00
Vsevolod Rodionov 3d8265d804 version bump for CDNJS - no actual changes
see https://github.com/cazala/synaptic/issues/137
2016-09-13 12:14:35 +03:00
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
Juan Cazala d3e2ea8488 Merge pull request #133 from bobalazek/master
Rate error bugfix
2016-08-19 18:17:12 -03:00
Borut 4cfd5a828f Rate error bugfix 2016-08-19 22:05:07 +02:00
Juan Cazala 24807634e8 Added slack badge 2016-08-19 12:12:56 -03:00
Juan Cazala ebac6d8c33 Merge pull request #121 from Jabher/karma_tests
bringing karma for browser testing
2016-08-03 11:26:45 -03:00
Juan Cazala b0a9559beb Merge pull request #120 from filet-mign0n/testreadme
replaced gulp with mocha in test readme
2016-07-29 17:29:12 -03:00
Vsevolod Rodionov 5a6c487102 bringing karma for browser testing 2016-07-29 15:47:27 +03:00
Filet Mig0n 9a06d558aa replaced gulp with mocha 2016-07-26 16:51:31 -07:00
Juan Cazala 0a544dbc9e Replaced pre-commit with pre-push 2016-07-26 11:06:49 -03:00
Juan Cazala 3c433021e5 Bump version 1.0.8 2016-07-25 15:39:24 -03:00
Juan Cazala e2240eb7b3 Added prebuild script 2016-07-25 15:38:57 -03:00
Juan Cazala efb642c2a7 v1.0.8 2016-07-25 15:26:02 -03:00
Juan Cazala 697de49de0 v1.0.8 2016-07-25 15:25:11 -03:00
Juan Cazala 82d64f27a9 Added precommit 2016-07-25 15:23:23 -03:00
Juan Cazala 116df545fe Merge pull request #115 from Jabher/master
removing useless variables && declaring missed ones
2016-07-25 15:11:33 -03:00
Vsevolod Rodionov e6953b5028 changing list of supported node.js versions for Travis CI in accordance with package.json manifest ("node": ">=4") 2016-07-25 17:45:06 +03:00
Vsevolod Rodionov 47745614e3 test refactor - see comment
The first thing is that prev tests were relaying upon expectation of "it" function executed synchroniously. However, actual result was another: functions were called after everything was fired. So all assertions expectations like "this is result on 200th iteration" were whong as all of them were fired after all 1000 iterations ran.

 Another thing was default assertion library able to simple asserions. In order to simplify the debugging chai was used - it allows to write something like `assert.isAtMost(val1, val2, ...)`, and if everything fails it outputs something like "expected 0.52 to be at most 0.49", so actual BDD-style tests are used now.
2016-07-22 18:43:39 +03:00
Vsevolod Rodionov 5041da2c25 replacing assertion lib: using chai for now 2016-07-22 12:20:45 +03:00
Vsevolod Rodionov 05113ec720 dist build 2016-07-20 00:26:53 +03:00
Vsevolod Rodionov d3044fbe2a updating travis node.js envs 2016-07-19 15:56:34 +03:00
Vsevolod Rodionov f6e8d79f2a removing useless variables && declaring missed ones 2016-07-18 01:10:52 +03:00
Juan Cazala e1ff6b86df Merge pull request #114 from bobalazek/master
Fixed rate callback and tests
2016-07-17 11:44:22 -03:00
Borut c233227b10 Fixed rate callback and tests 2016-07-17 09:27:48 +02:00
Juan Cazala 8ff4f28075 Merge pull request #110 from bobalazek/master
Rate callback
2016-07-15 10:42:04 -03:00
Borut 533d77aaea Schould be able to set a callback the rate 2016-07-12 22:38:14 +02:00
Juan Cazala 29bd2ecf28 Delete index.html 2016-07-09 16:58:49 -03:00
Juan Cazala 8a7d82b25c Update README.md 2016-07-09 16:55:43 -03:00
Juan Cazala 45e4cc2ab3 Delete launch.json 1.0.7 2016-07-09 16:52:31 -03:00
Juan Cazala bd5062bdaa Ignore .settings 2016-07-09 16:51:56 -03:00
Juan Cazala 0345fe648d Fixed bundle path 2016-07-09 16:47:50 -03:00
Juan Cazala b820493823 Merge branch 'master' of https://github.com/cazala/synaptic 1.0.6 2016-07-08 19:02:18 -03:00
Juan Cazala 7ee75f9984 v1.0.6 2016-07-08 19:01:04 -03:00
Juan Cazala 25e1e151a2 Replaced gulp with webpack 2016-07-08 19:00:24 -03:00
Juan Cazala c5be6ffa3d Merge pull request #105 from yogiben/patch-1
Add instructions to accessing examples
2016-07-07 01:50:34 -03:00
Ben Jones 50d28c328f Update README.md 2016-07-07 00:12:35 +02:00
Juan Cazala 5524e29646 v1.0.5 1.0.5 2016-07-04 21:56:38 -03:00
Juan Cazala abdce5117a v1.0.5 2016-07-04 21:55:54 -03:00
Juan Cazala a8d237f577 Merge pull request #102 from Cristy94/master
Improve workerTrain performance
2016-07-04 21:49:12 -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
Juan Cazala 8895db5052 Update README.md 2016-06-07 18:05:25 -03:00
Juan Cazala dab9030d19 Added CDN link 2016-05-23 10:50:37 -03:00
Juan Cazala fb0037bb0e Merge pull request #79 from vkaracic/patch-1
Update synaptic.js
2016-03-19 12:02:39 -03:00
Vedran Karačić 74cdcc35ac Update synaptic.js
Small typo :)
2016-03-19 11:56:07 +01:00
Juan Cazala 82375f977d Merge pull request #76 from cazala/development
v1.0.4
1.0.4
2016-03-17 10:37:39 -03:00
Juan Cazala b752e29788 v1.0.4 2016-03-17 10:33:57 -03:00