photo

amin sari


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
220,120
of 300,750

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 21,073

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,837

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Function approximation with deep learning.
Hello everyone. My question is how to use deep Neural Networks to approximate a function using built-in MATLAB functions? I am...

6 years ago | 0 answers | 0

0

answers

Question


How to use trained neural network as function using MATLAB coder?
I've trained a simple neural network that just multiply 4 numbers and gives 1 number as an output. ( output(x0) = in1(x0)*in2...

7 years ago | 0 answers | 0

0

answers

Question


Test trained network with different input sizes
Hello everyone, My question is if we trained a NN with dataset of size(200 * 50) and targets of size(200 * 50) and the traine...

7 years ago | 1 answer | 0

1

answer

Question


how to transfer data from MATLAB to c++ using MEX
I use following code to transfer data from c++ to matlab: void function(vector<vector<double>> mat) { ...

7 years ago | 1 answer | 0

1

answer

Question


writing trained neural network to .xml file
Hello everyone. My question is how to save trained net into a .xml file can we use the following? xmlwrite('net.xml...

7 years ago | 1 answer | 0

1

answer