Microsoft To Launch Machine Learning Service
angry tapir (1463043) writes Microsoft will soon offer a service aimed at making machine-learning technology more widely usable. "We want to bring machine learning to many more people," Eron Kelly, Microsoft corporate vice president and director SQL Server marketing, said of Microsoft Azure Machine Learning, due to be launched in beta form in July. "The line of business owners and the marketing teams really want to use data to get ahead, but data volumes are getting so large that it is difficult for businesses to sift through it all," Kelly said.
The service will have "...an interface called the Machine Learning Studio. The palette includes visual icons for some of the most commonly used machine-learning algorithms, allowing the user to drag and drop them into a visually depicted workflow." Algorithms themselves are implemented in R, which the user of the service can use directly as well.
Giving the right programming, it might even hold a conversation better than a 13 year old Ukrainian boy.
Why did it have to be Microsoft?
Well, at least it will keep crashing, and maybe humanity will figure out a way to defeat it during one of the reboots.
WEKA is Open Source, has an adequate GUI, many different kinds of algorithms available, and a "knowledge flow" visual designer for you to chain it all together. I've used it in a few personal and professional projects to find things like which variables most strongly influence an outcome, decision trees, derived formulas and expressions that accurately predict outputs from inputs, and various kinds of data visualizations for clustering data samples. Code is in Java so I presume you could embed it within a system to automatically perform analysis and swap algorithms on the fly. Best of all, since this is software under your control, and not a Corporate-offered service, your valuable data never leaves your control.
I think WEKA already did a lot to make these kinds of data analysis accessible as Microsoft is aiming to do. No matter who provides it to you, there is something totally awesome about being able to click a few buttons and get some interesting results to munch on.
(Arnie) Reboot this!
Science advances one funeral at a time- Max Planck
So, R is being Embraced. I wander what's coming next...
My first program:
Hell Segmentation fault
Google, Apple, Oracle, IBM, etc. etc.
Actually, Azure is great, and the addition of high level services like this is the right direction. Just spinning up VMs isn't nearly as useful as a service layer.
The algorithms aren't an especially hard part of machine learning, dealing with the data is. Anything that would save me the hassle of trying to fit things in RAM would be great...
-----
I guess we will see R# in the next version of Visual Studio?