Lets say you are optimizing three parameters,
by grid searching,
you obtain:
f as a function of parameters p1, p2, p3, i.e. f(p1, p2, p3)
where p1 takes value on a set of n1 values, p2 takes value on a set of
n2 values, and p3 takes value on a set of n3 values.
Therefore, you obtain the f's which is of size n1 x n2 x n3...
What's the best way to visualize these data, suppose our goal is to
check the smoothness of the surface?
Thanks a lot!
|
|
0
|
|
|
|
Reply
|
lunamoonmoon (258)
|
9/9/2010 6:28:07 PM |
|
Luna Moon wrote:
> Lets say you are optimizing three parameters,
> by grid searching,
> you obtain:
>
> f as a function of parameters p1, p2, p3, i.e. f(p1, p2, p3)
>
> where p1 takes value on a set of n1 values, p2 takes value on a set of
> n2 values, and p3 takes value on a set of n3 values.
>
> Therefore, you obtain the f's which is of size n1 x n2 x n3...
>
> What's the best way to visualize these data, suppose our goal is to
> check the smoothness of the surface?
>
> Thanks a lot!
|
|
0
|
|
|
|
Reply
|
Vladimir
|
9/9/2010 6:39:54 PM
|
|
On 10-09-09 01:28 PM, Luna Moon wrote:
> Lets say you are optimizing three parameters,
> by grid searching,
> you obtain:
>
> f as a function of parameters p1, p2, p3, i.e. f(p1, p2, p3)
>
> where p1 takes value on a set of n1 values, p2 takes value on a set of
> n2 values, and p3 takes value on a set of n3 values.
>
> Therefore, you obtain the f's which is of size n1 x n2 x n3...
>
> What's the best way to visualize these data, suppose our goal is to
> check the smoothness of the surface?
You might be able to get somewhere by using gradient(), and for each of the
matrices so returned, max() it along an appropriate dimension, and surf() the
results. This will give you an idea of the maximum rate of change looking long
a particular axes.
|
|
0
|
|
|
|
Reply
|
Walter
|
9/9/2010 7:07:29 PM
|
|
|
2 Replies
204 Views
(page loaded in 0.058 seconds)
Similiar Articles: Visualizing 3D data by density plot - comp.soft-sys.matlab ...Also, im more than openminded towards suggestions of other ways of visualizing these data. Im aware that this particular visualization is difficult to make in 3 dimensions. Neural network train problem with validation - comp.soft-sys ...i'm Working on modeling very high dimensional data with very few observation, and of course there's no way to obtain a good model in prediction, but i... Plotting feasible region of a linear programme - comp.soft-sys ...What is a good way to visualize feasible region of a 3-variable linear programme in Mathematica? I tried RegionPlot3D but you can see the result is ... Is this the best way to store my data? - comp.soft-sys.matlab ...Only each data array 3. No What you propose is the way I'd do it ... not ideal, but it's the best solution given ... am considering OS Commerce - it seems a good way ... visualization of a 3D matrix - comp.soft-sys.matlabVisualizing 3D data by density plot - comp.soft ... soft-sys.matlab Hi, Is there a way to create semilog-boxplots? i have for x discrete ... visualization of a 3D matrix 4 ... FIR and IIR? - comp.dspThat's a good time domain way of looking at it. In the frequency domain I'd word that as the IIR often gives you the best bang for the buck in terms of filtering ... hpgcc integration program - comp.sys.hp48No, but that's a good suggestion. The way the program is currently written, I'd have to have separate double integral and triple integral programs. how to assign a NaN? - comp.lang.fortranI am reading data with lots of missing values and need a good way to be a ble to assign NaN to integer, real and character vars. the missing value... serial ports: how do I know data has been sent? - comp.unix ...There's no way to wake up asynchronously on "output done" in UNIX. You'd end up ... Assuming that the "good" data has some pattern to it, you might be able to repeat that ... Way to avoid having to type sudo password each time? - comp.sys ...laredotornado wrote: > I'm prompted for a password immediately after. Is there a way I can > avoid having to type my password and just enter the command above? Data Visualization: Modern Approaches | Smashing MagazineThere is a variety of conventional ways to visualize data ... very few examples above that represent data in a meaningful way, IMO. Time Magazines visual hills look good ... FlowingData | Data Visualization, Infographics, and StatisticsIf you want to learn visualization, you should learn data. ... few people would use a map that way (I ... What 3-D pie charts are good for 7/26/2012 11:19:37 AM
|