Earlier quoted context omitted.
What I'm wondering is why I can't find anything about ML applied to finding and curating data, which is the most tedious part of data science. That would be an interesting way of using ML without fuzzy stuff.
There are a few current projects, particularly in database research. I don't know how many of them use ML in the traditional understanding. Current projects I know of are Wrangler, Mimir, Katara, MayBMS (in no particular order).
DeepMind in “very early stage” talks with National Grid to reduce UK energy use
81–90 of 115 posts
Re: DeepMind in “very early stage” talks with National Grid to reduce UK energy use
#82The DeepMind datacenter project was very interesting, but a lot of the ML people I spoke to were quite dubious about how much of it was genuinely down to new AI/neural networks, and how much of it was Google PR to justify how much they spent on DeepMind. > DeepMind trained a neural network to more accurately predict future cooling requirements, in turn reducing the power usage of the cooling system by 40 percent. But…
Re: DeepMind in “very early stage” talks with National Grid to reduce UK energy use
#83Re: DeepMind in “very early stage” talks with National Grid to reduce UK energy use
#84The DeepMind datacenter project was very interesting, but a lot of the ML people I spoke to were quite dubious about how much of it was genuinely down to new AI/neural networks, and how much of it was Google PR to justify how much they spent on DeepMind. > DeepMind trained a neural network to more accurately predict future cooling requirements, in turn reducing the power usage of the cooling system by 40 percent. But…
"by applying DeepMind’s machine learning to our own Google data centres, we’ve managed to reduce the amount of energy we use for cooling by up to 40 percent. [...] Given how sophisticated Google’s data centres are already, it’s a phenomenal step forward."
Re: DeepMind in “very early stage” talks with National Grid to reduce UK energy use
#85Re: DeepMind in “very early stage” talks with National Grid to reduce UK energy use
#86Earlier quoted context omitted.
You're aware that numenta is considered a joke in the serious machine learning community, right?
Yes, and quite unjustifiably so in my opinion, which is why I sourced all those links in my comment. From what I've seen, Numenta is very good at a specific class of problems (time series prediction and anomaly detection). Feel free to underestimate them. It's really not my problem. And do pompous, abrasive comments like yours really add anything to the discussion? Why don't you elaborate on why they are a "joke" to…
Re: DeepMind in “very early stage” talks with National Grid to reduce UK energy use
#87I don't want to give any hint to the DeepMind, since I an inclined to think that in this field an expert assessment can be better that DeepMind advice. Just to give a simple question or example of the kind of knowledge involved in those predictions: Since energy generation and demand depends a lot of weather conditions, do they have any state of the art machine learning model to forecasting weather conditions?, can t…
Reinforcement learning is used in spam detection and control amongst other things. You can do data augmentation and also do transfer learning.
Re: DeepMind in “very early stage” talks with National Grid to reduce UK energy use
#88Earlier quoted context omitted.
>crappy wooden I'm not sure where you got the gripe against wood from. It lasts longer than uPVC given maintenance every 5 years, looks better, is more environmentally friendly and has similar thermal properties. Oh and it doesn't go yellow.
Nothing against wood, really. But if you've been to the UK, you should agree that the unmaintained, not-properly-fitted, wooden frames that they use in most old windows are just crap. They let in huge amounts of wind, cold, etc, through the unsealed seams. Anything that improved that would be 10 times better, regardless of the yellowing, etc.
Re: DeepMind in “very early stage” talks with National Grid to reduce UK energy use
#89Earlier quoted context omitted.
I don't think your second point follows from your first. ML is not easy to set up or maintain, even if we're just talking about linear regression. Companies trying to make 'data scientists obsolete', usually frame ML as a black box that you can plug data in one end and spit out profits the other. But in reality it doesn't work like that, significant effort has to build and maintain data pipelines, to make sure data q…
It can be easier to set up and maintain than hand-rolled solutions. Best example I can think of is speech recognition - previous systems used hidden markov models, gaussian mixtures, triphones, and all sorts of complex and obscure things that had to be tuned by experts. Now they just use an end-to-end neural network that goes directly from sound to letters (almost anyway; I believe the input is still MFCCs). I agree…
Re: DeepMind in “very early stage” talks with National Grid to reduce UK energy use
#90The DeepMind datacenter project was very interesting, but a lot of the ML people I spoke to were quite dubious about how much of it was genuinely down to new AI/neural networks, and how much of it was Google PR to justify how much they spent on DeepMind. > DeepMind trained a neural network to more accurately predict future cooling requirements, in turn reducing the power usage of the cooling system by 40 percent. But…
From the blog post, it seems that the 40% reduction is compared to the current utilization: "by applying DeepMind’s machine learning to our own Google data centres, we’ve managed to reduce the amount of energy we use for cooling by up to 40 percent. [...] Given how sophisticated Google’s data centres are already, it’s a phenomenal step forward."
I assume, because they haven't actually given an impressive number without massive wiggle room, that it's because they are clever enough to know the real number is embarrassingly low, but would welcome corrections.