필터 지우기
필터 지우기

How to make classes form numerical data for deep learning training

조회 수: 3 (최근 30일)
Omar Abdel Deen
Omar Abdel Deen 2021년 8월 3일
답변: Shivang Srivastava 2021년 8월 11일
I want to make classes from my target data, the input and target data are numerical, I know that I can make 3 intervals but what should the format of the classes be ? In the matlab’s examples the classes are categorical format, should I make them also categorical in my case ? Thanks
  댓글 수: 6
Wabi Demeke
Wabi Demeke 2021년 8월 3일
Excatly! Follow common NN training procedures such as spliting your dataset into training and validation set to check your NN generlization capacity. You probably need to spend sometime in hyperparametric tuning to find NN model with good prediction performance. Goodluck.
Peter Perkins
Peter Perkins 2021년 8월 3일
Not sure what the question is here, but to make a categorical from numeric, discretize is the best way to do it.

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

답변 (1개)

Shivang Srivastava
Shivang Srivastava 2021년 8월 11일
As per my understanding you want to convert discreet / numerical data to intervals for Training Deep Learning Models.
I would recommend you check discretize function. It helps to group data into bins or categories.

Community Treasure Hunt

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

Start Hunting!

Translated by