Microsoft To Launch Machine Learning Service 56
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.
Re:Sky.NET (Score:5, Funny)
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.
Re:Sky.NET (Score:5, Funny)
Re: (Score:2)
Re: (Score:1)
Well, at least it will keep crashing, and maybe humanity will figure out a way to defeat it during one of the reboots.
Sadly, they appear to be embracing R (http://www.r-project.org/) as the backend, so it will be stable ate least until the "extend" phase.
Re: (Score:3)
Re: (Score:3)
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...
Re: (Score:2)
[ ] Launch thermonuclear weapons at all the major population centers.
[ ] Don't help, and let me target the weapons directly.
[ ] Don't show this tip again.
.
Comment removed (Score:5, Interesting)
Re: (Score:2)
Re: (Score:2)
Wouldn't you have to ask it questions in the form of an answer? But I suppose that's what diagnosticians do now I think about it.
Six patients, one of which presents with a big hole in the head.
What is russian roulette?
Give WEKA a try (Score:3)
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.
Re:Give WEKA a try (Score:5, Insightful)
I have only one problem with fancy GUI that allow you to train a predicting model in 2 clicks: how confident can you be in your model, since all the parameters are masked and you have no knowledge about them? I still think it is dangerous to rely on a tool you don't understand and you can't control up to a satisfactory level, especially when it is to be used in prediction - something we expect to be highly reliable in many aspects due to old development of science like balistics.
I've written a ML library myself (also in Java, more lightweight than weka, but with no gui - although it comes with standalone binaries for some basic setups) and I can tell you there is no good default tunning that works well for every kind of situation. ML is seriously a young science that gets rapidly tricky even on very common problems, which is very different than field for which we have very accurate solvers that work most of the time (again balistics is probably a good example, at least because it is taught in school and sets the prototype of what we name science). I fear hidding the youth (and thus the imperfection) is only going to cause damage through misconception and false interpretation.
Re: (Score:3)
I have only one problem with fancy GUI that allow you to train a predicting model in 2 clicks: how confident can you be in your model, since all the parameters are masked and you have no knowledge about them
This. Expecting people with no knowledge of statistics, programming, or machine learning algorithms to develop appropriate models and interpret them correctly is unrealistic.
I've worked on applications that attempted to bring machine learning to the desktop for specific tasks, and it failed because naive users were simply not able to bring the required knowledge and nuance to the table. It made experts better (I still use the program myself now and then) but there was a threshold below which it was useless.
Re:Give WEKA a try (Score:5, Informative)
Having used Weka, sklearn, vowpal wabbit, Orange, and lots of others - I'd say that Weka is my least favorite, it is slow and has crappy memory management. I do use it occassionaly for feature ranking and reduction, but rarely for the actual machine learning.
Re: (Score:1)
I actually worked on this project and I can say from using it and WEKA that this is much, much more user friendly.
Re:Give WEKA a try (Score:4, Insightful)
You don't trust anything you haven't built???
How do you know your HDD firmware isn't corrupting data? Build it yourself??
Watch out for embrace and extend (Score:1, Insightful)
The R programming language is fully GNU. And now microsoft wants it. Expect them to take it, then try to claim it, and then when they can't, try to make their own, and drag everyone away from it (bringing a world of hurt to all involved).
Re: (Score:2)
Microsoft has been doing [codeplex.com] Python [microsoft.com] for over 3 years now. A lot of people "expected them to take it, then try to claim it, and then when they can't, try to make their own, and drag everyone away from it", but it hasn't materialized yet.
Have you considered that your preconceived notions of Microsoft are a decade old, and it's might be a different company run by different people by now? Or that there's no business purpose in anything beyond "embrace", if you can just use it as a selling point to sell a product to
Leave Windows OS as first step forward (Score:1)
Re: (Score:2)
When have they ever implemented this well? (Score:1)
I mean, they have a lot of products and very few, if any, are examples of good machine learning.
Re: (Score:1)
Clippy.
Re: (Score:2)
Microsoft has finally gone too far:
https://flic.kr/p/nJ4xag [flic.kr]
Journalists (Score:2)
Microsoft Services (Score:2)
They advertise that the Microsoft Cloud gives the Lotus F1 Team the winning edge
Lotus haven't done much winning this season, they are the eighth team out of 11 in the constructors championship
No one will know (Score:2)
Nobody watches F1 anymore anyway. Its just an out of touch travelling fashion show with cars these days with utterly boring racing and overpaid drivers who've all had a personality bypass. Eventually it'll disappear up its own exhaust pipe with barely a squeak of tyres and nobody will even notice.
Re: (Score:2)
Microsoft also partner with McLaren F1 to produce the engine ECU :)
Triple E (Score:3)
You do know what's coming, right? (Score:2)
We keep getting news about automated weapons, cheaper and cheaper drones, and now machine learning.
Everyone saw the Terminator movies, right?
The idea is like RapidMiner (Score:1)