Juan Cazala
17f049a6f7
Update README.md
2015-03-05 15:40:25 -03:00
Juan Cazala
c31aa638df
Update README.md
2015-03-05 15:37:57 -03:00
Juan Cazala
7373c1268f
Merge pull request #17 from shamoons/master
...
Changing learning rate
2015-03-05 15:32:00 -03:00
Shamoon Siddiqui
f1c87a7860
Getting bucket sizes to change learning rate
2015-03-05 10:54:32 -05:00
Shamoon Siddiqui
c62f108ea5
Edited README to explain new rate
2015-03-05 10:44:09 -05:00
Juan Cazala
8a25ecda4d
Fixed undefined references
2015-02-18 10:56:44 -03:00
Agustin Mendez (Menduz)
0e2300aa98
Fixed common js
...
Fixed CommonJS compatibility
2015-02-17 21:36:42 -03:00
Agustin Mendez
1470f5e3db
Update synaptic.js
...
Updated ninja function. Now we restore the old value of global.synaptic
2015-01-06 10:48:27 -03:00
Juan Cazala
a62b054c65
deleted .npmignore
2014-12-14 23:02:43 -03:00
Juan Cazala
245eaab620
updated build
2014-12-14 02:52:15 -03:00
Juan Cazala
912976791b
added optional cost function documentation
2014-12-09 23:52:16 -03:00
Juan Cazala
83264fb988
updated version
2014-12-09 23:48:58 -03:00
Juan Cazala
e0cd3dee9e
added optional cost function documentation
2014-12-09 23:43:25 -03:00
Juan Cazala
2e8428c3a5
fixed syntax error
2014-12-09 22:46:19 -03:00
Juan Cazala
8acbda38ec
added alternative cost function feature
2014-12-09 22:40:43 -03:00
Juan Cazala
92b083bc92
added cross-entropy training option
2014-12-09 22:40:32 -03:00
Juan Cazala
933aceb869
updated readme
2014-12-06 15:42:20 -03:00
Juan Cazala
8c0374782d
Updated readme
2014-12-06 15:24:45 -03:00
Juan Cazala
190f9a859a
built dist
2014-12-06 15:24:20 -03:00
Juan Cazala
15b4069854
Update README.md
2014-12-05 02:36:15 -03:00
Juan Cazala
8bdebef70f
Update README.md
2014-12-05 02:16:33 -03:00
Juan Cazala
eb46ae5535
Update README.md
2014-12-05 02:04:37 -03:00
Juan Cazala
d7f268e2ce
changed dependencies versions
2014-12-05 01:59:30 -03:00
Juan Cazala
0829ba97a2
changed gulp version
2014-12-05 01:57:07 -03:00
Juan Cazala
76de621d8d
fixed CI test
2014-12-05 01:47:29 -03:00
Juan Cazala
ee9f140c6d
fixed CI test
2014-12-05 01:42:01 -03:00
Juan Cazala
ccd242b8e2
updated node engine
2014-12-05 01:37:11 -03:00
Juan Cazala
ea63c9f2e1
added gulp test task
2014-12-05 01:32:29 -03:00
Juan Cazala
d3e1e352be
added gulp test task
2014-12-05 01:30:39 -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
Juan Cazala
d8c4da5243
improved optimized networks test
...
improved the equivalency test between optimized and unoptimized
networks to perform 1000 iterations producing the same output for both
networks (before it was only 5 iterations)
2014-11-01 20:58:02 -03:00
Juan Cazala
2f0d447a87
updated version
...
0.1.3
2014-11-01 20:35:00 -03:00
Juan Cazala
3cb8a62fe9
updated .gitignore
...
removed debug.html
2014-11-01 20:34:26 -03:00
Juan Cazala
a1a83b6f0b
updated readme
...
bigger titles
2014-11-01 20:32:43 -03:00
Juan Cazala
cb46ea001a
updated version
2014-11-01 20:30:33 -03:00
Juan Cazala
2fe1d77df2
added workerTrain: train networks using WebWorkers
2014-11-01 20:26:24 -03:00
Juan Cazala
d16c16fd8d
added link to introduction (wiki)
2014-10-26 21:40:39 -03:00
Juan Cazala
71648fa5c7
Merge pull request #5 from bcbcb/master
...
Fixed spelling errors in readme
2014-10-25 01:41:56 -03:00
bcbcb
e41739a92b
Fixed more spelling errors
2014-10-24 21:12:14 -07:00
bcbcb
ee25127159
Fixed spelling
2014-10-24 21:09:49 -07:00
Juan Cazala
48d67de2b2
Fix spelling.
2014-10-24 10:13:37 -03:00
Juan Cazala
98f41f6fbf
Merge pull request #4 from germ13/patch-1
...
Fix spelling.
2014-10-24 10:08:52 -03:00
juan serrano
3f94d1837e
Fix spelling.
2014-10-24 02:43:01 -07:00
Juan Cazala
919b1e8cf1
added new test case
...
added new test case: compare if optimized and unoptimized networks
output the same results when activating/propagating, for 5 consecutive
iterations.
2014-10-24 01:05:19 -03:00
Juan Cazala
0094d1219c
added build status
2014-10-23 23:53:36 -03:00
Juan Cazala
5d77f4c906
updated readme
2014-10-23 23:51:09 -03:00
Juan Cazala
84732a8ccf
added default connectionTypes
...
When connecting two layers using the .project() method, if you don’t
specify any connectionType, ALL_TO_ALL is going to be used by default,
except for self-connections, in that case ONE_TO_ONE is going to be the
default
2014-10-23 23:49:35 -03:00
Juan Cazala
2a65c2d28d
added Travis CI file
2014-10-22 18:26:44 -03:00
Juan Cazala
c0f2565a9f
updated readme
2014-10-22 17:26:54 -03:00
Juan Cazala
95ea3fb5e5
updated read
...
added contribute section at the bottom
2014-10-21 23:47:39 -03:00