photo

Dimitris


自 2010 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
  • First Submission
  • Thankful Level 1
  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
More than one hidden layer
Try that for a 10:3:3:5 NN with specific activation functions.The range of input is [-1,1]. net=newff([-1 1; -1 1; -1 1; -1 1; ...

13 years 前 | 0

提问


faster winner takes all
I 've made an mplementation of the winner takes all rule (WTA) using a for loop (code bellow). But now I want to "harden" ~8 mil...

13 years 前 | 1 个回答 | 0

1

个回答

已回答
Learning neural network for fuzzy controller with three outputs
ANFIS is built to have a single output. Use a standard neural network if you need 3 outputs.

13 years 前 | 0

提问


plot a function in 3D
I have variables a and b both defined in [-1,+1] and the function c = a / (a + b) How can I plot c in 3D to visualize the fu...

13 years 前 | 2 个回答 | 0

2

个回答

已提交


DEM to volumetiric
converts a Digital Elevation Model (or 2.5D data) to a volumetric raster (or true 3D data)

14 years 前 | 1 次下载 |