Git Product home page Git Product logo

neural-net-ruby's People

Contributors

gbuesing avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

neural-net-ruby's Issues

A way to put threshold on MSE changes betweem itirations

I think a nice addition will be to pass in an option the if mse: %0.01 or lower\higher didn't change between iterations in the learning step.

Does that makes sense ? or do you think this is better handled outside the class ?

RubyML

Dear Geoff,

we've recently added neural-net-ruby to our RubyML list: https://github.com/arbox/machine-learning-with-ruby

In order to connect all Ruby & ML related projects we introduced the rubyml topic on GitHub.

Please cosider adding the rubyml topic to this repository as well so that the Ruby community can discover neural-net-ruby faster ๐Ÿ˜ƒ

Thank you in advance!

Classify Text exmaples

Is there a way to make this lib predict text classifications ?
Very much like byes-classifiers but using a pre-ran learning phase with 2 data sets ?

Unexpected behivior when Marshel.load

So, In my example I let the nn instance to learn on a set of data, after the learning stage I save the ANN into a file.
Later when I load it and run it again it seems to "forget" what it learns and the error reach back to mse 44% from 3.09%

After training:

Trained classification success: 253,failure: 13(classification error: 4.887218045112782%, mse: 3.09%)

After loading and re-running:

Untrained classification success: 141,failure: 125(classification error: 46.99248120300752%, mse: 42.25%)

*Ignore the "Untrained" part ;)

Am I missing something ?

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.