![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10115029_1566637011374.jpg)
DONY DARMAWAN PUTRA
Followers: 0 Following: 0
Coding is my life
Statistics
RANK
20,878
of 297,016
REPUTATION
2
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
1 year ago | 0 answers | 0
0
answersI 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 ago | 1
Question
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 ago | 1 answer | 0