how do i generate samples of two input xor gate for neural networks
이전 댓글 표시
how do i generate 32 samples for two input xor gate
채택된 답변
추가 답변 (1개)
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!