Nvidia
CSCS Top Right Frontpage
HPCwire

Since 1986 - Covering the Fastest Computers
in the World and the People Who Run Them

Language Flags

Visit additional Tabor Communication Publications

Datanami
Digital Manufacturing Report
HPC in the Cloud
Green Computing Report

Tabor Communications
Corporate Video

Yottamine Serves Up Predictive Analytics On-Demand


Predictive modeling is not new, but startup Yottamine Analytics is counting on the convenience and economics of cloud computing to make it a lot more popular. Its cloud-based predictive modeling solution combines the benefits of EC2 spin-up automation and large-scale program parallelism to provide predictive power by the hour for pennies a minute.

Yottamine specializes in software for predictive analytics, specifically what is often referred to as machine learning. The software examines a large number of examples and develops a model that can then look at new data and make conclusions about it.

Take a spam filter, for example. If you were building a spam filter with this kind of software, you would essentially submit to the software, in a specially encoded form, examples of email messages, ones that are spam and ones that are not spam.

The spam filter example is provided by Tim Negris, the vice president of sales and marketing for Yottamine. Negris has been in the data arena for some time; he was formally an executive at Oracle and IBM as well as a number of other startups.

"What the software does is actually quite brilliant," he says. "It figures out a mathematical formula that given a new example where it doesn't know whether it's spam or not, it can predict whether it is or it isn't."

This kind of computation is extraordinarily compute-intensive, says Negris. There's this gigantic matrix of binary values that requires very complex multi-dimensional mathematics. It burns through a lot of cycles.

This kind of machine learning has been around for a while, but it hasn't made good economic sense because of the very large computational requirement. "Everyone says the same thing,"  says Negris, "'This is a very promising type of technology, but the computer you would need to have in your datacenter to do it is sufficiently large to where you'd have a difficult time doing it.' That's where HPC in the cloud comes into play."

Yottamine has teamed up with Amazon Web Services to provide machine learning on-demand. "Normally this kind of process requires a lot of trial and error guesswork on the computation side and a lot of hand-work on the deployment side, including setting up the cluster instances," says Negris. "Configuring this by-hand is not impossible, but takes some time. We automate a lot of those processes so the data scientist can say 'here's my data, spin me up a cluster and let's get a model built.'"

"Using Amazon definitely advances the potential for this kind of machine learning. There's an interesting affinity between the cost economics of cloud computing and the way in which you use a computer for this kind of thing. The designer spends a couple days figuring out what they need and getting the data ready and then the model is built and you're off and running until you need to revise the model or build a new model," is how Negris puts it.

The Yottamine team has been working on finalizing pricing details and lining up customers in preparation for their official launch, which is scheduled for next week. Depending on the algorithm, pricing will be in the range of $10-$50 per node hour. Expect standard linear machine learning algorithms to have a lower price point than more complex Gaussian variants, which can process enormous amounts of information very quickly.

Negris explains their solutions enable very fast runs, meaning a job that would normally take six days with typical open source research software might take only six hours with Yottamine's software.

"The time compression is considerable," he says. "You can do a huge model in the space of five hours. For approximately $250, you have a model that two years ago would have required you to own a two-million dollar supercomputer."

Next >> In the Beginning

Yottamine founder David Huang has been working in machine learning for many years. He started out as a research post doc making algorithms scalable. He finds machine learning very interesting. "It's not like some problems in biology where data needs are lower and everything can fit into memory but computation needs are very high and take a long time. Machine learning can be both compute and data-intensive if you use a complex model, which is what gives you higher accuracy," he says.

Huang recalls his own frustrations coming up with big ideas and being told by his supervisor that they were impractical because there wasn't enough compute power. So three years ago, he started his own company. He sees a huge opportunity for data scientists to be able to predict a wide range of variables for problems that require a huge amount of computing power.

"To solve these problems, we need to be able to use a lot of computing power, and that is complicated. To transform a machine learning algorithm from a single-threaded design into a parallelized computing environment is very difficult," Huang explains.

To help them overcome the constraints that he once faced, he has worked to bring highly parallel, cloud-based machine learning software to data scientists.

