Deep learning for non sequential data regression

조회 수: 4 (최근 30일)
Anas Rao
Anas Rao 2022년 8월 4일
답변: Meet 2024년 9월 25일
Does deep learning is applicable for non sequential data for regression and if yes which models are preffereably applied for training purpose and any useful material/tutorial for learning prespective?

답변 (1개)

Meet
Meet 2024년 9월 25일
Hi Anas,
Yes, deep learning can be applied to non-sequential data for regression tasks. MATLAB's Deep Learning Toolbox offers a variety of models and functions that can be effectively utilized for this purpose.
Here are some models you can consider for regression tasks:
  • Feedforward Neural Network: These are fundamental neural networks where connections between nodes do not form loops. They are particularly well-suited for handling regression tasks with non-sequential data.
  • Convolutional Neural Network: Although typically used for image data, these networks can also be adapted for regression tasks.
You can refer to the resources below for more information:
  1. https://www.mathworks.com/help/releases/R2019b/deeplearning/ref/feedforwardnet.html
  2. https://www.mathworks.com/help/releases/R2019b/deeplearning/ug/introduction-to-convolutional-neural-networks.html
  3. https://www.mathworks.com/help/releases/R2019b/deeplearning/examples/train-a-convolutional-neural-network-for-regression.html
Hope this helps!!

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by