필터 지우기
필터 지우기

Neural Network New data set

조회 수: 2 (최근 30일)
Amirali AGHAMIRI
Amirali AGHAMIRI 2022년 4월 15일
답변: Animesh 2023년 9월 22일
Hello,
After generating the code for my neural network how can I insert new data into the function to predict outcomes?
Thank you in advance.
function [Y,Xf,Af] = myNeuralNetworkFunction(X,~,~)
I also read this but I couln't manage yet.
help gensim
doc gensim

답변 (1개)

Animesh
Animesh 2023년 9월 22일
Hi Amirali,
I understand that you would want to predict outcomes from your shallow neural network using a new data.
This can be achieved by either separating the training and testing data from the data set before training, and if not, then simply providing a similar format new data to the neural network.
For more information on using shallow neural networks, please refer to the following resources:
  1. Create custom shallow neural network: https://www.mathworks.com/help/deeplearning/ref/network.html
  2. Workflow of neural network design: https://www.mathworks.com/help/deeplearning/ug/workflow-for-neural-network-design.html
  3. Generate MATLAB function for simulating shallow neural network: https://www.mathworks.com/help/deeplearning/ref/network.genfunction.html
  4. Example on using Shallow Neural Nets: https://in.mathworks.com/help/deeplearning/gs/fit-data-with-a-neural-network.html
I hope this helps!

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by