Create neural networks for ph neutraliztion model.

조회 수: 2 (최근 30일)
Amro
Amro 2014년 7월 3일
답변: Greg Heath 2014년 7월 25일
Hello... I have a PH-Neutralization model(SISO) the input is base flow rate(0-5) and the output is PH value(2-8) in Simulink. I need to create a neural networks to simulate it's work. I need your help to guide me to which type is the best to do that and what are it's inputs and outputs..
Thanks ahead...

채택된 답변

Greg Heath
Greg Heath 2014년 7월 25일
If this is a classifier use patternnet.
help patternnet, doc patternnet
If this is for regression, use fitnet.
help fitnet, doc fitnet
You have stated the inputs and outputs
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

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