photo

Dimitris Kastoris


University of Patras

Last seen: 約2ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English
Professional Interests:
Mathematics

統計

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Is this code suitable for solving a system of ODEs ?
Can i use this code for a system of ODE and in what way ? x = linspace(0,1,10000)'; inputSize = 1; layers = [ ...

約1年 前 | 1 件の回答 | 0

1

回答

質問


Solving second order ODEs with ANN
Can i use this method for second order ODEs and is this modification on modelGradients correct? x = linspace(0,1,1000...

約1年 前 | 1 件の回答 | 0

1

回答

質問


can i use a custom activation function in this neural network and in what way?
x = linspace(0,1,10000)'; inputSize = 1; layers = [ featureInputLayer(inputSize,Normalization="none") fullyConnect...

1年以上 前 | 1 件の回答 | 0

1

回答