Ecosyste.ms: OpenCollective

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

brain.js

brain.js is a library of Neural Networks written in JavaScript.
Collective - Host: opensource - https://opencollective.com/brainjs - Code: https://github.com/BrainJS/brain.js

Redis auth support, fixes issue #12

github.com/BrainJS/brain.js - d44e9545ebbdc4e41bb409ce09dc75543e54c251 authored almost 13 years ago by Heather Arthur <[email protected]>
bump nomnom dev dependency version

github.com/BrainJS/brain.js - 782d28341f58ab3fe72e6d9fa292cfa25a355515 authored almost 13 years ago by Heather Arthur <[email protected]>
update for new nomnom api

github.com/BrainJS/brain.js - eb469cab974e8abd6cb4985a13f8bd9baa569bf1 authored about 13 years ago by Heather Arthur <[email protected]>
error calculation correction, fixes issue #10

github.com/BrainJS/brain.js - 0ff481bd6cee6213c6521905af7ec1781104b26b authored about 13 years ago by Clark Van Oyen <[email protected]>
Merge pull request #9 from arlolra/patch-1

Update README.md with new jake repo location

github.com/BrainJS/brain.js - 1be8a4d6e94f52b70fdee453e049691f787c7cb9 authored about 13 years ago by Heather Arthur <[email protected]>
Update README.md

github.com/BrainJS/brain.js - a7c49dc79f051d6357f38fa73ce7c3a46901e907 authored about 13 years ago by Arlo Breault <[email protected]>
link to neural network demo in readme

github.com/BrainJS/brain.js - 2663e70a787bfb85221929b74dc5b8022bde84c3 authored about 13 years ago by Heather Arthur <[email protected]>
remove trailing ','

github.com/BrainJS/brain.js - 31a9cf731855b168d03a7eab319602bd4f460978 authored over 13 years ago by Heather Arthur <[email protected]>
append version number to browser file name

github.com/BrainJS/brain.js - 8b44732d8456fd016f656ad18d5957704bc1f299 authored over 13 years ago by Heather Arthur <[email protected]>
use browserify for building browser file

github.com/BrainJS/brain.js - 7c05af579effa0a7bf883cdfcca8817f8bb1a5dd authored over 13 years ago by Heather Arthur <[email protected]>
remove all the require('sys')'s

github.com/BrainJS/brain.js - f36fc7bbed76801ca84c5bdc56b4864dd23644c0 authored over 13 years ago by Heather Arthur <[email protected]>
Merge pull request #5 from rjack/fix_packages_json

package.json: jake, nomnom version

github.com/BrainJS/brain.js - a8872b010415344d238464d15f40f86005a2b1f6 authored over 13 years ago by Heather Arthur <[email protected]>
package.json: jake, nomnom version

github.com/BrainJS/brain.js - a534e1cafd2336be61139a75c5bd0fa31651abed authored over 13 years ago by Giacomo Ritucci <[email protected]>
BayesianClassifier.toJSON()/fromJSON() for preloading and exporting

github.com/BrainJS/brain.js - 8f04e418ea0b873091e767c00b71581e0fc5a470 authored over 13 years ago by Heather Arthur <[email protected]>
make test interface off the hook with commands and colors

github.com/BrainJS/brain.js - 9b0004318e89b34f6a30d5c0cbfd91f935ecdd12 authored over 13 years ago by Heather Arthur <[email protected]>
version to 0.3.3

github.com/BrainJS/brain.js - 40dac99983a6f8a213a5f66be1a78fec81537e87 authored over 13 years ago by Heather Arthur <[email protected]>
don't require BayesianClassifier.trainAll() to have callback

github.com/BrainJS/brain.js - 2575a749537d8aa6140f99a637652c2b432e76a4 authored over 13 years ago by Heather Arthur <[email protected]>
Merged pull request #4 from jsocol/master.

Added a test and cleaned up the condition

github.com/BrainJS/brain.js - 0f2837c92fb651480ef1410cdf46c3ae90264eb9 authored over 13 years ago by Heather Arthur <[email protected]>
Trailing whitespace and a test.

github.com/BrainJS/brain.js - 501bbdc1d1d58bf206b9c7331114f6155cf198ae authored over 13 years ago by James Socol <[email protected]>
Merged pull request #3 from jsocol/patch-1.

`BayesianClassifier().train()` fails without a callback.

github.com/BrainJS/brain.js - bbcd5dbf0e103c1f0d110a06d704d763e7361b2f authored over 13 years ago by Heather Arthur <[email protected]>
Make `BayesianClassifier().train()` work without a callback.

github.com/BrainJS/brain.js - 9795fe0021609d5e65c8312f04d0b185565c2cd1 authored over 13 years ago by James Socol <[email protected]>
replace node Redis lib

