photo

Dimitris Kastoris


University of Patras

Last seen: 5 months ago Active since 2023

Followers: 0   Following: 0

Message

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

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
130,265
of 297,503

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer