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

change module.exports

7b2084612e2df20fb1a549477cea4c6ebb2dd233 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Fix group.js

f9b16dde7079b746bdcde4ce7fb6aa6801ab2a0a authored over 7 years ago by Thomas Wagenaar <[email protected]>
Convert to (semi)standardJS style

!THIS IS EXPERIMENTAL!
* Semistandard is now a dev dependency
* All future commits should follow...

34a3fa69f44758def84b0a6911b452ca74fb011c authored over 7 years ago by Thomas Wagenaar <[email protected]>
Minor optimization

5e4a5347d198840ffb6918138ae4ffb509ce446e authored over 7 years ago by Thomas Wagenaar <[email protected]>
Added standalone() function

7a814c74ae9aebc7136c40f93374b301d828d09b authored over 7 years ago by Thomas Wagenaar <[email protected]>
remove mkdocs build

8e630454321e2a505ff85c47d34795be4b9da9d9 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Positive error log evolve()

bc8a6d58ae155714889437a7f9b1cdbc94f1c0d4 authored over 7 years ago by Thomas Wagenaar <[email protected]>
schedule evolve() update

e57cf4d7e33a710e1c2185ff3c3a69d803013f7c authored over 7 years ago by Thomas Wagenaar <[email protected]>
Mutation.SWAP_NODES.mutateOutput option added

eab97ccd834dfd9cdf660a70f77260f1109f5489 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Provenance added, evolve() bugfix

* Provenance added to NEAT, see the documentation for more details
* The evolve() function now r...

7e75cd98802a2b5425386bde86e5a2d27b2f90fd authored over 7 years ago by Thomas Wagenaar <[email protected]>
Merge pull request #34 from alancnet/provenance

Provenance

50a4b8da80dd71438f7c87354f7fafba69dc0b5b authored over 7 years ago by Thomas Wagenaar <[email protected]>
Introduce provenance: A guaranteed slice of the population to be mutated from the original template -- Allowing for evolutions that have gone astray to self correct.

05362ff283b2f7d12b1589c58c68dc2707008ebc authored over 7 years ago by Alan Colon <[email protected]>
Solved #31

508b65ce038b5e9f188ab197f6d323e368d6cfd1 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Fixed score resetting during getOffspring()

146de9a25f8751417dcd5028cae16436152bf860 authored over 7 years ago by Thomas Wagenaar <[email protected]>
cdn

c576142158320d4c8e73791c90a62434c9b8df03 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Fix elitist mutation

4fe294200f59cd29c05e99872b71036ab50be470 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Fixed neat.export(), updated documentation

6bc2c34105837c196b8a96a92ec959b2ad8a01a1 authored over 7 years ago by Thomas Wagenaar <[email protected]>
(mini-) batch training!

* The training function now has a `batchSize` option!
* The schedule option for evolving network...

a200d8195a6f036f5215564616b0e3ee0febdc4f authored over 7 years ago by Thomas Wagenaar <[email protected]>
Create CODE_OF_CONDUCT.md

bb953b3e40e2fb6adf38ded451d5935b337604cb authored over 7 years ago by Thomas Wagenaar <[email protected]>
Create CONTRIBUTING.md

70fe5f54a9c12c336ab4003763a49ab04332d780 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Create CONTRIBUTING.md

5e08e4f12d0308249698bbdea3e50eb9700c3cec authored over 7 years ago by Thomas Wagenaar <[email protected]>
Faster for loops

79849dcb2ac3358490baf45b5b2a6be434934cb6 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Bugfix `tthis`

48a49e195deec26926a441dc04d98be4047508d5 authored over 7 years ago by Thomas Wagenaar <[email protected]>
No elitist genome mutation

9ec007bbbfb923a48200affc0fd5f8891920d0d6 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Create README.md

b0c454afa3411deed4e4f9f5a1ca4f37d109f61a authored over 7 years ago by Thomas Wagenaar <[email protected]>
Build cdn

4412be729fa57915896243c99b98ec0e77342c73 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Fix evolve() and train() data logging + bias momentum added

* Fixed data logging
* Added bias momentum
* Removed new weight initialization in architect.Perc...

ff8f5f1d9661c122b28ff3a455c29e8e08ab398f authored over 7 years ago by Thomas Wagenaar <[email protected]>
methods/activation docs update

* Now using MathJax

