Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/kwhitley/neataptic

:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
https://github.com/kwhitley/neataptic

Bugfix

* No more connections from output neurons
* console.warn when `maxConn <= connections` instead o...

97e0ff991f89f98290ff784a511df8e13d5d824f authored over 7 years ago by Thomas Wagenaar <[email protected]>
package.json fix

ceda8658a2f18f7825ad7352865075cd87e3f334 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Added activation functions

* Activation.SOFTPLUS
* Activation.BENT_IDENTITY

400fe75acdc290bb247d131a5df07ea53c73bcb3 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Favicon

fcd8af388d1763c55598851d7e376a390a7b0413 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Undefined fix

7c53a248eccb35c55dc25ed9903b393fabeb210e authored over 7 years ago by Thomas Wagenaar <[email protected]>
Integrity fix

db928c0ce02f3d90c05ca1d57f2cabe2bd7af424 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Response improvement

05a61c244ee7f9c353bc139e11e4960fca85f8c0 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Crossover page improvement

70983e4a3ada7e8a00ad032c5007ea2a153c3041 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Improved evolve XOR

1b6d30309e58de725b0b4d07ddf9e6e2031c619e authored over 7 years ago by Thomas Wagenaar <[email protected]>
Mutation

* Mutation.MOD_ACTIVATION added for networks
* Some mutation functions in network.js redirected ...

9784406f7487dd2ff7ea8278f833922b663657a3 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Evolve XOR improvement

dae6b1a50e6e52d4698ad4500591f85ff2865c44 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Test easier

f22c6ad32d0cd727e5b5dcb2a5a6f966b916d5d6 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Testing added

* (basic) testing added
* getAverage() for neat.js added

d01cd7381eaa22855f4ff76762aa4e63055622c7 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

dd8bc06fd8cd2ee3aee87c90649dd2bb7c73f4bc authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

6f8d002f0e512552e4a49651ddf3c533df2505fa authored over 7 years ago by Thomas Wagenaar <[email protected]>
Activation graphs

* There are now also special graphs that display activation

5cfe17fe8543999fe2aa723d0658a0acf755daba authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

2bd3555171c3c53fe10caaac820c755908611759 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

0ccd71570e7938d8a5ed5070c23b2c3052815bb9 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

b9c29597aee444114aaa92a5ab540700763a589b authored over 7 years ago by Thomas Wagenaar <[email protected]>
CSS for graph

7ed365cd801e22aa1130f0becc9b881216817e92 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Fix link

7f5688041a4822a491242c7c2a60c2d1147a4520 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

9fd78ce2f814ddc110d9329d12688ccaf82d78cc authored over 7 years ago by Thomas Wagenaar <[email protected]>
Travis CI fix

396b1c62f4dd7d0de81b81669fe18d3566e21686 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

546345ac3446b3094a10b73287dd7068263d75fa authored over 7 years ago by Thomas Wagenaar <[email protected]>
Rawgit push

0fe300835f9ac0594b069e677687bf51e845f181 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Merge branch 'master' into neat

e7264cc2134682d2216c718bf5e78b75932251f8 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

48756b25290051a8e15740a240ead86ca2e53c63 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

1d97851bc77912ddcb58421fa98e0be13a7d5842 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

3fe2161f3e3c97960ba43f0cfb892eb2c9aaa672 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

e8bfbd8d3e5d36e9cf6d9b27c21e470b331c7ec2 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Graphs added

df7c21767bbed9e7fce180533aff5fd2fe952748 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

cc6abbe717ff1508e40ca6802656e0111253c016 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Architect updat

* Added more architect types
* Added more similarities between synaptic

9576fae2d01fd64b944d22f9ec2d9dfa207a0e9e authored over 7 years ago by Thomas Wagenaar <[email protected]>
Website improvement

* Website completely overhauled
* Finished two interactive examples

Final statges of neataptic ...

656f97d08ecaacb7993c8949f07213b5e057ef5a authored over 7 years ago by Thomas Wagenaar <[email protected]>
Mega update

* Crossover fully working implemented
* Started building of new website
* Changed name from gyna...

69b44b8f475e3dcfce8eb1e4c544ff83668d8c92 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Crossover implemented

* Crossover has been implemented! only works called from neat.evolve()
for now!
* created basic ...

8d922d89a242a4de0516df729b5f43e91527e1de authored over 7 years ago by Thomas Wagenaar <[email protected]>
toJSON() & fromJSON() added

53653b67ca38228d603435bb9b4d9f2438fefa7d authored over 7 years ago by Thomas Wagenaar <[email protected]>
isProjectingTo & By

* Added Node.isProjectingTo()
* Added Node.isProjectedBy()
* Added Mutation.REMOVE_CONN function...

f27c4e51dbf4b7251b37a2804cefe5c8a901b7cd authored over 7 years ago by Thomas Wagenaar <[email protected]>
Smoothing

9ab6f62398193283773ba5ab94334ac9f2fff631 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Init dev NEAT

* Mutation using the NEAT method implemented
* Visualise networks and nodes with the graph() com...

e649eef582a852b6e405ce01b0f949f9246b0871 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Start NEAT project

a77b4f18d6ae99c17f25fb7f48b42dc9acc78300 authored over 7 years ago by Thomas Wagenaar <[email protected]>
update rawgit

a343284b296e2d6cf8fed4a0a9fefb34487130c4 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Move nodes to folder

90472a447842d6b12e56178ccf7e392e1d8248ef authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

8cafd8d5a1309400aaa15767c7fcb1b6164dfe34 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

c4a2e60ab6a381acc1573141d0cddfc96e778a2f authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

d6222d44c16b11bf31cee98918e054cdb188e0f8 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

