photo

amin sari


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
127,442
of 297,457

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

5 years 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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) { ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答