How to use Neural network into Large data?
1 view (last 30 days)
Show older comments
Park Hyun Kyu
on 5 Jun 2018
Commented: Dena Abdelnaser
on 12 Mar 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 Comment
Dena Abdelnaser
on 12 Mar 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
Accepted Answer
Shrestha Kumar
on 5 Jun 2018
Edited: Shrestha Kumar
on 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.
More Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!