Community Profile

photo

Sripranav Mannepalli

MathWorks

Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

I am an Intern in the Engineering Development Group at MathWorks.
DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks.

Statistics

  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
Help Converting C++ to MATLAB.
Hi, You can call C++ code directly from MATLAB, as shown here. Alternately, to get started with MATLAB programming, you can ...

3 years ago | 0

Answered
Newton's and Regula False Method on MATLAB
1) Newton's Method :  The following MATLAB Answer post provides a code that implements the Newton Raphson method. https://in...

3 years ago | 0

Answered
Why number of filters, numF = round(16/sqrt(SectionDepth)) and why numF is doubled in each convolution in Deep Learning Using Bayesian Optimization in MATLAB Documentation?
Hi, The number of filters (numF) are proportional to 1/sqrt(SectionDepth), so that the networks of different depths have rough...

3 years ago | 0

| accepted

Answered
How can I iterate obtaining numbers?
Hi, It’s my understanding that you are trying to replace 'i' in P.std_E_LY_i_HAT and P.std_E_LY_i_BAR with US, DE, JP respecti...

3 years ago | 0