Community Profile

photo

Pradeep Punniyakotti


Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
creating a vector that repeats a number 360 times
You can try this. linspace(500,500,360) The number 500 will be repeated 360 times. The answer will be a column vector. ...

6 years ago | 0

Answered
Using Alexnet classify to predict an image. Getting following error:
<https://de.mathworks.com/matlabcentral/answers/329678-why-is-error-happen-even-i-write-the-exact-code-for-alexnet>

6 years ago | 0

Answered
why is error happen even I write the exact code for alexnet
To process color images in AlexNet, the input image size has to be *227 x 227 x 3*. 227 x 227 indicates the height and width ...

6 years ago | 0