<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Shape Pattern N</title><link>http://www.bing.com:80/search?q=Shape+Pattern+N</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Shape Pattern N</title><link>http://www.bing.com:80/search?q=Shape+Pattern+N</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>What does .shape [] do in "for i in range (Y.shape [0])"?</title><link>https://stackoverflow.com/questions/10200268/what-does-shape-do-in-for-i-in-rangey-shape0</link><description>The shape attribute for numpy arrays returns the dimensions of the array. If Y has n rows and m columns, then Y.shape is (n,m). So Y.shape[0] is n.</description><pubDate>Wed, 08 Apr 2026 22:13:00 GMT</pubDate></item><item><title>Difference between numpy.array shape (R, 1) and (R,)</title><link>https://stackoverflow.com/questions/22053050/difference-between-numpy-array-shape-r-1-and-r</link><description>Shape n, expresses the shape of a 1D array with n items, and n, 1 the shape of a n-row x 1-column array. (R,) and (R,1) just add (useless) parentheses but still express respectively 1D and 2D array shapes, Parentheses around a tuple force the evaluation order and prevent it to be read as a list of values (e.g. in function calls).</description><pubDate>Thu, 09 Apr 2026 04:26:00 GMT</pubDate></item><item><title>What does shape[0] and shape[1] do in python? - Stack Overflow</title><link>https://stackoverflow.com/questions/51455927/what-does-shape0-and-shape1-do-in-python</link><description>In python shape[0] returns the dimension but in this code it is returning total number of set. Please can someone tell me work of shape[0] and shape[1]? Code: m_train = train_set_x_orig.shape[0]</description><pubDate>Tue, 07 Apr 2026 01:22:00 GMT</pubDate></item><item><title>python - x.shape [0] vs x [0].shape in NumPy - Stack Overflow</title><link>https://stackoverflow.com/questions/48134598/x-shape0-vs-x0-shape-in-numpy</link><description>On the other hand, x.shape is a 2-tuple which represents the shape of x, which in this case is (10, 1024). x.shape[0] gives the first element in that tuple, which is 10. Here's a demo with some smaller numbers, which should hopefully be easier to understand.</description><pubDate>Sat, 11 Apr 2026 13:35:00 GMT</pubDate></item><item><title>python - Find input shape from onnx file - Stack Overflow</title><link>https://stackoverflow.com/questions/56734576/find-input-shape-from-onnx-file</link><description>How can I find the input size of an onnx model? I would eventually like to script it from python. With tensorflow I can recover the graph definition, find input candidate nodes from it and then obt...</description><pubDate>Sat, 11 Apr 2026 12:37:00 GMT</pubDate></item><item><title>Keras input explanation: input_shape, units, batch_size, dim, etc</title><link>https://stackoverflow.com/questions/44747343/keras-input-explanation-input-shape-units-batch-size-dim-etc</link><description>For any Keras layer (Layer class), can someone explain how to understand the difference between input_shape, units, dim, etc.? For example the doc says units specify the output shape of a layer....</description><pubDate>Sat, 11 Apr 2026 06:11:00 GMT</pubDate></item><item><title>How to merge color, line style and shape legends in ggplot</title><link>https://stackoverflow.com/questions/37140266/how-to-merge-color-line-style-and-shape-legends-in-ggplot</link><description>It is often appropriate to have redundant shape/color group definitions. In many scientific publications, color is the most visually effective way to distinguish groups, but you also know that a large fraction of readers will be printing black and white copies of the paper, and so you also want to include a visual cue that isn't dependent on color.</description><pubDate>Thu, 09 Apr 2026 02:03:00 GMT</pubDate></item><item><title>Combine legends for color and shape into a single legend</title><link>https://stackoverflow.com/questions/12410908/combine-legends-for-color-and-shape-into-a-single-legend</link><description>I'm creating a plot in ggplot from a 2 x 2 study design and would like to use 2 colors and 2 symbols to classify my 4 different treatment combinations. Currently I have 2 legends, one for the colo...</description><pubDate>Thu, 09 Apr 2026 04:04:00 GMT</pubDate></item><item><title>I keep getting the same error when using input_dim and input_shape</title><link>https://stackoverflow.com/questions/79299549/i-keep-getting-the-same-error-when-using-input-dim-and-input-shape</link><description>When using Sequential models, prefer using an Input(shape) object as the first layer in the model instead.'? This is a warning, not an error, and it also tells you how to fix it.</description><pubDate>Sun, 12 Apr 2026 05:34:00 GMT</pubDate></item><item><title>How to identify the clicked shape name in VBA - Stack Overflow</title><link>https://stackoverflow.com/questions/19763629/how-to-identify-the-clicked-shape-name-in-vba</link><description>While searching on this problem, I have noticed that there is a way to identify which shape has been selected whereas I still doesn't know How to get the name of the shape I have clicked or is there a way to refer to that clicked shape in VBA? Thank you!</description><pubDate>Thu, 09 Apr 2026 10:02:00 GMT</pubDate></item></channel></rss>