github.com/BrainJS/brain.js - b19bf59cc1a8c4770197491dadd4d030fcdbf06f authored about 14 years ago by harthur <[email protected]>
update arg parsing to nomnom's new syntax

github.com/BrainJS/brain.js - 1fdc2373c4042556f229453f4f3b69b1ff6a9e79 authored about 14 years ago by harthur <[email protected]>
use default category for bayes if it hasn't been trained yet

github.com/BrainJS/brain.js - 47e7182dca2f9703a572e88758f92d433b20ad3c authored over 14 years ago by harthur <[email protected]>
neural net perf tweaks - training time in half

github.com/BrainJS/brain.js - c0a4a2e01a0a59fb1f750f5973cf1d46446c4744 authored over 14 years ago by harthur <[email protected]>
bump to v0.3.1

github.com/BrainJS/brain.js - 6e77d32e9f18d062a93e33e1fa5e1ab47be85c90 authored over 14 years ago by harthur <[email protected]>
use momentum trick to speed up neural net training

github.com/BrainJS/brain.js - 1295f983a21fae91d8eaa461e798bc814b38ff2f authored over 14 years ago by harthur <[email protected]>
fix cross-validate reporting output

github.com/BrainJS/brain.js - 5ca49ab603a6b6d98397faea21559a2d83866e28 authored over 14 years ago by harthur <[email protected]>
browser file building more correct and better

github.com/BrainJS/brain.js - f2c5bb3f6529917235b631b7982bfc65ea6be40c authored over 14 years ago by harthur <[email protected]>
report cross-validation test results to couch

github.com/BrainJS/brain.js - c6134a3bb6f92ad3f0e621e6cb377cd436cf9a84 authored over 14 years ago by harthur <[email protected]>
don't be so opaque about neural net options

github.com/BrainJS/brain.js - f5d8f724f9e51f860d289154a60b61e70fb9c1ba authored over 14 years ago by harthur <[email protected]>
increase default error threshold by 0.002

github.com/BrainJS/brain.js - 12537c39c39491fdbf0a8397e027e8674f74c9d0 authored over 14 years ago by harthur <[email protected]>
update relative paths to lib in test files

github.com/BrainJS/brain.js - 6819f67ee19b76ee915dbeb666487cecd256cca6 authored over 14 years ago by harthur <[email protected]>
Jakefile for building browser file

github.com/BrainJS/brain.js - f755b8081c1871ab309057aa6ed2e64569b0b32f authored over 14 years ago by harthur <[email protected]>
add note about using bayesian in browser

github.com/BrainJS/brain.js - c9a7aa510d0dd29cdb5c40f0f83ca2e1b48e86c9 authored over 14 years ago by harthur <[email protected]>
add browser sanity test, move test types into subdirs

github.com/BrainJS/brain.js - fdac57c7244717e6f1520939a4eccc40dde4a885 authored over 14 years ago by harthur <[email protected]>
bump to v0.3

github.com/BrainJS/brain.js - ecb040c7db8917f2d96807bdcb19c6d9dc3a4c81 authored over 14 years ago by harthur <[email protected]>
uncomment memory backend test

github.com/BrainJS/brain.js - d3c8011c2f9164ce82e4cf23d983088eb31e076b authored over 14 years ago by harth <[email protected]>
create and close new Redis client each set of calls

github.com/BrainJS/brain.js - d0bf1361d72d8d48e51ae1be5101c20288ec9752 authored over 14 years ago by harthur <[email protected]>
localStorage backend for Bayesian classifier

github.com/BrainJS/brain.js - 6ebf38c4864081666f49af12973e2e67af347a07 authored over 14 years ago by harthur <[email protected]>
Redis backend for BayesianClassifier

Redis backend functional, but not correct

seperate sync and async calls for diff backends

memo...

github.com/BrainJS/brain.js - 12e6bc9936fb7ac189b00429b9daef310031fc09 authored over 14 years ago by harthur <[email protected]>
basic in-memory naive bayesian classifier

github.com/BrainJS/brain.js - 40c13945d1a7e8337a0b50f86f2a28855eaf4be9 authored over 14 years ago by harth <[email protected]>
use nomnomargs in test runners

github.com/BrainJS/brain.js - f0b9ca5c0cd9db77bca8481cdc2724e9ae44ca66 authored over 14 years ago by harthur <[email protected]>
take md syntax mistake out of README

github.com/BrainJS/brain.js - a09747a8acff35d05843d80bc1f206b3c96a306d authored over 14 years ago by harth <[email protected]>
brain.crossValidate() and cross-validation test runner

