unable load dataset into neural network toolbox

조회 수: 1 (최근 30일)
humam mjd
humam mjd 2017년 5월 13일
답변: MathReallyWorks 2017년 5월 14일
i am using matlab R2015A and connot load dataset input and target , I write dataset in .txt file zero`s one`s only how can solve it ?
  댓글 수: 5
Walter Roberson
Walter Roberson 2017년 5월 14일
To use that tool, your data and your targets should already be stored in variables, not just in .mat files that you have not loaded yet.
humam mjd
humam mjd 2017년 5월 14일
target must be 0/1 right ? reprsent it binary ?

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

답변 (1개)

MathReallyWorks
MathReallyWorks 2017년 5월 14일
Hello,
Try these steps to import data in neural network toolbox:
->Go to matlab Home and click on import data
->Select your .txt file which has 1's and 0's (I'll suggest to keep your data in .xls format)
->A window will appear. Click on import selection.
->A list will appear with variable name. Remember the name.
->Now, type nntool in matlab command window.
->A window will appear. Click on "import" on bottom left corner.
->A window will appear with 3 sections. Select your variable from 2nd section.
->In 3rd section, select anything that you want in "import as:". Then click import.
These steps are for nntool. If you are using nnstart then there is a different approach.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by