Alexandra Tzilivaki - MATLAB Central
photo

Alexandra Tzilivaki


Foundation for Research and Technology Hellas

Last seen: 8 months 前 自 2016 起处于活动状态

Followers: 0   Following: 0

Computational Neuroscientist

统计学

MATLAB AnswersFrom 04/16 to 04/25Use left and right arrows to move selectionFrom 04/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 个提问
1 个回答

排名
8,018
of 297,986

声誉
6

贡献数
5 个提问
1 个回答

回答接受率
40.0%

收到投票数
1

排名
 of 20,517

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,028

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Data Normalization for Artificial Neural Network use
Hello!! I would like to train my neural network with two customized equations in my hidden layers one similar to logsig and the ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Multilayer neural network with newff
Hello everyone! I have constructed a neural network with 2 input layers and 3 layers (one of them represents the output one). ...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Fit a sigmoid function to data
Hello everyone! Please i need your feedback! I would like to fit a sigmoid function to my data and calculate the best coefficie...

9 years 前 | 0 个回答 | 0

0

个回答

提问


How to fit a logarithmic curve to my data;
Hello everyone! Please, i need your feedback! I would like to to fit a log equation to my data but i cannot find it neither in ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Mean of a 3D cell
Hello everyone! I would be much appreciated if you can help dealing with an easy problem I have a cell called voltage with...

9 years 前 | 2 个回答 | 0

2

个回答

已回答
How to view confusion matrix of neural network?
If you have saved t(=targets), y=(outputs), x(=inputs), net and tr then simply plot: % Plots figure; plotconfusion(t,y)...

9 years 前 | 1

| 已接受