machine icon indicating copy to clipboard operation
machine copied to clipboard

Usage Instructions

Open dillon-co opened this issue 8 years ago • 6 comments

This is really cool!

Can you add some usage instructions for us mere mortals? :)

dillon-co avatar Aug 05 '16 01:08 dillon-co

@grandmasterspoc Guess project is dead ? :\

bararchy avatar Dec 31 '16 16:12 bararchy

@bararchy Yeah looks like it, which is a bummer because I wanted to use it haha

dillon-co avatar Dec 31 '16 21:12 dillon-co

@grandmasterspoc @mathieulaporte . I'm trying to have some ANN in Crystal working at: https://github.com/bararchy/crystal-ann.

If @mathieulaporte isn't going to maintain this project (which is a shame :\ ) I will take the ANN from https://github.com/mathieulaporte/machine/blob/master/src/machine/neural_network/perceptron.cr or parts of it and will add to my project (both licensed under MIT and I'll give credits of curse) .

I would really love to know though if this is ok from @mathieulaporte point of view.

bararchy avatar Jan 07 '17 19:01 bararchy

Hello guys sorry I do not see all notifications in the project (my bad).

I recently have done some work on the project, i will publish it soon (some refactor and new algo). I only can work on it some weekends...

Machine is just a simple project i work on for personal purpose (learning crystal and machine learning algorithm)

@bararchy This file https://github.com/mathieulaporte/machine/blob/master/src/machine/neural_network/perceptron.cr is basically a port from this one : https://github.com/SergioFierens/ai4r/blob/master/lib/ai4r/neural_network/backpropagation.rb It is named perceprton.cr but it is a backpropagation neural network. You should give all credit to SergioFierens. This file is going to be removed from the project (even from the history).

I will continue to maintain the project but I will focus on other kind of machine learning algorithm than NN. Bayesian network and decision tree for now ;-)

@grandmasterspoc let me know what you need (Any way I will provide basic examples on Bayesian network this weekend)

mathieulaporte avatar Jan 09 '17 14:01 mathieulaporte

@mathieulaporte Thanks for the info. I took the file to my repo, gave credit both to you and the original repo\owner.

I would really love an Bayes classifier to be available in Crystal, it would be awesome, I even wanted to start doing it by porting over classifier-reborn

  • If you need any help I would love to join in on this
  • I would love to get help on the ANN side too, if you want too :)

bararchy avatar Jan 09 '17 20:01 bararchy

@mathieulaporte Thanks! I was actually hoping for some instructions on the ANN. But I'm trying to learn how to write my own ML algorithms so I'll definitely be taking a look at the source :)

dillon-co avatar Jan 11 '17 21:01 dillon-co