"Our clients are working data scientists who on a daily basis need to do models for a given application; it could be insurance, it could be stock market or finance, it could be digital advertising. The one thing in common is they want to do a model fast and they want to do a highly-accurate model. Such a model requires a lot of computing power, and that's where the majority of our use cases are in," he says.

There are many different kinds of machine learning algorithms, and some are more easy to parallelize than others, but most often the best and most desirable are the hardest to parallelize, notes Huang. He points to support vector machines (SVM), which are very robust and have good performance in terms of accuracy, but require a lot of computing power and are not easy to parallelize. "What we're doing is taking one of the best algorithms out there and parallelizing it so it's scalable and provides robust performance for data scientists," he says.

The cloud poses its own challenges, though. There are cost and time considerations that go with moving data into and out of the cloud. The startup's founder points out that data into Amazon is free; the cloud provider only charges for data out. On top of that, Yottamine doesn't charge extra for their clients' Amazon usage. The majority of users will use the Internet to upload their data to Amazon's S3 storage system.

The models dictate the size of the data. Some are very compact, so getting them out of the cloud is not that expensive or time-consuming. But if someone had an enormous data set, they could use Amazon's disk delivery system (aka sneakernet). However, the Yottamine reps do not anticipate many issues. "The data charges are small compared to the computational charges from an infrastructure cost standpoint," observes Negris.

Regarding potential data concerns around security and privacy, the rep is quick to respond: "In our case, the data that's actually being operated on – the data that's being submitted to the SVM algorithm – is simply a binary matrix; it's not a data set in any conventional sense. We stuff it into Hadoop, but it's a binary matrix," he says.

"Not only is it denatured, it goes beyond that. There's a fundamental data transformation on the way to the cloud where what you're handing up is a matrix of ones and zeros that has zero human-recognizable information or even machine-recognizable information, because the metadata is not necessary. Column heading information – ­ race, zip code or age, for example ­ – is not necessary to obtain the model. Somebody trying to get at the data would see a one in the first column, but wouldn't know what that column was – there wouldn't be a way to reverse engineer it."

When it comes to Amazon EC2 instance types, Yottamine selects the virtual machine that best matches the problem size and the algorithm selected. The default for a linear algorithm that requires high CPU performance is the High-CPU Extra Large Instance. For nonlinear problems, which are more complex and require more memory even when the size of the problem is not very big, the company often employs Amazon's High Memory Instance, specifically the High-Memory Quadruple Extra Large Instance.

Memory is key; in-memory computing achieves the biggest efficiencies. For the fastest possible configurations, Yottamine utilizes the EC2 High-I/O Instance which is backed by SSD for even more speed, but since this is still a newer instance type Amazon generally limits their use to two per user. The High-I/O Instance also includes 10 Gigabit Ethernet, so it's a good fit for algorithms that rely on parallel programming models like MPI, where that high-speed interconnect counts most.

But speed isn't always the ultimate priority for customers. Negris explains that it often depends on the vertical and the frequency at which the model is refreshed. The models used in credit card fraud detection do not refresh that often – perhaps on a quarterly basis. It's a very rigid and well-established domain, and the information is well-defined. But the data coming from a click-stream could not be more opposite, so the Web advertising sector has high-turnover for model design. Thus they tend to be more speed-sensitive and less cost-sensitive.

As for likely competition, Negris divides potential challenges into two camps. He anticipates the most difficult market to crack will be current Oracle and SAS customers. These traditional software vendors offer an SVM algorithm as part of their portfolio. Yottamine, however, claims to offer a wider selection of predictive modeling software with six different SVM algorithms alone, which gives them the edge in some situations.

The other market penetration challenge comes from research algorithms that were initially built as part of an academic project, thesis or dissertation and were put into the open source stream, but Negris asserts that these aren't very polished or industry-hardened since they were usually built for a single-purpose. They also require a certain amount of user expertise and experience.

Yottamine is hoping that its unique cloud-based approach and focus on performance, accuracy and easy of use will give its software the advantage over these conventional commercial and open source algorithms.

Sponsored Links

