synaptic icon indicating copy to clipboard operation
synaptic copied to clipboard

architecture-free neural network library for node.js and the browser

Results 101 synaptic issues
Sort by recently updated
recently updated
newest added

Is it possible to create a Typescript definition file so that this awesome library can be consumed while developing in Typescript? there is more info available here - https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html

on page http://caza.la/synaptic/#/wikipedia "RUN DEMO" button. website is hacked and shows ads (http://juancazala.com/wiki)

I'm trying to teach network for [cubic parabola](https://jsfiddle.net/4r8z6f9f/2/). It works, but not very good. How can i improve it? Why it works worse, if the configuration is (2, 6, 6,...

First of all: great library! The clean code helps me to understand a bit about neural nets. My Questions: How to implement a weighted loss function for unbalanced training data...

Hello, I am doing an AI for the tic tac toe game (player vs machine) So in basic everything works, its an AI with 9 inputs and 9 outputs that...

I have a project that needs machine learning in the browser, was wondering if someone could point me in the right direction.

Or trained network can't really be used without `synaptic`. Wonderful lib BTW.

I tried the examples and enjoy testing this library -thanks for it. When I tried trainAsync, it gives me a syntax error: ReferenceError: assignment to undeclared variable costFunction[Learn More] costFunction...

Hello there, Total dilettante here - I was wondering if its possible to create GANs with either the current version or V2 of Synaptic. If not then I'd be interested...