フィルターのクリア

Neural network with small data set

6 ビュー (過去 30 日間)
Lukas Schmitt
Lukas Schmitt 2021 年 6 月 26 日
コメント済み: Lukas Schmitt 2021 年 7 月 18 日
Hey there,
first of all, I am just a beginner starting with ANN's.
I am trying to make predictions with a simple Neural Network out of very small data sets. For example I got 3 inputs at a sample size of 24 to make predictions for 1 output.
Now my questions: Do you think it is feasible to get adequate results out of such a small sample size? What can I do to get more accuracy?
What can you recommend regarding the amount of layers and neurons?
Thanks for your help!

回答 (1 件)

Siddharth Solanki
Siddharth Solanki 2021 年 7 月 13 日
編集済み: Siddharth Solanki 2021 年 7 月 13 日
As per my understanding you are trying to achieve better accuracy with a very small dataset and would like to know ways of improving the accuracy and some suggestions on architecture.
You can try to augment your dataset to increase the effective size of your dataset. Refer to this link for more details on image input. If you have audio input dataset then you can refer to this link.
You can learn more about basics of neural net architecture from this link.
You can also try transfer learning with pretrained nets which might suit your purpose if you have an image dataset - link.
If the dataset allows for using a ML algorithm for solving the problem, then it might be a good way to go about it for a small dataset. You may refer to this link for basics.
  1 件のコメント
Lukas Schmitt
Lukas Schmitt 2021 年 7 月 18 日
Thanks a lot for your answer.
My problem is just a basic regression problem. My inputs are some integer values (properties from defects in metallic specimens, like defect size, position and so on). Now I am not sure how to separate this small amount of data into training and validation sets and what validation method I should use.
Furthermore, I was thinking about data augmentation too, but I don't know how I should do this.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by