Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Machine Learning #25

Closed
bararchy opened this issue May 21, 2017 · 16 comments
Closed

Machine Learning #25

bararchy opened this issue May 21, 2017 · 16 comments

Comments

@bararchy
Copy link

ANN
Classifier
LSI
Etc...

@marceloboeira
Copy link

@bararchy I am willing to start creating some structures to use ML with Crystal. I will comment here any development.

@bararchy
Copy link
Author

bararchy commented Jun 6, 2017

@marceloboeira Thanks :)

I started working on basic ANN --> https://github.com/bararchy/crystal-ann
It was inspired by: https://github.com/gbuesing/neural-net-ruby

@marceloboeira
Copy link

@bararchy great! I will check how can I contribute 👍

@bararchy
Copy link
Author

bararchy commented Jun 6, 2017

@marceloboeira thanks , that would be awesome , most of it is half working at best , and the Math part is totally out of my league to verify

@schovi
Copy link

schovi commented Jun 6, 2017

I am trying to port javascript lib https://github.com/cazala/synaptic -> https://github.com/schovi/crystal-synaptic
I choose it because of simple API, pretty examples and overal easy to use feeling.
But it is really far from any output. The JS code is pretty complicated and it took lot of work to untangle it. And bonus is I dont understand to neural networks much :D

@bararchy
Copy link
Author

bararchy commented Jun 7, 2017

Seems there is an active repo here too --> https://github.com/dorkrawk/grey_matter

@ghost
Copy link

ghost commented Jun 8, 2017

We really need a new crsyatl Libary index. The awesome-crsyatl stuff hasn't everything in there as I see.

@Papierkorb
Copy link
Collaborator

Papierkorb commented Jun 8, 2017

@oltmannsdaniel There's been http://crystalshards.xyz/ for a long time

@ghost
Copy link

ghost commented Jun 8, 2017

@Papierkorb But we need to split that into different categories like in awesome-crystal

@RX14
Copy link

RX14 commented Jun 9, 2017

@oltmannsdaniel Anything automatic will not be categorised, anything categorised needs someone to categorise it. What do you propose?

@bew
Copy link

bew commented Jun 9, 2017

We could use the github topics to categorize? But it won't be good, as peoples can put anything..

@bararchy
Copy link
Author

bararchy commented Jun 9, 2017

Well , the topic is machine learning :) we can use Bayes classifier or KNN algorithm to automatically categorize repos

@ghost
Copy link

ghost commented Jun 9, 2017

@bararchy We talk about general categorization of Crystal Libraries in a huge index.

@ghost
Copy link

ghost commented Jun 9, 2017

@RX14 We need an huge Index, maybe from the GitHub Crystal account? So everyone will find it.

@bararchy
Copy link
Author

I got a basic functionality working with FANN bindings in crystal at https://github.com/bararchy/crystal-fann

@bararchy
Copy link
Author

bararchy commented Jul 1, 2017

Well, now that we got FANN and https://github.com/dorkrawk/grey_matter I think that this issue can be closed, at least until a SciCrystal project will happen :)

@bararchy bararchy closed this as completed Jul 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants