Ecosyste.ms: OpenCollective

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

Kobra

Kobra is a visual programming language (like Scratch) for machine learning
Collective - Host: opensource - https://opencollective.com/kobra - Website: https://kobra.dev - Code: https://github.com/kobra-dev

Correctly insert new value in the correct place

github.com/kobra-dev/react-firebase-auth-hooks - a3ccccaeefe9259bb573acdc4b9a1d7f25c6b77c authored about 6 years ago by Chris Bianca <[email protected]>
Refactor useDatabaseList to rely on previous state

github.com/kobra-dev/react-firebase-auth-hooks - 07c5d3a38be4d5332c78926e0f574434d8d67305 authored about 6 years ago by Chris Bianca <[email protected]>
Tweak database hooks

github.com/kobra-dev/react-firebase-auth-hooks - d1685c845faa95aa4b42f8c2c1ba62a9144f6653 authored about 6 years ago by Chris Bianca <[email protected]>
Tweak useCurrentUser to include `initialising` parameter and prevent unnecessary reloads

github.com/kobra-dev/react-firebase-auth-hooks - fc82875a2d821e55f3bd9e2aa0b6bb1717a4ff86 authored about 6 years ago by Chris Bianca <[email protected]>
Initial PoC for auth and database

github.com/kobra-dev/react-firebase-auth-hooks - e81881513d29484e90f51aaf5794a5eeab6118ae authored about 6 years ago by Chris Bianca <[email protected]>
fix the nan due to oscilation

github.com/kobra-dev/js-regression - dd1e00ee247609168aae69c889af63a25cf54f58 authored about 7 years ago by xschen <[email protected]>
fix the grad calculation error in linear regression

github.com/kobra-dev/js-regression - a498f3a724c8224c5752ccca2dab34a865a76056 authored about 7 years ago by xschen <[email protected]>
third-party for visualizing regression curve

github.com/kobra-dev/js-regression - e7180aa18b1d115c57f52d36794745f008ed3442 authored about 7 years ago by xschen <[email protected]>
Merge pull request #2 from mljs/update-README

docs: fix an error in the README

github.com/kobra-dev/logistic-regression - 5471fbc324a16dd1ea54bbe231701ce22c362426 authored over 7 years ago by jajoe <[email protected]>
docs: fix an error in the README

github.com/kobra-dev/logistic-regression - e07a21dbd11757d30979d2b4a32685c90ce3861c authored over 7 years ago by jajoe <[email protected]>
1.0.2

github.com/kobra-dev/logistic-regression - 0a1097167a28ef7ccd9acf49f4e3a079d68b48b7 authored over 7 years ago by Miguel Angel Asencio Hurtado <[email protected]>
1.0.1

github.com/kobra-dev/logistic-regression - db1686cfb2f0552063ea024cc2f7168bad25ebc1 authored over 7 years ago by Miguel Angel Asencio Hurtado <[email protected]>
chore: update package-lock

github.com/kobra-dev/logistic-regression - e854e1ef0ac93c26cd9fa809a0fb6162d5340383 authored over 7 years ago by Michaël Zasso <[email protected]>
fix rollup config

github.com/kobra-dev/logistic-regression - 0d98a34c839d358a3b732d06dac92cc631dca03d authored over 7 years ago by Michaël Zasso <[email protected]>
add missing fields in package.json

github.com/kobra-dev/logistic-regression - e769e79db38b079ae06b2f28f9f8acf1416775e9 authored over 7 years ago by Michaël Zasso <[email protected]>
prepare for publication

github.com/kobra-dev/logistic-regression - 97d5117cce6fdf50dcd49ab24bf4d86f06dc8c20 authored over 7 years ago by Michaël Zasso <[email protected]>
fix: modify number of steps of the tests (and add the second test)

github.com/kobra-dev/logistic-regression - c175f82aa40a2b6527cf791410320d3036aa37f2 authored over 7 years ago by jajoe <[email protected]>
shorten test time

github.com/kobra-dev/logistic-regression - 886761bb952bdfd8075a67ae09eb193946605508 authored over 7 years ago by Michaël Zasso <[email protected]>
fix: modifications to use jest

github.com/kobra-dev/logistic-regression - e19dc5a44803ca97e75f820c036975497935ac6e authored over 7 years ago by jajoe <[email protected]>
fix: Update tests to enable 'npm test'

github.com/kobra-dev/logistic-regression - d3ac5f9acf6829d650fee6250c12134552186448 authored over 7 years ago by jajoe <[email protected]>
fix: fix errors in the tests

github.com/kobra-dev/logistic-regression - 836177f13c5c3fc1d511930896a04782d22254b7 authored over 7 years ago by jajoe <[email protected]>
fix: Modify name of methods. test() become predict()

github.com/kobra-dev/logistic-regression - a6aca4c6ce5fd222181f6c19ed99cf767df7d79d authored over 7 years ago by jajoe <[email protected]>
feat: add toJSON() and load()

github.com/kobra-dev/logistic-regression - 214a00ea26054134a43399dec171b614bff3d992 authored over 7 years ago by jajoe <[email protected]>
feat: Add the logistic regression

github.com/kobra-dev/logistic-regression - 78c250c080c949615b5ea589bced1ee078c60f4a authored over 7 years ago by jajoe <[email protected]>
improve the unit testing coverage

github.com/kobra-dev/js-regression - a2fe60dfcdc0fb3c307e7df65fff9e34385c6f55 authored over 7 years ago by xschen <[email protected]>
test with polynomial regression

github.com/kobra-dev/js-regression - 03a2746d406ea00187dabd2aebad36b0772773ca authored over 7 years ago by xschen <[email protected]>
add threshold for the logistic method

github.com/kobra-dev/js-regression - 605b6844267120c08cd46872ebd0c29337648dd9 authored over 7 years ago by xschen <[email protected]>
multi-class classifier based on logistic regression

github.com/kobra-dev/js-regression - b7ffcf781d16e333ccbc941ce26f9fc296865d79 authored over 7 years ago by xschen <[email protected]>
publish version 1.0.0

github.com/kobra-dev/js-regression - 488c430bc408f7568ea002ddb3e0884e83996040 authored over 7 years ago by xschen <[email protected]>
fix the bug on the linear regression cost function on the regularization

github.com/kobra-dev/js-regression - b71082840c4286544476effd60d51ccf543be7a5 authored over 7 years ago by xschen <[email protected]>
logistic regression

github.com/kobra-dev/js-regression - 78ecbd4d22b8855bd7b2df4adb94158ca4be8fb2 authored over 7 years ago by xschen <[email protected]>
fix the grad issue

github.com/kobra-dev/js-regression - 957d8d320943859519c041173469276c24b5eaba authored over 7 years ago by xschen <[email protected]>
linear regression

github.com/kobra-dev/js-regression - 9e81c9db8faec699e7f0ff4a9592b4ba9dd1853f authored over 7 years ago by xschen <[email protected]>
Initial commit

github.com/kobra-dev/js-regression - 88f1845b2f82a826df1a8b99e822c0396619d345 authored over 7 years ago by Xianshun Chen <[email protected]>