how do i generate samples of two input xor gate for neural networks

 채택된 답변

Greg Heath
Greg Heath 2014년 8월 25일

1 개 추천

You mean 32 examples (a single sample is a set of multiple examples).
There are only 4 possible inputs. They are obvious.
Hope this helps.
Thank you for formally accepting my answer
Greg

댓글 수: 4

To simulate NN training of the XOR function, two input signals with 32 binary samples were used to estimate the magnitude of the signals traversing through the NN. The data were divided into three segments; with 24 samples for training (75%), four samples (15%) for validation leaving four samples (15%) for testing
I don't understand.
1. There are only 4 possible input combinations.
2. round(0.15*32) = 5 => 22/5/5
75% + 15% + 15%... I'll assume a typo
Then it is not clear what you are asking - the question you posed is asking how to generate samples you now say you have done!

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Andy L
Andy L 2014년 8월 28일

1 개 추천

To generate a "random" binary sequence check out this similar thread! http://www.mathworks.co.uk/matlabcentral/answers/114656-random-binary-sequence-generator. You need to do it twice (one per input) and specify the number number of samples in each sequence (32). I hope this is helpful.

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2014년 8월 24일

댓글:

2014년 8월 28일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by