swh:1:snp:5af42df2a252af6c4f3860db85e4cf6a846a19d0

sort by:
Revision Author Date Message Commit Date
c1dbc3f ci 14 February 2019, 15:08:19 UTC
59f4c7c Update README.md (#328) Added several examples of using synaptic 14 February 2019, 14:59:09 UTC
70f9b56 Add Chinese Traditional Translation (#314) * add Chinese Traditional translation * fix typo in Chinese Traditional wiki * add Chinese Traditional document link in README.md 24 March 2018, 22:03:51 UTC
4b79603 Update README_Zh-CN.md 15 February 2018, 19:08:19 UTC
83b326b Update README_Ja-JP.md 15 February 2018, 19:07:56 UTC
2bc1691 Update README.md 15 February 2018, 19:06:34 UTC
92cca02 adding Japanese translation of README and wiki (#300) 12 February 2018, 13:12:33 UTC
08bb9df Chinese translation of WIKI (#283) * Add chinese translation file of README * Add Chinese WIKI * add wiki translation * add chinese wiki * Add Chinese WIKI * add wiki translation * add chinese wiki * change chinese wiki path * fix merge 22 November 2017, 13:18:27 UTC
d213bdd Update README.md 01 November 2017, 18:48:40 UTC
5b1fc9b Update README.md 01 November 2017, 14:13:36 UTC
c9ba6d8 Add chinese translation file of README (#281) 01 November 2017, 14:09:09 UTC
aea3978 Merge branch 'master' of https://github.com/cazala/synaptic 22 October 2017, 01:45:21 UTC
fe80665 v1.1.4 22 October 2017, 01:45:16 UTC
bc16e90 Update README.md 22 October 2017, 01:44:27 UTC
2358d73 1.1.4 22 October 2017, 01:43:04 UTC
d2c92f1 fix memory leak, remove unused code. (#274) this.nerons[id] is a function, so ```this.neurons[id] = neuron``` will save neurons to this functions prototype and leak memory https://github.com/cazala/synaptic/issues/164 22 October 2017, 01:41:16 UTC
ae9db75 Fixing issue 267 (#271) 22 October 2017, 01:40:45 UTC
3c8a4ee fix Architect link (#155) 02 October 2017, 02:08:13 UTC
ccaafde v1.1.3 26 September 2017, 19:28:35 UTC
54ec3b5 1.1.3 26 September 2017, 19:26:35 UTC
6498d0b Fixed a small issue in standalone generation (#264) 26 September 2017, 19:25:50 UTC
2ed7535 v1.1.2 06 September 2017, 17:38:34 UTC
f10e6b6 1.1.2 06 September 2017, 17:37:07 UTC
d3fe884 build 06 September 2017, 17:36:48 UTC
1fd01f2 formating 06 September 2017, 17:35:33 UTC
ff8a2ec fix trainAsync (it was broken after es6ify) 06 September 2017, 17:35:24 UTC
0358d10 fix license 06 September 2017, 17:34:28 UTC
ee5eb5b fix deprecated webpack plugin 06 September 2017, 17:33:15 UTC
bb77662 v1.1.1 30 August 2017, 13:10:19 UTC
b611073 v1.1.1 29 August 2017, 14:25:02 UTC
fa26a53 v1.1.0 27 August 2017, 16:32:46 UTC
fcbb435 1.1.0 27 August 2017, 16:31:51 UTC
6caf636 fixed license 27 August 2017, 16:31:45 UTC
be136f7 Es6ify synaptic (#254) * enable es6 * make class out of Neuron * Make class out of Layer * make class out of Trainer * make class out of Network * classify architectures * classes should be uppercase named * get rid of custom module formats * Minor cleaup * fix mocha test * build 27 August 2017, 16:26:31 UTC
aeeb1ae add tutorial to README (#236) 28 June 2017, 12:07:38 UTC
7a74668 Small optimization + cleaning code (#232) * Cleaning code * Iterate backwards during network.propagate for hidden layers * Converted all slow 'for i in array' to 'for var i = 0; i < array.length; i++' loops (https://jsperf.com/var-i-in-array-vs-var-i-is-0/1) * Instead of using --require while mocha testing, actually insert src or dist (because only óne of them was being tested due to wrong injection) * Added some brackets for readability * Squash functions TANH() and Sigmoid optimized (no longer self-calling) * 'label' property removed - wasn't actually being used, and can easily be self-set by the user * Default trainer removed from architect classes (except hopfield) * Actually made synaptic.min.js minified with uglifyJS * Some other small things... * Oops! Debug removed * Set function updated * Minified uglifyJS revert * Rerun TravisCI 15 June 2017, 11:47:32 UTC
5c8a46b v1.0.11 26 May 2017, 22:53:53 UTC
ebd32de 1.0.11 26 May 2017, 22:52:30 UTC
8a15c36 Merge pull request #223 from jeremistadler/master Move shuffle function to global scope 26 May 2017, 22:51:34 UTC
7338f6e Move shuffle function to global scope because the minifier babili removes the shuffle function when its inline 19 May 2017, 09:26:10 UTC
4e1d31a Merge pull request #218 from pra85/patch-1 Fix a typo: submiting → submitting 28 April 2017, 12:08:27 UTC
b7ae6a9 Fix a typo submiting → submitting 28 April 2017, 10:25:31 UTC
5d69056 Merge pull request #207 from cazala/cazala-patch-1 update homepage 17 March 2017, 14:08:49 UTC
2675ce2 update homepage 17 March 2017, 14:08:37 UTC
17021de update homepage 17 March 2017, 14:08:23 UTC
cf8c7d5 Merge pull request #206 from drugoi/patch-1 Fixed headings in readme 17 March 2017, 08:02:57 UTC
a0f7d2c Fixed headings in readme 17 March 2017, 05:12:06 UTC
76f322f v1.0.10 15 March 2017, 22:10:45 UTC
bc28e5d Merge pull request #205 from wagenaartje/master Fix squash 15 March 2017, 22:05:28 UTC
fefda2c Fix squash 11 March 2017, 20:18:37 UTC
0b31eed Update README.md 20 September 2016, 11:16:38 UTC
a5fbefe Replace juancazala.com with caza.la 16 September 2016, 22:42:46 UTC
3d8265d version bump for CDNJS - no actual changes see https://github.com/cazala/synaptic/issues/137 13 September 2016, 09:14:35 UTC
34c93cb 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. 11 September 2016, 22:36:48 UTC
d3e2ea8 Merge pull request #133 from bobalazek/master Rate error bugfix 19 August 2016, 21:17:12 UTC
4cfd5a8 Rate error bugfix 19 August 2016, 20:05:07 UTC
2480763 Added slack badge 19 August 2016, 15:12:56 UTC
ebac6d8 Merge pull request #121 from Jabher/karma_tests bringing karma for browser testing 03 August 2016, 14:26:45 UTC
b0a9559 Merge pull request #120 from filet-mign0n/testreadme replaced gulp with mocha in test readme 29 July 2016, 20:29:12 UTC
5a6c487 bringing karma for browser testing 29 July 2016, 12:47:27 UTC
9a06d55 replaced gulp with mocha 26 July 2016, 23:51:31 UTC
0a544db Replaced pre-commit with pre-push 26 July 2016, 14:06:49 UTC
3c43302 Bump version 25 July 2016, 18:39:24 UTC
e2240eb Added prebuild script 25 July 2016, 18:38:57 UTC
efb642c v1.0.8 25 July 2016, 18:26:02 UTC
697de49 v1.0.8 25 July 2016, 18:25:11 UTC
82d64f2 Added precommit 25 July 2016, 18:23:23 UTC
116df54 Merge pull request #115 from Jabher/master removing useless variables && declaring missed ones 25 July 2016, 18:11:33 UTC
e6953b5 changing list of supported node.js versions for Travis CI in accordance with package.json manifest ("node": ">=4") 25 July 2016, 14:45:06 UTC
4774561 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. 22 July 2016, 15:43:39 UTC
5041da2 replacing assertion lib: using chai for now 22 July 2016, 09:20:45 UTC
05113ec dist build 19 July 2016, 21:26:53 UTC
d3044fb updating travis node.js envs 19 July 2016, 12:56:34 UTC
f6e8d79 removing useless variables && declaring missed ones 17 July 2016, 22:10:52 UTC
e1ff6b8 Merge pull request #114 from bobalazek/master Fixed rate callback and tests 17 July 2016, 14:44:22 UTC
c233227 Fixed rate callback and tests 17 July 2016, 07:27:48 UTC
8ff4f28 Merge pull request #110 from bobalazek/master Rate callback 15 July 2016, 13:42:04 UTC
533d77a Schould be able to set a callback the rate 12 July 2016, 20:38:14 UTC
29bd2ec Delete index.html 09 July 2016, 19:58:49 UTC
8a7d82b Update README.md 09 July 2016, 19:55:43 UTC
45e4cc2 Delete launch.json 09 July 2016, 19:52:31 UTC
bd5062b Ignore .settings 09 July 2016, 19:51:56 UTC
0345fe6 Fixed bundle path 09 July 2016, 19:47:50 UTC
b820493 Merge branch 'master' of https://github.com/cazala/synaptic 08 July 2016, 22:02:18 UTC
7ee75f9 v1.0.6 08 July 2016, 22:01:04 UTC
25e1e15 Replaced gulp with webpack 08 July 2016, 22:00:24 UTC
c5be6ff Merge pull request #105 from yogiben/patch-1 Add instructions to accessing examples 07 July 2016, 04:50:34 UTC
50d28c3 Update README.md 06 July 2016, 22:12:35 UTC
5524e29 v1.0.5 05 July 2016, 00:56:38 UTC
abdce51 v1.0.5 05 July 2016, 00:55:54 UTC
a8d237f Merge pull request #102 from Cristy94/master Improve workerTrain performance 05 July 2016, 00:49:12 UTC
238be47 Remove ES6 template strings so travis build doesn't fail 30 June 2016, 09:20:59 UTC
4a8301d Revert accidental typo 29 June 2016, 20:35:08 UTC
6fc3bbf 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). 29 June 2016, 20:21:09 UTC
8895db5 Update README.md 07 June 2016, 21:05:25 UTC
dab9030 Added CDN link 23 May 2016, 13:50:37 UTC
fb0037b Merge pull request #79 from vkaracic/patch-1 Update synaptic.js 19 March 2016, 15:02:39 UTC
74cdcc3 Update synaptic.js Small typo :) 19 March 2016, 10:56:07 UTC
82375f9 Merge pull request #76 from cazala/development v1.0.4 17 March 2016, 13:37:39 UTC
b752e29 v1.0.4 17 March 2016, 13:33:57 UTC
back to top