About 69 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 understanding wh...

  2. timeseries - Create timeseries object - MATLAB - MathWorks

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

  3. How to replace missing values in a cell array? - MathWorks

    Jul 24, 2019 · I needed some categorical data in my output table, which required a slightly different solution, because the cells with strings were outputtinga logical array, rather than a single value for …

  4. 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 Simulink.SimulationOutput object …

  5. 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

  6. How to convert a structure into a individual double elements

    Jun 25, 2012 · Hello all, I have a structure containing ten "8760x1 double" I need to do some descriptive statistical analysis for each group of data. I want to convert this structure into ten dettached diffe...

  7. Time Series Objects and Collections - MATLAB & Simulink

    DataInfo: [1x1 tsdata.datametadata] More properties, Methods A data sample consists of one or more values associated with a specific time in the timeseries object. The number of data samples in a time …

  8. How to access the Nth element of 1x1 struct with 5 fields?

    Jul 28, 2023 · I have a 1x1 struct with 5 fields defined in workspace. Also, in that struct there are two collumns as "field" and "value". How can I access the name of Nth element of that struct?

  9. How do bottleneck architectures work in neural networks?

    We define a bottleneck architecture as the type found in the ResNet paper where [two 3x3 conv layers] are replaced by [one 1x1 conv, one 3x3 conv, and another 1x1 conv layer]. I understand that t...

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

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