Hi! I maintain GPU.js. >I guess it's doing some sort of transformation That is exactly correct. From javascript to an abstract syntax tree, and then to whatever target language we need. In this case GLSL. >Presumably…
A lot of neural networks start by first constructing the neural network structure, and eventually getting around to running the data through it. Where in brain.js, line 2 in most examples (just after instantiation) is…
Ty for your feedback. We'll be sure to use it if we make another.
That'd be awesome! I've used: https://github.com/n-riesco/ijavascript https://github.com/notablemind/jupyter-nodejs Or even: https://beta.observablehq.com/
Also: https://github.com/gpujs/gpu.js Note: this is what brain.js is shifting over to. It uses the... GPU.
Really cool example!
1. Tensorflow.js closely (not exactly) mirrors the python counterpart, and its api's, and thinking. We feel it does not reflect node ideologies well. And not the shify, what is in today is out tomorrow, thinking. The…
This was good, correct? I'd love to hear what your use case was, like which colors didn't work, etc.
Ty for your thought. I'd love to know more specifics.
That is really cool to hear!
What happened was essentially bullies. I think it is apparent now that the library and, more importantly, the idea of a data first neural network architecture in javascript isn't going away.
Ty, I hope my voice is/was not very irritating. I obsess over relaying ideas in a _very simple_ manner. Things should be as simple as possible, but not simpler...
This is Robert, the lead developer for brain.js. Ty for the plug! I was going to mention this, nice to see people listening and helping spread the word. Working on it hard guys! When spare time cannot be had, just stay…
Keep in mind that while the tutorial is in javascript, in the web browser, the neural network easily apply for node based solutions as well. We're adding GPU support that use either client side OR server side GPU, so…
Ty! This means a lot! Can you point me to the tutorial you added new tests with?
Doh! You found a mistake. I'll try and take care of that asap. Ty for pointing this out.
Ty for asking this question! "Reinforcement learning" has a wide definition, but in this case because we are using a simple feed forward neural network, "reinforce" is more principled by dynamic programming with…
All you need know are basic function calls, objects and arrays. I share the same fears you have about the JS ecosystem, especially when they overcomplicate something simple. By keeping the course thought out and simple…
Hey guys! I'm the creator of the course and lead developer of brain.js and would love to answer any questions you may have.
Usage: Javascript is everywhere and can be learned quickly. Speed: GPU can easily be tapped into inside Javascript with projects like GPU.js, which brain.js uses.
Hi! I maintain GPU.js. >I guess it's doing some sort of transformation That is exactly correct. From javascript to an abstract syntax tree, and then to whatever target language we need. In this case GLSL. >Presumably…
A lot of neural networks start by first constructing the neural network structure, and eventually getting around to running the data through it. Where in brain.js, line 2 in most examples (just after instantiation) is…
Ty for your feedback. We'll be sure to use it if we make another.
That'd be awesome! I've used: https://github.com/n-riesco/ijavascript https://github.com/notablemind/jupyter-nodejs Or even: https://beta.observablehq.com/
Also: https://github.com/gpujs/gpu.js Note: this is what brain.js is shifting over to. It uses the... GPU.
Really cool example!
1. Tensorflow.js closely (not exactly) mirrors the python counterpart, and its api's, and thinking. We feel it does not reflect node ideologies well. And not the shify, what is in today is out tomorrow, thinking. The…
This was good, correct? I'd love to hear what your use case was, like which colors didn't work, etc.
Ty for your thought. I'd love to know more specifics.
That is really cool to hear!
What happened was essentially bullies. I think it is apparent now that the library and, more importantly, the idea of a data first neural network architecture in javascript isn't going away.
Ty, I hope my voice is/was not very irritating. I obsess over relaying ideas in a _very simple_ manner. Things should be as simple as possible, but not simpler...
This is Robert, the lead developer for brain.js. Ty for the plug! I was going to mention this, nice to see people listening and helping spread the word. Working on it hard guys! When spare time cannot be had, just stay…
Keep in mind that while the tutorial is in javascript, in the web browser, the neural network easily apply for node based solutions as well. We're adding GPU support that use either client side OR server side GPU, so…
Ty! This means a lot! Can you point me to the tutorial you added new tests with?
Doh! You found a mistake. I'll try and take care of that asap. Ty for pointing this out.
Ty for asking this question! "Reinforcement learning" has a wide definition, but in this case because we are using a simple feed forward neural network, "reinforce" is more principled by dynamic programming with…
All you need know are basic function calls, objects and arrays. I share the same fears you have about the JS ecosystem, especially when they overcomplicate something simple. By keeping the course thought out and simple…
Hey guys! I'm the creator of the course and lead developer of brain.js and would love to answer any questions you may have.
Usage: Javascript is everywhere and can be learned quickly. Speed: GPU can easily be tapped into inside Javascript with projects like GPU.js, which brain.js uses.