github.com/BrainJS/brain.js - 2d3cf8f7c2c6c8bb8319165caa6e608bea5f2a45 authored over 14 years ago by Heather Arthur <[email protected]>
update README to reflect namespace changes

github.com/BrainJS/brain.js - 0c96fb2cbacd8ccb10f34eb4912510366ebf7552 authored over 14 years ago by Heather Arthur <[email protected]>
Converted prototype getters/setters to traditional functions (getXXX/setXXX) to allow compatibility across browsers such as IE.

github.com/BrainJS/brain.js - c9bbec1d5098655b80217b0843797d2d34cafd70 authored over 14 years ago by unknown <[email protected]>
separate out neural network code/tests to make room for other modules

github.com/BrainJS/brain.js - 4436f7d89849fee0b8cabf3aee0bcc6e1198c605 authored over 14 years ago by Heather Arthur <[email protected]>
note that you don't need version number if installing from npm

github.com/BrainJS/brain.js - 1d5d5c193b36ca57a16b30ed9e7aeba6bdb80d1d authored over 14 years ago by harth <[email protected]>
Merge branch 'master' of github.com:harthur/brain

github.com/BrainJS/brain.js - e216f728258754a32b35f7a7aa6a31b767f5aa35 authored over 14 years ago by Heather Arthur <[email protected]>
clean up bitwise test a bit

github.com/BrainJS/brain.js - 06fa87cba5f5579d6fe57c43e2080a89a1939a8c authored over 14 years ago by Heather Arthur <[email protected]>
add note about require path

github.com/BrainJS/brain.js - edc59f8f64a719cb0e72751362266529cba9d035 authored over 14 years ago by Heather Arthur <[email protected]>
commonJS module -> package

github.com/BrainJS/brain.js - 4c7f19a965a76cb987b416a72d5906ef64ef01dc authored over 14 years ago by Heather Arthur <[email protected]>
remove unnecessary assignment

github.com/BrainJS/brain.js - a4630e305198529e79654200148a838ab8e96ef3 authored over 14 years ago by Heather Arthur <[email protected]>
update README

github.com/BrainJS/brain.js - 42720974405c2ed9194241fa920e3780817eed8a authored over 14 years ago by Heather Arthur <[email protected]>
use addIncoming

github.com/BrainJS/brain.js - 360f761e692f2375d8b924035f4e0c1a6cf124f2 authored over 14 years ago by Heather Arthur <[email protected]>
a bit more code cleanup

github.com/BrainJS/brain.js - a5d17e9ed576f19b5e68dc872c543419e1ddbfa4 authored over 14 years ago by Heather Arthur <[email protected]>
reduce function for layer

github.com/BrainJS/brain.js - f8979ac37447788c70aec5d6004d0c03a7b1160e authored over 14 years ago by Heather Arthur <[email protected]>
add comment about hiddenLayer

github.com/BrainJS/brain.js - 78c775b1acb3578dce429d70c3ecfed5ef9eb1e9 authored over 14 years ago by Heather Arthur <[email protected]>
get rid of unnecesary assignment

github.com/BrainJS/brain.js - c98bc422f01a2db8ff6595fafdab895d7658bae4 authored over 14 years ago by Heather Arthur <[email protected]>
Merge branch 'master' of github.com:harthur/brain

github.com/BrainJS/brain.js - faa069afda47d0605fa90451ddcef0887df67821 authored over 14 years ago by Heather Arthur <[email protected]>
add API link to README

github.com/BrainJS/brain.js - 28684579013fcb57b432de78075d38cf6fa550ad authored over 14 years ago by Heather Arthur <[email protected]>
add small comment on getter

github.com/BrainJS/brain.js - 512b4761f70a8f5ae51a045e97ff52453bb78e3f authored over 14 years ago by Heather Arthur <[email protected]>
progress callback for training

github.com/BrainJS/brain.js - e19dfc4692c4bb7b1ef6467676ecb5c697d0809f authored over 14 years ago by Heather Arthur <[email protected]>
tighten default error threshold

github.com/BrainJS/brain.js - 5effac96845af6f8687ba577e528a59a9ac20cd6 authored over 14 years ago by Heather Arthur <[email protected]>
mean squared error applied to total training error

github.com/BrainJS/brain.js - ebce9b78f2d3129f02be216abe9dfd4e0bd988dd authored over 14 years ago by Heather Arthur <[email protected]>
switch from average error to mean squared error

github.com/BrainJS/brain.js - 1f4c7bf8a74723205547c753640b90b1556f4102 authored over 14 years ago by harth's temp <[email protected]>
put 'expected', 'actual' messages in runner

github.com/BrainJS/brain.js - 38c0aaedd602857a2fe62f8278dc1c954110442a authored over 14 years ago by harth's temp <[email protected]>
more toFunction() formatting

