Finding a single informative bit in a sea of noise

버전 1.0.0.1 (3.75 KB) 작성자: Brett Shoelson
Detect a single informative bit in a sea of noise, using deep learning
다운로드 수: 52
업데이트 날짜: 2019/1/10

라이선스 보기

Generate random matrices of a user-specified size, and in a single location set a pixel to true in half of them, and false in the other half. Quickly train a convolutional neural network to classify the matrices ('class' 1 vs 'class 2'). Then use a deep dream image to find the location of the single informative bit.
This is a very simple but powerful example. "Traditional" machine learning algorithms fail (a long, slow failure). The CNN converges quickly! The binary matrices can be rectangular, or they can be vectors. The data could represent almost anything...a single nucleotide variant in aligned genomes, a fraudulent transaction in a ledger, ....

인용 양식

Brett Shoelson (2024). Finding a single informative bit in a sea of noise (https://www.mathworks.com/matlabcentral/fileexchange/67667-finding-a-single-informative-bit-in-a-sea-of-noise), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 AI for Signals에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!

findingANonRandomBit

findingANonRandomBit/Dependencies

버전 게시됨 릴리스 정보
1.0.0.1

Adding a screenshot.

1.0.0.0