How to use Neural network into Large data?
1 次查看(过去 30 天)
显示 更早的评论
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
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
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!