DONY DARMAWAN PUTRA
Followers: 0 Following: 0
Coding is my life
Feeds
提问
PPO for simple optimization
I want to optimize a simple multivariate function, for example, f(x1,x2)=2x1^2-3x2^3, using proximal policy optimization. How c...
12 months 前 | 0 个回答 | 0
0
个回答已回答
I use this code for Rayleigh fading channel . What is the corresponding code for Rician and Nakagmi fading Channel .
Nakagami hBS = sqrt(ell_BS) .* random(makedist('Nakagami', 'mu', m_BS , 'omega', 1), N, simReps) .* exp(1i*(-pi + (pi+pi)*ra...
I use this code for Rayleigh fading channel . What is the corresponding code for Rician and Nakagmi fading Channel .
Nakagami hBS = sqrt(ell_BS) .* random(makedist('Nakagami', 'mu', m_BS , 'omega', 1), N, simReps) .* exp(1i*(-pi + (pi+pi)*ra...
3 years 前 | 1
提问
I want to recognize only the handwriting numbers (blue color). I attached my code, it can only recognize the printed numbers. I used Mnist database to recognize them. How to recognize only the handwriting numbers?
clear all clc load('MnistConv.mat'); I = imread('testnumber3.jpg'); % flipImage=flip(I,2); % rotate=imrotate(flipIm...
5 years 前 | 1 个回答 | 0