photo

Omotayo Asiru


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
1 답변

순위
7,922
of 300,771

평판
6

참여
7 질문
1 답변

답변 채택
71.43%

획득한 표
6

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,969

참여
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

답변