What problems involve large amounts of computation per byte of data?
-
Lots of problems involve big data, but do relatively little computation per byte. I am interested to know what problems involve 50 or more operations per byte of input data.
-
Answer:
Molecular Dynamics Simulations often involve thousands of operations on very small input files. Don't know exact numbers but the numbers for a microsecond simulation of a protein are likely to be super high
Deepak Singh at Quora Visit the source
Other answers
Visualization: Ray-tracing dynamic geometry with procedural surfaces could easily get up over 50 operations per input byte. A compositing tree alone can easily get up to 50 operations per byte of input data. A rib file, which holds all the data necessary to render a single image, can be fairly small but take hours to process. A lot of computer graphics for visual effects like fluid simulation, environmental effects like rain or snow, crowd simulation, etc, have a very small set of data, because you're only simulating expectation and not reality, and only to a minimum level of detail (i.e. semi-transparent white streaks on a black background could be enough detail to simulate rain.) Audio modeling and rendering. (With a few bytes a midi file can require a huge amount of computation.) Regression analysis could pretty easily top 50 operations per byte of input data.
Pat Roberts
Non-parametric model discovery problems where you have to search through a large space of models for the one that best fits data. Bayesian network structure learning is one such problem: it is non-parametric and NP-Hard, so you have to do a lot of computation, even with a small number of variables and/or samples.
Abhik Shah
Related Q & A:
- How to store large ordered data?Best solution by Stack Overflow
- How to read large data set at hourly interval?Best solution by stackoverflow.com
- 3. What would happen to the dissolved oxygen in the Missouri River if large amounts of waste were dumped into?Best solution by Yahoo! Answers
- What problems can be with Dell Flat Screen Monitor?Best solution by AllExperts
- What jobs involve music?Best solution by ChaCha
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.