Simple Neural Network

버전 1.1 (6.9 MB) 작성자: Vahe Tshitoyan
A fully connected customizable neural network with an example.

다운로드수: 5.2K

업데이트 날짜:2019/2/10

GitHub에서 호스트

GitHub에서 라이선스 보기

A fully connected neural network with many options for customisation.
Basic training:
modelNN = learnNN(X, y);
Prediction:
p = predictNN(X_valid, modelNN);
One can use an arbitrary number of hidden layers, different activation functions (currently tanh or sigm), custom regularisation parameter, validation sets, etc. The code does not use any matlab toolboxes, therefore, it is perfect if you do not have the statistics and machine learning toolbox, or if you have an older version of matlab. I use the conjugate gradient algorithm for minimisation borrowed from Andrew Ngs machine learning course. See the github and comments in the code for more documentation.

인용 양식

Vahe Tshitoyan (2022).Simple Neural Network(https://github.com/vtshitoyan/simpleNN), GitHub. 검색됨.

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

Community Treasure Hunt

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

Start Hunting!
이 GitHub 애드온의 문제를 보거나 보고하려면GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면GitHub 리포지토리로 가십시오.