photo

Omotayo Asiru


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
1 回答

ランク
8,102
of 300,851

評判
6

コントリビューション
7 質問
1 回答

回答採用率
71.43%

獲得投票数
6

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,294

コントリビューション
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 ...

9年以上 前 | 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 ...

9年以上 前 | 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...

9年以上 前 | 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...

9年以上 前 | 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...

10年弱 前 | 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...

10年弱 前 | 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...

10年弱 前 | 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...

10年弱 前 | 2 件の回答 | 1

2

回答