github.com/BrainJS/brain.js - 72db8fe1f77ca9351644344946f1ab62e151ced4 authored over 14 years ago by harth's temp <[email protected]>
add MIT license

github.com/BrainJS/brain.js - 493defc6af6fd437b336860ed2277287136e81de authored over 14 years ago by harth's temp <[email protected]>
update README

github.com/BrainJS/brain.js - 7d30aa43eb96adaff6578cde5ad32622bbdb6063 authored over 14 years ago by harth's temp <[email protected]>
clean up toFunction() formatting

github.com/BrainJS/brain.js - a3cb8cd05b96849bdf9a3b5a20d9cf2b42af1ae2 authored over 14 years ago by harth's temp <[email protected]>
'target' -> 'output'

github.com/BrainJS/brain.js - 84ce2205b1f3b9966109669fedcdfbca5984510e authored over 14 years ago by harth's temp <[email protected]>
small README change

github.com/BrainJS/brain.js - 5fffc02eadf1bca6f8217232e39d504b2645fab7 authored over 14 years ago by harthur <[email protected]>
organize README into sections

github.com/BrainJS/brain.js - 0786813e46d0fbc890e9cff1a6c427a14000066c authored over 14 years ago by harthur <[email protected]>
remove example file as docs are coming

github.com/BrainJS/brain.js - 02b5ba8338205e798cefe9d9b0bd0a371b28c4bd authored over 14 years ago by harthur <[email protected]>
add back exports line

github.com/BrainJS/brain.js - ae122124a6d9edf6537a25f6309f9d9ccf3fe885 authored over 14 years ago by harthur <[email protected]>
add hidden layer growth test, update README with test info

github.com/BrainJS/brain.js - 518f620679e1cb6007f705ec421e69c699006674 authored over 14 years ago by harthur <[email protected]>
'hiddenLayers' -> 'hidden'

github.com/BrainJS/brain.js - d2bdd68458a250ea52e0bd5a657e272aae4d3f7e authored over 14 years ago by harthur <[email protected]>
test for number and sizes of layers

github.com/BrainJS/brain.js - eb07ae7fdfac23bad15f4f7194ce3198d6995d06 authored over 14 years ago by harthur <[email protected]>
toFunction() method on network

github.com/BrainJS/brain.js - ff18bba024914ae969186dd20fdb3960b03b7c79 authored over 14 years ago by harthur <[email protected]>
toFunction can run inputs standalone

github.com/BrainJS/brain.js - 2b5fa16a5d4ccb38267e37b5ae20c2e1dbf3810e authored over 14 years ago by harthur <[email protected]>
clean up error threshold test

github.com/BrainJS/brain.js - b90f21ddeb7af23e44b1090503d0ba3f238a57cc authored over 14 years ago by harthur <[email protected]>
test for the bitwise ops

github.com/BrainJS/brain.js - b7e6108923ca815b04c2c3b0f71ee36a0c8e08a7 authored over 14 years ago by harthur <[email protected]>
error threshold to 0.01 for training

github.com/BrainJS/brain.js - d83a33882af3b24b59fa85b6bf8d881471875862 authored over 14 years ago by harthur <[email protected]>
optional argument to train until error threshold is met

github.com/BrainJS/brain.js - e808eed32f08c7c9ba1abcebe283c59f971efda8 authored over 14 years ago by harthur <[email protected]>
fix up a couple lines in json and hash tests

github.com/BrainJS/brain.js - 5ac1de5c937da37f4b2330af8344484ff855a775 authored over 14 years ago by harthur <[email protected]>
add test for sparse hash input/output

github.com/BrainJS/brain.js - 7e309e8f28019e9c52065cf7e9035d846eef6e42 authored over 14 years ago by harthur <[email protected]>
reuse layer initializing code for json loading

github.com/BrainJS/brain.js - 8821b1b8171f3aec0f154c9cd5c951a518e28546 authored over 14 years ago by harthur <[email protected]>
small test runner using asserts

github.com/BrainJS/brain.js - 00246581dd6b91077b4ef90a46f149cbf02e7f2b authored over 14 years ago by harthur <[email protected]>
get rid of unused line

github.com/BrainJS/brain.js - 90b8b311639f861fba21cde16d42571734872c86 authored over 14 years ago by harthur <[email protected]>
a bit of cleanup

github.com/BrainJS/brain.js - 41a9b0987a87fc703d5cd4143c94bc70e858c270 authored over 14 years ago by harthur <[email protected]>
initial neural network module, small example file and README

github.com/BrainJS/brain.js - 07b26ba414534640b52be235a5db541cd173e7f2 authored over 14 years ago by harthur <[email protected]>