Community Profile

photo

V Sairam Reddy

MathWorks

Last seen: ungefär en månad ago Active since 2022

I am an engineer in Engineering Development Group at MathWorks.

Programming Languages:
Python, C++, C, MATLAB, HTML
Spoken Languages:
English, Hindi, Telugu
Professional Interests:
Signal Processing, Image Data Workflows, AI for Signals and Images, Image Processing and Computer Vision, Deep Learning for Image Processing

Statistics

  • Knowledgeable Level 2
  • First Answer

View badges

Content Feed

View by

Answered
How do i train a deep cnn network with multi input with 4 folders of images?
Hi Christian, I understand that you want to train a multi input deep learning network with 4 inputs. In general, the workflo...

11 månader ago | 0

Answered
Extracting features from one layer of dlnetwork model MATLAB 2023a
Hi Mahmoud, I understand that you want a way to visualise the activations in a dl network. The 'activations' function in MATLA...

11 månader ago | 0

Answered
Live editor's new panel is just blank when another live script is open
Hi Simon, I understand that you are getting a blank live script when trying to access more than 4 live scripts at once. This i...

11 månader ago | 0

| accepted

Answered
Frequency Modulation for B>0.4
Hi Stefan, I understand that you are trying to implement frequency modulation for beta>0.4 without using the MATLAB in-built fu...

ungefär ett år ago | 0

Answered
Image segmentation using vgg16. Problems in augmenting test images
Hi Prateek, I understand that you are following the example - Semantic Segmentation Using Deep Learning but are an issue with t...

mer än ett år ago | 0

Answered
無法輸出所要繪製的圖形
Hi Snow, After investigating the shared code snippet, these are some following issues being identified: ' x*x ' is considered ...

mer än ett år ago | 0

Answered
why we need to multiply x axis with SAmpling frequency and divide it by length of FFT
Hi Abhay, I understand that you want to know why Fs/N is being multiplied to the X-axis. Here are some things to help you unde...

mer än ett år ago | 0

Answered
How do I use a trained Neural Network to analyse images from a folder and save them elsewhere?
Hi Rachel, I understand that you have a trained network and wants to use it to process a set of images and save them at another...

mer än ett år ago | 0

| accepted

Answered
How to resolve Error using trainNetwork Invalid training or validation response data.
Hi Bowen, I understand that you are trying to follow the "Train U-NET Network for Semantic Segmentation" example from 'unetLaye...

mer än ett år ago | 0

Answered
IDCT of an image which has been blocked into 8x8 and then DCT'd not showing
Hi, I understand that you are trying to divide image into 8 by 8 (8x8) blocks, compute DCT and then IDCT on each block and dis...

mer än ett år ago | 0

Answered
Select random images from each subfolder with ceiling
I understand that you want a new imageDataStore that contains 500 random images from each of the 100 subfolders. You can split ...

mer än ett år ago | 1

Answered
To simulate the spectral output of a single microfiber
I understand that you want to code each of the formulas using dummy values. Please follow the below code : % Assuming required ...

mer än ett år ago | 0

Answered
Image processing: Convolution & Correlation
Yes, you are right. To find the pixel dimensions of "ct.jpeg" you can read it and use "size()" command. % Read the Image. ct_...

mer än ett år ago | 0

Answered
How can I run a trained CNN for classification of a batch of images?
I understand that you are trying to predict all the test images at once and access their corresponding labels. Please follow th...

mer än ett år ago | 1

| accepted

Answered
How can I obtain eigenvectors (or eigenfunctions) by inserting vector (fourier coefficients) into expansions?
I understand that you are trying to get the eigen functions (v,w) after substituting the Fourier coefficients into Fourier expan...

mer än ett år ago | 0

| accepted

Answered
How do I pause the ANN training and check the ANN performance
I understand that you are trying to pause the training to check the performance and then resume it once the progress seems satis...

mer än ett år ago | 0