photo

Sherry X


University of California Riverside

Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
12,502
of 300,331

REPUTATION
3

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,920

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,124

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

View by

Question


How to Perform Gradient Descent for DQN Loss Function
I'm writing the DQN from scratch, and I'm confused of the procedure of updating the evaluateNet from the gradient descent. The ...

5 years ago | 0 answers | 0

0

answers

Question


Neural Networks - Feedforwardnet Configuration
I'm trying to use growing batch to train my datasets with a simple feedforwardnet to fit the data. I have a growing datasets whi...

6 years ago | 0 answers | 0

0

answers

Answered
Imprecision problem: pinv(H) is not equal to pinv(H'*H)*H'
After some research, the answer is that ELM is very sentive to scaling and activation function. Please refer to this paper fo...

6 years ago | 0

| accepted

Question


Imprecision problem: pinv(H) is not equal to pinv(H'*H)*H'
I'm testing the function with single hidden layer feedforward neural networks (SLFNs) with 20 neurons, by extreme machine learn...

6 years ago | 3 answers | 0

3

answers