Accelerate your science with Seneca
One of the first HPC providers installing a 4X NVIDIA Kepler K-20 cluster. Invites you to a free evaluation on Seneca’s NVIDIA K20 Kepler cluster, pre-loaded with AMBER, NAMD, LAMMPS

High-Performance Computing in Action
Businesses that want to be on the cutting edge of their industries are increasingly turning to high-performance computing (HPC) solutions to handle complex compute processes and speed up their rate of innovation. Download this Executive Brief to see how businesses in energy, life sciences and entertainment put HPC solutions to work in their operations.

Webinar: Programming Heterogeneous X64+GPU Systems Using OpenACC
Join Michael Wolfe as he compares the advantages and costs of using both low-level models and the directive-based OpenACC model for programming accelerated heterogeneous systems. Registration is free.

May 22, 2013

May 21, 2013

May 20, 2013

May 17, 2013

May 16, 2013

May 15, 2013

May 14, 2013

May 13, 2013

May 10, 2013

May 09, 2013


Most Read Features

Most Read Around the Web

Most Read This Just In


Short Takes

Building Supercomputers with Raspberries

May 22, 2013 | At some point in the not-too-distant future, building powerful, miniature computing systems will be considered a hobby for high schoolers, just as robotics or even Lego-building are today. That could be made possible through recent advancements made with the Raspberry Pi computers.
Read more...

Running Computational Fluid Dynamics in the Cloud

May 16, 2013 | When it comes to cloud, long distances mean unacceptably high latencies. Researchers from the University of Bonn in Germany examined those latency issues of doing CFD modeling in the cloud by utilizing a common CFD and its utilization in HPC instance types including both CPU and GPU cores of Amazon EC2.
Read more...

Computing the Physics of Bubbles

May 15, 2013 | Supercomputers at the Department of Energy’s National Energy Research Scientific Computing Center (NERSC) have worked on important computational problems such as collapse of the atomic state, the optimization of chemical catalysts, and now modeling popping bubbles.
Read more...

Internet2 Awards Program Seeks Innovative Applications

May 10, 2013 | Program provides cash awards up to $10,000 for the best open-source end-user applications deployed on 100G network.
Read more...

Floating Funding to Exascale Island

May 09, 2013 | The Japanese government has revealed its plans to best its previous K Computer efforts with what they hope will be the first exascale system...
Read more...

Sponsored Whitepapers

Best Practices in Big Data Storage

05/10/2013 | Cleversafe, Cray, DDN, NetApp, & Panasas | From Wall Street to Hollywood, drug discovery to homeland security, companies and organizations of all sizes and stripes are coming face to face with the challenges – and opportunities – afforded by Big Data. Before anyone can utilize these extraordinary data repositories, however, they must first harness and manage their data stores, and do so utilizing technologies that underscore affordability, security, and scalability.

Progress in Parallel: the Bull Parallel Programming Center

04/15/2013 | Bull | “50% of HPC users say their largest jobs scale to 120 cores or less.” How about yours? Are your codes ready to take advantage of today’s and tomorrow’s ultra-parallel HPC systems? Download this White Paper by Analysts Intersect360 Research to see what Bull and Intel’s Center for Excellence in Parallel Programming can do for your codes.

Sponsored Multimedia

SGI DMF ZeroWatt Disk Solution

In this demonstration of SGI DMF ZeroWatt disk solution, Dr. Eng Lim Goh, SGI CTO, discusses a function of SGI DMF software to reduce costs and power consumption in an exascale (Big Data) storage datacenter.

Cray CS300-AC Cluster Supercomputer Air Cooling Technology Video

The Cray CS300-AC cluster supercomputer offers energy efficient, air-cooled design based on modular, industry-standard platforms featuring the latest processor and network technologies and a wide range of datacenter cooling requirements.

SC12 Editorial Feature HPCwire Soundbite sponsored by ISC

HPC Job Bank


Featured Events


  • June 16, 2013 - June 20, 2013
    ISC'13
    Leipzig,
    Germany

  • June 17, 2013 - June 18, 2013
    Forecast 2013
    San Francisco, CA
    United States





HPCwire Events