e72851fd9277fed1236ca54b79b1824ab90469d6 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Fixed MODIFY_CONNECTIONS

385f199106e40fb95b4a91e0416c3fde369dea47 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Travis push

504a0961eb3c53eee69948a0ab07d371dcd1c15b authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

bc1d23ce43ad19f84ecda7bb58372c960759776e authored over 7 years ago by Thomas Wagenaar <[email protected]>
MODIFY_CONNECTIONS improvement

fbb5eaf9741ef9ed6784c3775b533d6df3b50edb authored over 7 years ago by Thomas Wagenaar <[email protected]>
Improved mutation methods

* Network Mutation.MODIFY_CONNECTIONS works via disconnect()
* Network Mutation.SWAP_WEIGHT has ...

f9bc9a54dfe56fc7c2f1ac325256b9e2bd3f5486 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Name change MODIFY_NODES

fc55531a088b22d30ea5e1f1c4e45e58f6cb4c63 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

11c94a52235288a8a229911b7031641a1ed2b501 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Renamed mutate

e94a3d563e46d3f9b0726e85b591d94beebbc60e authored over 7 years ago by Thomas Wagenaar <[email protected]>
update version

ff4dfc65b7dfc7cd1a989e6a152e85bc6a9dbe55 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Brain mutate update

* Finished all mutate methods for brain

6ed75dd0c8c71005d625a7fdcce884906b151d39 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Added Mutate.SWAP_WEIGHT for Brain

278248396d9e660059de6188f1316b2009f94cae authored over 7 years ago by Thomas Wagenaar <[email protected]>
dist push

18ef2434163a400dadcdb1db3cbcef534776a163 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

449c197d2fb5889aeda72f2646354b7a65c05d7c authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

e45c1c9d4728d484cb7f2b0f59936ea57dbd5dce authored over 7 years ago by Thomas Wagenaar <[email protected]>
Update README.md

897fce9005dbc61717b3bb408ef4da02c7b5ada3 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Disconnect(node)

* You can now disconnect two nodes from each other
* Mutation testing has been changed (works wi...

d91be6a2cd68bb256d80f9d9d498a79170fbae90 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Moved methods to subfolder

Continued work on brain.js

0433b844e5f760ed3a2f91e93b195a62f22f8733 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

fa431c37f5b16e89ed479ffbaae6f6c3ca194d52 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
dis(connect) fix

cf8fbd71cb1737496ca43ceb209bdf0dea72619f authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

f5c9d357f100bee2efb8a243f477a6756ac788c1 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

03e1a28d568f5e79cc5b935ac0dd4aaa1481e1b1 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
dist push

9fcbb7b3c99541fef5e8812f67b8c50e2f543720 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Mega update

* All mutate methods guarantee change
* Project neurons, layers and networks to each other
* Dis...

c83754d9bd308ebd4aad822e1c3149f9e7ae0cbc authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

3ebf36c5af4dd16ff904acd013c03d4f33e51939 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Webpack fix

http://stackoverflow.com/questions/42940050/configuration-output-path-the-provided-value-public-...

a6cb1fdf70e1a46621441df17577ed53b961f59b authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Travis CI failing

9854ac43fbdfc6273977978cc2b0c8487b42b24a authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Merge branch 'master' of https://github.com/wagenaartje/gynaptic

e523709770f4ff474f57dad821b10cfe393f56e1 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Added connection functionality

af02a31efc9cbefeb1edef74aa117037137ab1bb authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

747b5f173416f7b2aa7a09627b5b91161c035cd4 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Adding more test cases

0fd2825d1555ba189479ea2aaa26ca5148e23f71 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

a36e9efd5d679733f304fa3ba40eb86be60e2d50 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

ac35b45fbd4676bee15e8d24171dc441d72ea3cf authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

e65c60b7fdf5a50443ce4ea1ba6c7133d9223e1d authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

def71235eb48649b106d2548cda1f834e2186ada authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Added Network.merge()

You can now merge multiple networks into óne network!

99f40acbfbd33ef251eb42472a4478ad9b5449ca authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Dist

494bbb3166669f1962f634cc7e345d073565c648 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Import trainer

7c9ae79566002b526a772f204e78085553f87a69 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

a135b39e257957a903e84ffd06bcca79b4ed6b9d authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

e3fc61708fdd596a5606b7757d235588e0d4184b authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

03182354f8b376d42d7910bc970a8d7b6e7fb9da authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

33655a6cae08cd6c7b98f228c6d5f170fb1928e3 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

55b6d0d13c56566f003cba4781ea0f69ca65480e authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

de0a9eadb9d59d7d2ba68446743982a48453d497 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

530cd279ace2262c8a31a4f3eb6b818a51590a2f authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Fix dist

a15fc1f89e581d09419966a7dd6bb9e38c7a7452 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Added connections()

7b0181349ddee4e0c447be0761224f401f0778d4 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Moved Layer.connectionType

Now accessable via Methods.Connection.TYPE

3f2754ef8492ff42ef90ff7f7d3b527621be6aef authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

f4978c175a5f803bade5902c1fde382ece34be40 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

ab604a66fe06c23ffa7ba135a84829a23b237152 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Google Analytics tracking

90fd11e38fd457b839950756af342cb7f8f3da05 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Update README.md

d86502127a6fda1e527c3e928c90b91c460e1390 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Refining code

Updated comments, removed unused code, improved connection selection.
Built-in training sets wil...

ec7f82a6545cd2914e351e66f5eb135cd80cf6d2 authored almost 8 years ago by Thomas Wagenaar <[email protected]>
Updated link

08a7b99d2d02ddd9402a0851b48e5545c2b9a8d3 authored almost 8 years ago by Thomas Wagenaar <[email protected]>