How to use Neural network into Large data?

3 Ansichten (letzte 30 Tage)
Park Hyun Kyu
Park Hyun Kyu am 5 Jun. 2018
Kommentiert: Dena Abdelnaser am 12 Mär. 2023
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 Kommentar
Dena Abdelnaser
Dena Abdelnaser am 12 Mär. 2023
Please I have important question How to input many of Data sats to the neural network and how to tie them to get her

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Shrestha Kumar
Shrestha Kumar am 5 Jun. 2018
Bearbeitet: Shrestha Kumar am 5 Jun. 2018
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 Kommentar
Park Hyun Kyu
Park Hyun Kyu am 14 Jun. 2018
It took long time to finish the problem. I solved the problem with K-means clustering. Thank you so much
Best regards

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by