Dimitris Kastoris
University of Patras
Followers: 0 Following: 0
Programming Languages:
MATLAB
Spoken Languages:
English
Professional Interests:
Mathematics
MATLAB
Spoken Languages:
English
Professional Interests:
Mathematics
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 year 前 | 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 year 前 | 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...
2 years 前 | 1 个回答 | 0