How to use Neural network into Large data?

조회 수: 1 (최근 30일)
Park Hyun Kyu
Park Hyun Kyu 2018년 6월 5일
댓글: Dena Abdelnaser 2023년 3월 12일
Hi everyone.
I am trying to use Neural network to my experiment data, just after trying some basic examples.
Because the data is too large, it does not work well. The RAM is full of memory.
Is there any good way to deal with this problem?
Thank you.
  댓글 수: 1
Dena Abdelnaser
Dena Abdelnaser 2023년 3월 12일
Please I have important question How to input many of Data sats to the neural network and how to tie them to get her

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

채택된 답변

Shrestha Kumar
Shrestha Kumar 2018년 6월 5일
편집: Shrestha Kumar 2018년 6월 5일
Hi,
If there are lots of redundant columns in your dataset then you can apply feature extraction techniques for reducing the size of the dataset.
You can also apply clustering algorithms(K-means clustering) for grouping the data points in the dataset.
  댓글 수: 1
Park Hyun Kyu
Park Hyun Kyu 2018년 6월 14일
It took long time to finish the problem. I solved the problem with K-means clustering. Thank you so much
Best regards

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Sequence 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