Live data from Hacker News

Viewing profile — axel180

axel180

HN member
Joined
Tue, Oct 23, 2018, 8:25 PM UTC
HN karma
29
Public activity
20 items

About axel180

No profile information was provided.

Recent public activity

  1. 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 …

  2. 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…

  3. comment
    Comment #18809952

    Ty for your feedback. We'll be sure to use it if we make another.

  4. 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/

  5. comment
    Comment #18783246

    Also: https://github.com/gpujs/gpu.js Note: this is what brain.js is shifting over to. It uses the... GPU.

  6. comment
    Comment #18778773

    Really cool example!

  7. 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 …

  8. comment
    Comment #18778646

    This was good, correct? I'd love to hear what your use case was, like which colors didn't work, etc.

  9. comment
    Comment #18778641

    Ty for your thought. I'd love to know more specifics.

  10. comment
    Comment #18778633

    That is really cool to hear!

  11. 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…

  12. 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...

  13. 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…

  14. 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…

  15. comment
    Comment #18752097

    Ty! This means a lot! Can you point me to the tutorial you added new tests with?

  16. comment
    Comment #18752087

    Doh! You found a mistake. I'll try and take care of that asap. Ty for pointing this out.

  17. 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…

  18. 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…

  19. 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.

  20. 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.