About 1,700,000 results
Open links in new tab
  1. What does 1x1 convolution mean in a neural network?

    I am currently doing the Udacity Deep Learning Tutorial. In Lesson 3, they talk about a 1x1 convolution. This 1x1 convolution is used in Google Inception Module. I'm having trouble …

  2. Visualize and Access Signal Logging Data - MATLAB & Simulink

    yout: [1x1 Simulink.SimulationData.Dataset] SimulationMetadata: [1x1 Simulink.SimulationMetadata] ErrorMessage: [0x0 char] All logged data is returned in a single …

  3. How to convert a 1x1 cell to a string? - MathWorks

    Feb 1, 2015 · How to convert a 1x1 cell like {'line'} to a character vector like 'line', or a string like "line" please. thx

  4. timeseries - Create timeseries object - MATLAB - MathWorks

    Creation To create a timeseries object, use the timeseries function with input arguments that describe the data samples.

  5. Access simulation outputs and metadata - MATLAB - MathWorks

    The Simulink.SimulationOutput object provides a single point of access for all data associated with a simulation.

  6. struct - Structure array - MATLAB - MathWorks

    A structure array is a data type that groups related data using data containers called fields.

  7. reshape - Reshape array by rearranging existing elements - MATLAB

    Reshape a 4-by-4 square matrix into a matrix that has 2 columns. Specify [] for the first dimension to let reshape automatically calculate the appropriate number of rows.

  8. Creating, Concatenating, and Expanding Matrices

    Specialized Matrix Functions MATLAB has many functions that help create matrices with certain values or a particular structure. For example, the zeros and ones functions create matrices of …

  9. double - Double-precision arrays - MATLAB - MathWorks

    double is the default numeric data type (class) in MATLAB, providing sufficient precision for most computational tasks.

  10. Create Symbolic Numbers, Variables, and Expressions

    This example shows how to create symbolic numbers, variables, and expressions. To learn how to work with symbolic math, see Perform Symbolic Computations.