Omotayo Asiru - MATLAB Central
photo

Omotayo Asiru


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 01/16 to 04/25Use left and right arrows to move selectionFrom 01/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
1 个回答

排名
7,922
of 297,891

声誉
6

贡献数
7 个提问
1 个回答

回答接受率
71.43%

收到投票数
6

排名
 of 20,503

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,752

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to improve the performance of my neural network
I am using matlab nprtool to train a neural network for classification. I have 367 data samples of 32 inputs and 2 classes. 207 ...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
Sim function giving different answer
I got it sorted. Just wanna post my solution so another person with same problem can sort it easily. It turns out that i needed ...

8 years 前 | 0

| 已接受

提问


Sim function giving different answer
I have trained a neural network with XOR gate using nprtool. I want to export it into my .net application. I used d sim function...

8 years 前 | 1 个回答 | 0

1

个回答

提问


What is the default supervised learning algorithm in matlab
With this code below [x,t] = iris_dataset; net = patternnet; net = configure(net,x,t); net = train(net,x,t); save('C...

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to supply input and target to train a neural network with directly from a file on the system.
I want to train a neural network for classification and i have a large data set. How do i make the matlab editor to load my inpu...

9 years 前 | 0 个回答 | 0

0

个回答

提问


how to save and reuse a trained neural network
I just trained a neural network and i will like to test it with new data set that were not included in the training so as to che...

9 years 前 | 7 个回答 | 5

7

个回答

提问


How to train a neural network to 0.1 error rate?
Hello, I have written this code to train a neural network with 500 samples as the inputs and 32 attributes.Its a classificati...

9 years 前 | 1 个回答 | 0

1

个回答

提问


how to write a neural network code for classification problem from scratch
I need to train a neural network for classification and I want to code from scratch because I want to have control over it. I tr...

9 years 前 | 2 个回答 | 1

2

个回答