How to use Neural network into Large data?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Park Hyun Kyu
el 5 de Jun. de 2018
Comentada: Dena Abdelnaser
el 12 de Mzo. de 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 comentario
Dena Abdelnaser
el 12 de Mzo. de 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
Respuesta aceptada
Shrestha Kumar
el 5 de Jun. de 2018
Editada: Shrestha Kumar
el 5 de Jun. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!