Azure-Samples / Azure-MachineLearning-DataScience

Creative Commons Attribution 4.0 International
409 stars 368 forks source link

Where is source code for Microsoft implementation for Machine Learning Algorithms? #15

Closed heathyates closed 9 years ago

heathyates commented 9 years ago

Where is the source code for the standard Machine Learning algorithms like you can use in java for WEKA? I am a .NET developer and a graduate student. I would like to use Microsoft tools both for software development and algorithm research in Machine Learning, but I have not seen where, if anywhere, the source code is for your standard Machine Learning algorithms (C4.5, I3, Forest, SVM, K-Means, Knn, and etc). I think this is a completely valid question especially in the light of open source software releases by other major companies such as Google.

zooba commented 9 years ago

I don't think it's published or open source. You'd be best to go to the ML Studio web site and find a contact link there - this GitHub page is only going to reach the people working on the Python wrapper around the management APIs. It doesn't include any of the algorithmic code at all.

heathyates commented 9 years ago

Thanks. I appreciate the response.

ktakeda1 commented 9 years ago

And check out our new open source distributed ML toolkit too - http://blogs.technet.com/b/inside_microsoft_research/archive/2015/11/12/microsoft-open-sources-distributed-machine-learning-toolkit-efficient-big-data-research.aspx

zooba commented 9 years ago

@heathyates I apologise for my response - it seems you are on the correct GitHub repo. I'm not supposed to be subscribed to it, so I confused it for one that I am subscribed to.

heathyates commented 8 years ago

@ktakeda1 @zooba No worries. Thanks for your reply. Any word on when or if any code will be added to this repository for ML algorithms?