Viewing profile — axel180
axel180
HN member- Joined
- Tue, Oct 23, 2018, 8:25 PM UTC
- HN karma
- 29
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About axel180
No profile information was provided.
Recent public activity
-
comment
Comment #22044888
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 …
-
comment
Comment #18809975
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 e…
-
comment
Comment #18809952
Ty for your feedback. We'll be sure to use it if we make another.
-
comment
Comment #18809937
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/
-
comment
Comment #18783246
Also: https://github.com/gpujs/gpu.js Note: this is what brain.js is shifting over to. It uses the... GPU.
-
comment
Comment #18778773
Really cool example!
-
comment
Comment #18778758
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 …
-
comment
Comment #18778646
This was good, correct? I'd love to hear what your use case was, like which colors didn't work, etc.
-
comment
Comment #18778641
Ty for your thought. I'd love to know more specifics.
-
comment
Comment #18778633
That is really cool to hear!
-
comment
Comment #18778625
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 g…
-
comment
Comment #18778595
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...
-
comment
Comment #18778586
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! Wh…
-
comment
Comment #18752121
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 eithe…
-
comment
Comment #18752097
Ty! This means a lot! Can you point me to the tutorial you added new tests with?
-
comment
Comment #18752087
Doh! You found a mistake. I'll try and take care of that asap. Ty for pointing this out.
-
comment
Comment #18752081
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 princip…
-
comment
Comment #18748985
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 kee…
-
comment
Comment #18747921
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.
-
comment
Comment #18747771
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.