Making the AI Journey from Public Cloud to On-prem

栏目: IT技术 · 发布时间: 5年前

Making the AI Journey from Public Cloud to On-prem

Machine learning on array telemetry

One of our machine learning teams at Pure Storage works on a range of forecasting, regression, and classification problems. A core piece of technology we build is a predictive performance planner for our customers. It models a storage array and predicts its performance based on signals from the workload running on it. These signals include things like the read and write bandwidth, IOSize, dedupability, pattern etc.

At a high level, our system takes a collection of time series data from the past 1 to 12 months for N features and predicts a system’s performance over the next 1 to 12 months. Performance is then computed analytically in terms of a derivative of multiple system bottlenecks like CPU, SSD, IOPorts, etc. (together called “load”).

Our current model splits the problem into two halves: the first forecasts the time series of the features, and the second then uses a regression model to predict the associated load.

The time series projections are based on ARIMA and a few other detrending statistical techniques — i.e. not deep learning. We found that it was becoming hard to get this model to perform well in a large number of cases without significant tuning. As a development team, our aim is to develop a highly accurate model that we can then deploy to production.

We decided to experiment with deep learning based models to see if we could improve either our time series models or the entirety of our pipeline by doing a direct prediction of load from the time series.

Making the AI Journey from Public Cloud to On-prem

The dataset consisted of ~25GB of time series data pulled from our telemetry system ( Pure1 ) and stored as a csv file. Pure1 streams telemetry data every 30 seconds from the fleet of our deployed systems. Today, we capture about 60 billion events per day.

In this post, we’ll review some of the challenges we faced — from dataset scale to the software stack to infrastructure.


以上所述就是小编给大家介绍的《Making the AI Journey from Public Cloud to On-prem》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

iOS应用逆向工程 第2版

iOS应用逆向工程 第2版

沙梓社、吴航 / 机械工业出版社 / 2015-4-1 / 79.00

你是否曾因应用上线的第一天即遭破解而无奈苦恼,想要加以防范,却又束手无策? 你是否曾为某一应用深深折服,想要借鉴学习,却又无从下手? 你是否已不满足于public API,想要进军Cydia开发,却又求学无门? 你是否已产生“不识Apple真面目,只缘身在App Store中”的危机感,想要通过阅读来一窥这冰山一角外的整个北极,却又找不到合适的书? 你是否已经因无法跨越开发......一起来看看 《iOS应用逆向工程 第2版》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

随机密码生成器
随机密码生成器

多种字符组合密码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具