Single Layer Perceptron Neural Network

버전 1.0.1 (82 KB) 작성자: Shujaat Khan
Single Layer Perceptron Neural Network - Binary Classification Example
다운로드 수: 493
업데이트 날짜: 2020/4/27

라이선스 보기

- Define two distributions as two classes.
- Sample 1000 points from two distributions and define their class labels.
- Create a linear classification model. Initialize random weights and plot samples and classification boundary
- Optimize weights using stochastic gradient descent (LMS) learning algorithm for least mean squared error.
- Compare initial classification boundary with final (optimized) classification boundary
- Plot learning curve (MSE vs epochs)
- Plot sigmoid function and it's derivative with-respect to stimulus 'x'

인용 양식

Shujaat Khan (2026). Single Layer Perceptron Neural Network (https://kr.mathworks.com/matlabcentral/fileexchange/75238-single-layer-perceptron-neural-network), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1

- Example

1.0.0