photo

Dimitris Kastoris


University of Patras

Last seen: etwa 2 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Nachricht

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

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 = [ ...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort