Community Profile

photo

ANUSAYA SWAIN


Last seen: 18日 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


How to save a trained deep learning model in .mat format in Python and load it in MATLAB
simParameters.DLNetworkFilename = 'TrainedNetwork.mat' For example I want to train a deep learning model in python and save it ...

22日 前 | 1 件の回答 | 0

1

回答

質問


How can I save a trained model using python and load the same model and use it in MATLAB
Suppose I trained a tensorflow deep learning model using Python. How to save that in . mat file. Again load that trained model...

23日 前 | 1 件の回答 | 0

1

回答

質問


How to normalize the values of a dataset of 32X8X2X15000 in the range -0.5 to 0.5 using standard deviation
If I have dataset of 4D single with size 32X8X2X15000. And I have calculated the mean and standard deviation of thart particul...

8ヶ月 前 | 1 件の回答 | 0

1

回答

質問


how to consider only the integer part discarding the exponent part
Suppose i have a= [1 23 56]*10^(-9); i want to acccess only the integer part that is 1 23 and 56. i want to find the max(a)....

11ヶ月 前 | 2 件の回答 | 0

2

回答

質問


how to initialize distance between two users
Suppose i have two users. i want to set the distance between them as 1 m.

11ヶ月 前 | 1 件の回答 | 0

1

回答

質問


what modulation is used in nrcdl channel in the documentation csi feedback with autoencoders
In the MATLAB documentation of CSI Feedback with Autoencoder. What modulation is used to configure the channel

12ヶ月 前 | 1 件の回答 | 0

1

回答

質問


why the matrices inside the cell disappears
There is supposed to be 4 matrices of 234X64X8. But after i try to generate dataset the 3 matrices disappears. What coud be the ...

約1年 前 | 0 件の回答 | 0

0

回答

質問


how to convert cell to mat
I have a cell array of size h=4X1. Inside it has 4 different matrices of size 32X64. How to convert it to matrix. I used htemp=c...

約1年 前 | 1 件の回答 | 0

1

回答

質問


How to find mean of cell array
I have an cell array (h) of 4X1. Inside the cell I have 4 matrices each of size 234X64X8. How to find mean of each matrix using ...

約1年 前 | 1 件の回答 | 0

1

回答

質問


while truncating the original matrix size changes and error shows index in position 1 exceeds array bound
I have a matrix of size 936X64 after 2d dft. when when i try to retain only the rows from 799 to 935. it shows the error index ...

約1年 前 | 1 件の回答 | 0

1

回答

質問


CSI Feedback with Autoencoders
In MATLAB documentation for CSI Feedback with Autoencoders. The target standard deviation is 0.0212. How is it calculated

約1年 前 | 1 件の回答 | 0

1

回答

質問


if i have matrix of 20X2048 and i want to make it 20000X2048 how to do it
matrix size = 20 x 2048 new matrix size =20000 x 2048

1年以上 前 | 1 件の回答 | 0

1

回答

質問


How to convert 3D cell of different dimensions to a single matrix

1年以上 前 | 1 件の回答 | 0

1

回答