crystal-community / crystal-libraries-needed

A list of libraries that are needed or wanted for the Crystal-Language
141 stars 4 forks source link

Machine Learning #25

Closed bararchy closed 7 years ago

bararchy commented 7 years ago

ANN Classifier LSI Etc...

marceloboeira commented 7 years ago

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

bararchy commented 7 years ago

@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 commented 7 years ago

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

bararchy commented 7 years ago

@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 commented 7 years ago

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 commented 7 years ago

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

ghost commented 7 years ago

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

Papierkorb commented 7 years ago

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

ghost commented 7 years ago

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

RX14 commented 7 years ago

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

bew commented 7 years ago

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

bararchy commented 7 years ago

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

ghost commented 7 years ago

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

ghost commented 7 years ago

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

bararchy commented 7 years ago

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

bararchy commented 7 years ago

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 :)