d590784c42f23cc1f7ead58e8f940e8b858e1beb authored over 7 years ago by Thomas Wagenaar <[email protected]>
Added Methods.Activation.SELU

* New activation method
* Inverse and SELU now in allowed list of
Methods.Mutation.MOD_ACTIVATIO...

6322b35ac1e739a9c5e67d44dcee09d9b71c63c8 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Fix #26

* During Methods.Mutation.SUB_NODE, it was not accounted for that a node
might project to a node...

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

990ad5ff472f518448ab4fa31588bcdaae145cc2 authored over 7 years ago by Thomas Wagenaar <[email protected]>
5x faster evolving

Part 2 of the speed updates. Another one might come soon.

* Crossover drastically overhauled
* ...

d6e616e321481dffef907ab45cc10035f0456f23 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Small code improvements

68d457353989dea14bed86be105b837db5c811aa authored over 7 years ago by Thomas Wagenaar <[email protected]>
Revert

2163560d3e880c24d0ae135a6023e54793ab22e5 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Training time ~5x faster

* For loops improvements

3436a994eb4eaf3a7c0d04029b85e1bb8157ed70 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Create README.md

c7d50c2aaa6cc112958116cc80c70c1ecb0651c6 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Better weight initialization

* 3x improvement in tasks like XOR

2b3f6cfe94d7abcb3c64640647509264f9fe2b17 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Small updates

* Graph updated (supports multiple graphs)
* Network.train schedule option now gets current trai...

1b1914cda333c7b72aec91cd38df0bec6c6e6bba authored over 7 years ago by Thomas Wagenaar <[email protected]>
Backpropagate improved

398e92b989ab62b81d2efd545c70fab7eedd50ba authored over 7 years ago by Thomas Wagenaar <[email protected]>
License update

98ef10ee4672255efcc39402d310d4ea49e16cf1 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Momentum improved

* I coded the momentum wrong, it has been improved (shows x6 performance
on datasets!)
* momentu...

4c4daacc0c0e91a14a1ec6ae4034fa56cf1f56af authored over 7 years ago by Thomas Wagenaar <[email protected]>
Updated color classification article

506a9c4ccbb34e7af35103e4fdbcbb5c07c0d281 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Learning rate policies implemented

* Momentum fixed (per connection instead of per node :wink: )
* Learning rate policies implemented

f90a350a184a9c4ddca8cc1d2a56d0511aa30894 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Regularization method 'momentum' added

* 'momentum' is a new option that can be used during training

cf06af93e0c580bef14eb9f1d3cfcccfb9f2db45 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Link fix

8b96082d160343b6359bb109a86145e7ef53a9ed authored over 7 years ago by Thomas Wagenaar <[email protected]>
Selection methods added

* Selection.TOURNAMENT and Selection.FITNESS_PROPORTIONATE (correctly)
implemented
* Selection.P...

ad0d60485e98e3cf7cd918fd5e3ee066b3d16582 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Layer concat connections correctly

