Coder Social home page Coder Social logo

Comments (6)

robertleeplummerjr avatar robertleeplummerjr commented on May 3, 2024

Conversation started here: harthur/brain#72 (comment)

from brain.js.

robertleeplummerjr avatar robertleeplummerjr commented on May 3, 2024

As is also mentioned in the comment above you mention: "convolutional neural networks are better suited for the example provided with that pull request", what type of neural network is this library? Just curious.

from brain.js.

nickpoorman avatar nickpoorman commented on May 3, 2024

@robertleeplummerjr - You should be able to tell from the code that it's a simple single / muli-layer perceptron (feed forward with back propagation).

from brain.js.

robertleeplummerjr avatar robertleeplummerjr commented on May 3, 2024

@nickpoorman Thanks for the explanation and pointers. How does the proposed solution in the comment sit with you?

from brain.js.

nickpoorman avatar nickpoorman commented on May 3, 2024

Frankly, since y'all forked this repo you're free to do what you want. IMO your likely function is just a way of normalizing data (pre-processing) and really has nothing to do the artificial neural network.

For example, my one-hot library does something similar. It doesn't need to be a method on the instantiated "brain" object or even part of the repo, --you can always reference any good pre-processing libraries in your README if you so choose..

from brain.js.

robertleeplummerjr avatar robertleeplummerjr commented on May 3, 2024

I completely agree. Will be opening a PR soon to address this. I really appreciate the feedback.

On a seperate note: one thing I love about this library so much is that it removes itself, giving you the raw neural net here: https://github.com/harthur-org/brain.js/blob/4389a60322d738cb679b6988a28c8332c50ebeba/lib/neuralnetwork.js#L387

I would be very interested in doing something with convolutional neural networks, perhaps something that could be done in a sister project.

from brain.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.