* Issue #25 has been discovered
* Connecting layers will now return connections correctly
* `npm...

1f46d7083241ee6120b4d69fc1f908e3227e260a authored over 7 years ago by Thomas Wagenaar <[email protected]>
Docs build

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

c04d1ab1f4e03bed973868c779abae3637b5a60a authored over 7 years ago by Thomas Wagenaar <[email protected]>
Hopfield notice

d3f39d3298bca0dd07f858b4011b6fc9d739cff1 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Force end iterations

d78c702da66056094185cbf81de0b8c5784c67b2 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Warning instead of error

0ba8f82f7c97017a5516b5ba93dc830b294a1e3f authored over 7 years ago by Thomas Wagenaar <[email protected]>
Documentation update

aabb358cb293ccd4d356db1bef52da06102434e8 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Layer.Memory added

dcc334350e3e06ab7cbd0be35fe8e519cc148f40 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Force specification of certain training options

38f87af8f78d65ea1cba2c72f93fac6fb77b58ea authored over 7 years ago by Thomas Wagenaar <[email protected]>
Edit on github button

a0888855269c26ac0d934d0cde1fd1493369b4c9 authored over 7 years ago by Thomas Wagenaar <[email protected]>
P5js import fixed

016d436b3688a5b0d4dbe69c0268ad89b82bbe9a authored over 7 years ago by Thomas Wagenaar <[email protected]>
Travis CI test fix

2c839be74f8e52dfe4bdf332f8398f08989a9251 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Mkdocs website

a5e328937cd9be889a4c0784f7c7ee8a0a3d8a47 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Evolve() bug fix

* Fixed a double negative on the `evolve()` code.
* Improved Travis CI testing (due to the above...

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

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

6cc1d5b45038dd9d6642b18c02af5a805b3bc22e authored over 7 years ago by Thomas Wagenaar <[email protected]>
Favicon change

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

37f8ff6814c2034696eb1daf5268964879bc0dfb authored over 7 years ago by Thomas Wagenaar <[email protected]>
logo change

2dbc98c2ee9ee8a9b03bc94248f19f913f3b0ba2 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Layer fix

Fixed some `require()` statements. GRU architecture now made with
layers, will be the same for L...

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

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

91bfa57d18574d78095cb2f61970f177e5652183 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Layers added

2b93105755dbf73376032cf48a457e3599fd600f authored over 7 years ago by Thomas Wagenaar <[email protected]>
GRU improved

d77cb33d8b0a6994b3888101466cd661622141e4 authored over 7 years ago by Thomas Wagenaar <[email protected]>
LSTM overhaul

* Previous LSTM architecture was similar to Synaptic's, however this
architecture is not even cl...

bbdf2dc89b265a05fb9c5550e5254822d4ccd98b authored over 7 years ago by Thomas Wagenaar <[email protected]>
GRU fix output memory

0776fd7cd263ea67e53464928d923f5b8bfc067b authored over 7 years ago by Thomas Wagenaar <[email protected]>
GRU network added

2da28c521e7f18e5285dcca24cfe5336d78cd9d2 authored over 7 years ago by Thomas Wagenaar <[email protected]>
NARX memory fix

87cc792e494a315ffc3d65994d4b5ff044a419cc authored over 7 years ago by Thomas Wagenaar <[email protected]>
[dev] dropout has been implemented

6da73347f56e5b2e7fec9da8e11df24854334f20 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Scores reset to null

6b3a2cd8828d97fa92463ffe492be43297339caa authored over 7 years ago by Thomas Wagenaar <[email protected]>
Clear

1dab060cd4fadbe83a7768aec88886ec070e933a authored over 7 years ago by Thomas Wagenaar <[email protected]>
Scheduled tasks

* You can now schedule tasks during training / evolution

dba55bc5a260b57f5af39435daa391dc097d13c8 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Added Hopfield network

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

87e3baf4a7603c5ad405eea4dcf13f99fc4d4476 authored over 7 years ago by Thomas Wagenaar <[email protected]>
GATE graph nodes smaller

9fb847bcf11ec64dd589a2e54b74a41e286aa273 authored over 7 years ago by Thomas Wagenaar <[email protected]>
network.evolve() now changes network directly

1631a808837cf1b5eb97c00481fa26e350119039 authored over 7 years ago by Thomas Wagenaar <[email protected]>
desc update

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

586a077a9efada94ba155786ed31f9af221d83c0 authored over 7 years ago by Thomas Wagenaar <[email protected]>
log off

3811165106bb23a277484a0bfc45bf43499a2244 authored over 7 years ago by Thomas Wagenaar <[email protected]>
chronologyu

e45622434356eae0d87284630c23ca60b9c1b85f authored over 7 years ago by Thomas Wagenaar <[email protected]>
New article: Neuroevolution examples

72fb5dbd6240709e424c2f586ef62de507e81255 authored over 7 years ago by Thomas Wagenaar <[email protected]>
clear() evolve option added

5fba3132b739ccec5335c63bd9d5124c2b511808 authored over 7 years ago by Thomas Wagenaar <[email protected]>
clear altered

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

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

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

2d8ccc56ac383be27e567a7ac2dee9e4dce66692 authored over 7 years ago by Thomas Wagenaar <[email protected]>
Travis fix

6d821f862dd3a109d0738493aea5f1f17b0c6acb authored over 7 years ago by Thomas Wagenaar <[email protected]>
Fixed logging

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

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

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

196b4e4bb3fd7524d225066d974d83d773f58cd3 authored over 7 years ago by Thomas Wagenaar <[email protected]>
changed default error

25710e658cbaacb6366d87e8799e900656088e93 authored over 7 years ago by Thomas Wagenaar <[email protected]>
changed default error

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

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